image: Avoid use of the deprecated 'gpt' option of genimage.
* gnu/system/image.scm (system-disk-image)[genimage-type-options]: Use 'partition-table-type' instead of the deprecated 'gpt' option.
This commit is contained in:
		
							parent
							
								
									9f530ef38a
								
							
						
					
					
						commit
						ed19bc87e4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -445,8 +445,8 @@ used in the image." | ||||||
|     (define (genimage-type-options image-type image) |     (define (genimage-type-options image-type image) | ||||||
|       (cond |       (cond | ||||||
|        ((equal? image-type "hdimage") |        ((equal? image-type "hdimage") | ||||||
|         (format #f "~%~/~/gpt = ~a~%~/" |         (format #f "~%~/~/partition-table-type = \"~a\"~%~/" | ||||||
|                 (if (gpt-image? image) "true" "false"))) |                 (image-partition-table-type image))) | ||||||
|        (else ""))) |        (else ""))) | ||||||
| 
 | 
 | ||||||
|     (let* ((format (image-format image)) |     (let* ((format (image-format image)) | ||||||
|  |  | ||||||
		Reference in a new issue