From: Jeremy Katz Date: Wed, 17 Dec 2008 19:55:20 +0000 (-0500) Subject: let mount auto-determine the fs type X-Git-Tag: 0.1~505 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f70392f4ba3f0898e7f6c602680073072d576ea;p=thirdparty%2Fdracut.git let mount auto-determine the fs type --- diff --git a/init b/init index e52055ab1..a0924e986 100755 --- a/init +++ b/init @@ -80,7 +80,7 @@ while [ ! -e $root ]; do done echo -e "\n\nMounted rootfs after $tries seconds" ln -s "$root" /dev/root -mount -o ro -t ext3 /dev/root $NEWROOT +mount -o ro /dev/root $NEWROOT # now we need to prepare to switchroot mount --bind /dev $NEWROOT/dev