summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-12-16 21:06:25 +0100
committerDaniel Baumann <daniel@debian.org>2012-12-16 21:41:42 +0100
commitbae505eb97ef389fe07ceebb03e8956db7011bb7 (patch)
tree122510fe17f9dcee4aabee3d716fc2170a9a6eb2 /debian
parent470494d92dabb61388314ade3cd15b4b3ddb9985 (diff)
downloadvyos-live-build-bae505eb97ef389fe07ceebb03e8956db7011bb7.tar.gz
vyos-live-build-bae505eb97ef389fe07ceebb03e8956db7011bb7.zip
Switching from genisoimage to xorriso.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rw-r--r--debian/live-build.bug-script2
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}:"