[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#249311: (no subject)



On Sun, May 16, 2004 at 07:04:27PM +0100, Martin Michlmayr wrote:
> * Eugeniy Meshcheryakov <eugen@univ.kiev.ua> [2004-05-16 20:32]:
> > >>After system boot failed with the following messages on console:
> > >>No volume groups found
> > >>/scripts/ext3-add-journal.sh: 32: arith: syntax error: "0x"
> > >>/sbin/init: 417: arith: syntax error: "0x"
> > >>Then kernel panic...
> > >
> > >
> > >This looks like #246562 which is apparently fixed in initrd-tools
> > >(0.1.68).  Can you do an installation of unstable rather than testing
> > >to see if it's fixed?
> > 
> > I installed unstable and have initrd-tools_0.1.68_all.deb in apt-proxy 
> > cache.
> 
> Herbert?  (this was with root on LVM2 fwiw)

Sorry, I stuffed up in 0.1.68.

This patch should fix it.  I'll upload it tonight.
-- 
Visit Openswan at http://www.openswan.org/
Email:  Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Index: mkinitrd
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/initrd-tools/mkinitrd,v
retrieving revision 1.200
diff -u -r1.200 mkinitrd
--- a/mkinitrd	15 May 2004 01:33:48 -0000	1.200
+++ b/mkinitrd	16 May 2004 21:59:36 -0000
@@ -432,7 +432,7 @@
 		return
 	else
 		if [ $setroot ]; then
-			echo "ROOT=$device" >&5
+			echo "ROOT=$1" >&5
 			setroot=
 		fi
 		device=$(readlink -f "$1")

Reply to: