initramfs: remove explicit -o ro from /lib/modules (#333)

If /dev/xvdd is R/O, this is done automatically
devel-3.9 mm_84413070
Marek Marczykowski 13 years ago
parent 750b4806ba
commit 844130705c

@ -7,4 +7,4 @@
echo "Waiting for /dev/xvdd device..."
while ! [ -e /dev/xvdd ]; do sleep 0.1; done
mount -n -t ext3 -o ro /dev/xvdd $NEWROOT/lib/modules
mount -n -t ext3 /dev/xvdd $NEWROOT/lib/modules

Loading…
Cancel
Save