Shut up a warning in stage 2
This commit is contained in:
parent
5e96158234
commit
39a6750362
|
@ -29,7 +29,7 @@ setPath "@path@"
|
||||||
# Normally, stage 1 mounts the root filesystem read/writable.
|
# Normally, stage 1 mounts the root filesystem read/writable.
|
||||||
# However, in some environments, stage 2 is executed directly, and the
|
# However, in some environments, stage 2 is executed directly, and the
|
||||||
# root is read-only. So make it writable here.
|
# root is read-only. So make it writable here.
|
||||||
mount -n -o remount,rw /
|
mount -n -o remount,rw none /
|
||||||
|
|
||||||
|
|
||||||
# Likewise, stage 1 mounts /proc, /dev and /sys, so if we don't have a
|
# Likewise, stage 1 mounts /proc, /dev and /sys, so if we don't have a
|
||||||
|
|
Loading…
Reference in New Issue