diff options
author | Daniel Baumann <daniel@debian.org> | 2009-01-23 00:00:48 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:40 +0100 |
commit | 451d36016c116b552604cfe1d05f181894cdba69 (patch) | |
tree | 0a2479b58f80edc1717ea189d229922aebbae9a1 /debian/control | |
parent | e51e734b00bb75a9bf2eb84559bb852e13589246 (diff) | |
download | vyos-live-build-451d36016c116b552604cfe1d05f181894cdba69.tar.gz vyos-live-build-451d36016c116b552604cfe1d05f181894cdba69.zip |
Adding support for using cdebootstra-static as bootstrap program.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3c4b8f0b8..fdce4e72d 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Git: git://git.debian.net/git/debian-live/live-helper.git Package: live-helper Architecture: all -Depends: debootstrap | cdebootstrap +Depends: debootstrap | cdebootstrap | cdebootstrap-static Recommends: gettext-base Suggests: dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted, squashfs-tools | genext2fs | mtd-tools, sudo | fakeroot, syslinux | grub, uuid-runtime, win32-loader Description: Debian Live build scripts |