diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-18 13:56:07 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:06 +0200 |
commit | dbfe7b10d78d8a71ee404af0d3952af48eeb4d1d (patch) | |
tree | 709a2c9331091622e6b96bb22b52410d0109ccb1 /debian | |
parent | 04cec317cc4437eed514f4277f6779010e587662 (diff) | |
download | vyos-live-build-dbfe7b10d78d8a71ee404af0d3952af48eeb4d1d.tar.gz vyos-live-build-dbfe7b10d78d8a71ee404af0d3952af48eeb4d1d.zip |
Removing incomplete support for fakeroot.
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 d057acef5..414b0418c 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Recommends: gnu-fdisk Suggests: dosfstools, debian-keyring, xorriso, git, gpgv, loadlin, memtest86+ | memtest86, - mtools, parted, squashfs-tools | mtd-tools, sudo | fakeroot, syslinux | grub, + mtools, parted, squashfs-tools | mtd-tools, syslinux | grub, uuid-runtime, win32-loader Description: Live System Build Scripts live-build contains the scripts that build a live system from a configuration diff --git a/debian/live-build.bug-script b/debian/live-build.bug-script index a9f5a6f7f..4c2a21eeb 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 xorriso 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 syslinux grub uuid-runtime win32-loader if [ -e "${DEFAULT_SETTINGS}" ]; then echo "Contents of ${DEFAULT_SETTINGS}:" |