[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: vm: Remove Xorriso "-padding" option.
From: |
guix-commits |
Subject: |
06/06: vm: Remove Xorriso "-padding" option. |
Date: |
Sun, 14 Apr 2019 17:41:01 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit f6e3f0f9b1287eca120517a0161e3d0b1ed6ed44
Author: Ludovic Courtès <address@hidden>
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"
- branch master updated (a5c72da -> f6e3f0f), guix-commits, 2019/04/14
- 06/06: vm: Remove Xorriso "-padding" option.,
guix-commits <=
- 04/06: installer: Force user to choose exactly one network management method., guix-commits, 2019/04/14
- 05/06: system: Remove "beta" from GRUB menu entries., guix-commits, 2019/04/14
- 03/06: installer: Fix snippet for the DHCP client., guix-commits, 2019/04/14
- 02/06: ui: Highlight heading of generation lists., guix-commits, 2019/04/14
- 01/06: colors: Add 'highlight'., guix-commits, 2019/04/14