From 7f70392f4ba3f0898e7f6c602680073072d576ea Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 17 Dec 2008 14:55:20 -0500 Subject: [PATCH] let mount auto-determine the fs type --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init b/init index e52055a..a0924e9 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 -- 2.7.4