From: Daniel Baumann Date: Sun, 23 Sep 2007 12:46:29 +0000 (+0200) Subject: Adding casper 1.79+debian-2. X-Git-Tag: debian/1.79+debian-2^0 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=3939ae5680826a0ae16a7942adeb8c514801a1f1;hp=d6720db9b86cd1f0668123d069b5547dca4c713c;p=live-boot-grml.git Adding casper 1.79+debian-2. --- diff --git a/debian/changelog b/debian/changelog index 38b383f..f9ef321 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +casper (1.79+debian-2) unstable; urgency=low + + * It now depends also on "file" (Closes: #409308). + * Fixed LIVEMEDIA_TIMEOUT values (Closes: #409300). + Thanks for both to Jonathan Hall . + + -- Marco Amadori Sat, 3 Feb 2007 18:29:20 +0100 + casper (1.79+debian-1) unstable; urgency=low * New Upstream release. diff --git a/debian/control b/debian/control index 0ebb148..4ce301f 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: casper Architecture: any -Depends: initramfs-tools (>= 0.40), user-setup, sudo, lsb-base (>= 3.0-6) +Depends: initramfs-tools (>= 0.40), user-setup, sudo, lsb-base (>= 3.0-6), file Conflicts: usplash (<< 0.3-0) Recommends: live-package Suggests: squashfs-tools, genext2fs diff --git a/debian/control.debian b/debian/control.debian index 0ebb148..4ce301f 100644 --- a/debian/control.debian +++ b/debian/control.debian @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: casper Architecture: any -Depends: initramfs-tools (>= 0.40), user-setup, sudo, lsb-base (>= 3.0-6) +Depends: initramfs-tools (>= 0.40), user-setup, sudo, lsb-base (>= 3.0-6), file Conflicts: usplash (<< 0.3-0) Recommends: live-package Suggests: squashfs-tools, genext2fs diff --git a/scripts/casper b/scripts/casper index f070aa2..17e19ae 100644 --- a/scripts/casper +++ b/scripts/casper @@ -589,7 +589,7 @@ mountroot() { fi else # Scan local devices for the image - for i in 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13; do + for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19; do livefs_root=$(find_livefs $i) if [ -n "${livefs_root}" ]; then break