civodul pushed a commit to branch master
in repository guix.

commit f6e3f0f9b1287eca120517a0161e3d0b1ed6ed44
Author: Ludovic Courtès <[email protected]>
Date:   Sun Apr 14 23:31:28 2019 +0200

    vm: Remove Xorriso "-padding" option.
    
    This is a followup to 66ec389580d4f1e4b81e1c72afe2749a547a0e7c.
    This reverts 178be030c0e4fdeac5e1c968b5c99d84bb4691db, which is no
    longer needed.
    
    * gnu/build/vm.scm (make-iso9660-image): Remove "-padding" option.
---
 gnu/build/vm.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/build/vm.scm b/gnu/build/vm.scm
index 6d6a0c4..e15ca4d 100644
--- a/gnu/build/vm.scm
+++ b/gnu/build/vm.scm
@@ -471,11 +471,6 @@ GRUB configuration and OS-DRV as the stuff in it."
                 "mnt=/tmp/root/mnt"
                 "-path-list" "-"
                 "--"
-
-                ;; XXX: Add padding to avoid I/O errors on i686:
-                ;; <https://bugs.gnu.org/33639>.
-                "-padding" "10m"
-
                 "-volid" (string-upcase volume-id)
                 (if volume-uuid
                     `("-volume_date" "uuid"

Reply via email to