Browse Source

let mount auto-determine the fs type

master
Jeremy Katz 16 years ago
parent
commit
7f70392f4b
  1. 2
      init

2
init

@ -80,7 +80,7 @@ while [ ! -e $root ]; do @@ -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

Loading…
Cancel
Save