Fix issue where stock Arch initscripts were unable to find /

If we add a root entry in our default fstab, we will be able to remount
root without issues in the initscripts, even if we don't have access to
the original mount locations and such.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-10-10 23:01:56 -05:00
parent bc8ec134e1
commit e5fb50c573

View File

@ -2,6 +2,7 @@
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
unionfs / unionfs noauto 0 0
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
tmpfs /tmp tmpfs defaults 0 0