e5fb50c573
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>
13 lines
555 B
Plaintext
13 lines
555 B
Plaintext
#
|
|
# /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
|
|
|
|
/dev/cdrom /bootcd iso9660 ro,user,noauto 0 0
|
|
|
|
### Auto generated entries get added here:
|