summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:29 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 14:46:29 +0200
commit3939ae5680826a0ae16a7942adeb8c514801a1f1 (patch)
tree9b34d50e5c190129b4be2fdaa364be9a33575665
parentd6720db9b86cd1f0668123d069b5547dca4c713c (diff)
downloadlive-boot-3939ae5680826a0ae16a7942adeb8c514801a1f1.tar.gz
live-boot-3939ae5680826a0ae16a7942adeb8c514801a1f1.zip
Adding casper 1.79+debian-2.
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
-rw-r--r--debian/control.debian2
-rw-r--r--scripts/casper2
4 files changed, 11 insertions, 3 deletions
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 <flimzy@flimzy.com>.
+
+ -- Marco Amadori <marco.amadori@gmail.com> 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