Comment 20 for bug 226622

Revision history for this message
Agostino Russo (ago) wrote :

arg... I had lupin rev109 in my local branch that for some reason did not make the hardy.proposed branch

That is required otherwise LIVEMEDIA_OFFSET is never set and without LIVEMEDIA_OFFSET the loopdevice is never setup...

=== modified file 'casper/scripts/casper-premount/20iso_scan'
--- casper/scripts/casper-premount/20iso_scan 2008-05-15 23:16:36 +0000
+++ casper/scripts/casper-premount/20iso_scan 2008-05-26 10:16:30 +0000
@@ -28,7 +28,7 @@
 if [ "$iso_path" ]; then
     if find_path "${iso_path}" /isodevice rw; then
         echo "LIVEMEDIA=${FOUNDPATH}" >> /conf/param.conf
- if [ -f "${iso_path}" ]; then
+ if [ -f "${FOUNDPATH}" ]; then
             echo "LIVEMEDIA_OFFSET=0" >> /conf/param.conf
         fi
     else

=== modified file 'debian/changelog'
--- debian/changelog 2008-05-15 23:16:36 +0000
+++ debian/changelog 2008-05-26 10:32:31 +0000
@@ -5,8 +5,9 @@
     is a useful check per se', but it is also required to allow using
     iso_scan to look for iso content such as squashfs which in turn
     would help with LP: #207137
+ * Use the absolute path when testing the iso_path target type

- -- Agostino Russo <email address hidden> Thu, 15 May 2008 23:55:32 +0100
+ -- Agostino Russo <email address hidden> Mon, 26 May 2008 11:32:10 +0100

 lupin (0.17) hardy-proposed; urgency=low