[SCM] debian-live/live-initramfs branch, master, updated. 1.99.2-1-20-g3cd5081

Daniel Baumann daniel at debian.org
Sun Sep 16 21:27:58 UTC 2007


The branch, master has been updated
       via  3cd5081adeeb14a7d380744f81cd2180276f0365 (commit)
      from  15f50dd4f009afb5f6ea7fa4b3c67d4bafe882aa (commit)


- Shortlog ------------------------------------------------------------
3cd5081 Depend on busybox.

Summary of changes:
 debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 3cd5081adeeb14a7d380744f81cd2180276f0365
Author: Michael Prokop <mika at grml.org>
Date:   Sun Sep 16 22:46:41 2007 +0200

    Depend on busybox.
    
    live-initramfs uses touch(1) which does not seem to be available
    using klibc-utils. initramfs-tools version 0.91a (current
    Debian/unstable) just depends on klibc-utils now and busybox is
    in recommends only. If busybox isn't installed the generated
    initramfs might not work due to lack of the touch command'

diff --git a/debian/control b/debian/control
index d03bf13..6e9eda4 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ XS-Vcs-Browse: http://git.debian.org/?p=users/daniel/live-initramfs.git
 
 Package: live-initramfs
 Architecture: all
-Depends: ${misc:Depends}, file, initramfs-tools, sudo, user-setup
+Depends: ${misc:Depends}, file, initramfs-tools, sudo, user-setup, busybox
 Recommends: eject, wget, live-initscripts
 Suggests: genext2fs, squashfs-tools
 Description: Debian Live initramfs hook

-- 
debian-live/live-initramfs



More information about the debian-live-changes mailing list