initramfs: remove explicit -o ro from /lib/modules (#333)
If /dev/xvdd is R/O, this is done automatically
This commit is contained in:
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…
Reference in New Issue
Block a user