diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-23 22:53:24 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-23 22:54:41 +0100 |
commit | b814f4e07e392397f5c4eec5981809ccd07d4fad (patch) | |
tree | 8a7fcee9904a2fcd38a36b2645b045aeeb9e7418 /debian | |
parent | cb7e5f256c36b8f7c2aa2a04ae69eddf6cff403d (diff) | |
download | vyos-live-build-b814f4e07e392397f5c4eec5981809ccd07d4fad.tar.gz vyos-live-build-b814f4e07e392397f5c4eec5981809ccd07d4fad.zip |
Dropping cdebootstrap support (Closes: #773657).
debootstrap is the official tool to bootstrap debian,
cdebootstrap has had the one or other bug making it
broken for times during the release cycles.
The extra effort of supporting both debootstrap
and cdebootstrap is hardly worth it since the bootstrap
stage is cached anyway.
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 b92196028..42e1d76e6 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Package: live-build Architecture: all Depends: ${misc:Depends}, - debootstrap | cdebootstrap | cdebootstrap-static, + debootstrap, Recommends: cpio, live-boot-doc, diff --git a/debian/live-build.bug-script b/debian/live-build.bug-script index 8a68d3038..5aa21384f 100644 --- a/debian/live-build.bug-script +++ b/debian/live-build.bug-script @@ -3,7 +3,7 @@ DEFAULT_SETTINGS="/etc/live/build.conf" # Checking depends -dpkg -l debootstrap cdebootstrap +dpkg -l debootstrap # Checking suggests dpkg -l dosfstools xorriso loadlin memtest86+ memtest86 mtools parted squashfs-tools mtd-tools syslinux syslinux-common extlinux grub uuid-runtime win32-loader |