diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-16 21:06:25 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:02 +0200 |
commit | 0d7322500bdd3b267d6b4fbf86344aea9aeb0072 (patch) | |
tree | 27053b870caadfc8c5bc06e4958d429c322532e8 /debian | |
parent | 960d954aeb754bb44d1cff540439fa73a2b0a566 (diff) | |
download | vyos-live-build-0d7322500bdd3b267d6b4fbf86344aea9aeb0072.tar.gz vyos-live-build-0d7322500bdd3b267d6b4fbf86344aea9aeb0072.zip |
Switching from genisoimage to xorriso.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/live-build.bug-script | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 3b957e9a6..fc32657de 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Recommends: live-boot-doc, live-config-doc, live-manual-html | live-manual, cpio, gnu-fdisk Suggests: - dosfstools, genisoimage, git, loadlin, memtest86+ | memtest86, mtools, parted, + dosfstools, xorriso, git, loadlin, memtest86+ | memtest86, mtools, parted, squashfs-tools | mtd-tools, sudo | fakeroot, syslinux | grub, uuid-runtime, win32-loader Description: Live System Build Scripts diff --git a/debian/live-build.bug-script b/debian/live-build.bug-script index 79276241f..a9f5a6f7f 100644 --- a/debian/live-build.bug-script +++ b/debian/live-build.bug-script @@ -6,7 +6,7 @@ DEFAULT_SETTINGS="/etc/live/build.conf" dpkg -l debootstrap cdebootstrap # Checking suggests -dpkg -l dosfstools genisoimage loadlin memtest86+ memtest86 mtools parted squashfs-tools mtd-tools sudo fakeroot syslinux grub uuid-runtime win32-loader +dpkg -l dosfstools xorriso loadlin memtest86+ memtest86 mtools parted squashfs-tools mtd-tools sudo fakeroot syslinux grub uuid-runtime win32-loader if [ -e "${DEFAULT_SETTINGS}" ]; then echo "Contents of ${DEFAULT_SETTINGS}:" |