diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/live-boot.bug-script | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index d82865b..a4e0cf3 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Git: git://live.debian.net/git/live-boot.git Package: live-boot Architecture: all Depends: ${misc:Depends}, live-boot-initramfs-tools | live-boot-backend -Recommends: live-boot-doc, file, rsync, uuid-runtime +Recommends: live-boot-doc, rsync, uuid-runtime Suggests: curlftpfs, cryptsetup, httpfs2, unionfs-fuse, wget Description: Live System Boot Scripts live-boot contains the scripts that configure a live system during the boot diff --git a/debian/live-boot.bug-script b/debian/live-boot.bug-script index 9aff886..b445fc7 100644 --- a/debian/live-boot.bug-script +++ b/debian/live-boot.bug-script @@ -1,7 +1,7 @@ #!/bin/sh # Checking depends -dpkg -l busybox file initramfs-tools sudo udev user-setup +dpkg -l busybox initramfs-tools sudo udev user-setup # Checking recommends dpkg -l uuid-runtime wget |