vm: Remove Xorriso "-padding" option.
This is a followup to66ec389580
. This reverts178be030c0
, which is no longer needed. * gnu/build/vm.scm (make-iso9660-image): Remove "-padding" option.
This commit is contained in:
parent
4ce3a32680
commit
f6e3f0f9b1
|
@ -471,11 +471,6 @@ GRUB configuration and OS-DRV as the stuff in it."
|
||||||
"mnt=/tmp/root/mnt"
|
"mnt=/tmp/root/mnt"
|
||||||
"-path-list" "-"
|
"-path-list" "-"
|
||||||
"--"
|
"--"
|
||||||
|
|
||||||
;; XXX: Add padding to avoid I/O errors on i686:
|
|
||||||
;; <https://bugs.gnu.org/33639>.
|
|
||||||
"-padding" "10m"
|
|
||||||
|
|
||||||
"-volid" (string-upcase volume-id)
|
"-volid" (string-upcase volume-id)
|
||||||
(if volume-uuid
|
(if volume-uuid
|
||||||
`("-volume_date" "uuid"
|
`("-volume_date" "uuid"
|
||||||
|
|
Loading…
Reference in New Issue