From e5fb50c5737a42616622adb269547b7633b195d5 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 10 Oct 2007 23:01:56 -0500 Subject: 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 --- default-config/etc/fstab | 1 + 1 file changed, 1 insertion(+) (limited to 'default-config') diff --git a/default-config/etc/fstab b/default-config/etc/fstab index 4b118fc..a63e3b8 100644 --- a/default-config/etc/fstab +++ b/default-config/etc/fstab @@ -2,6 +2,7 @@ # /etc/fstab: static file system information # # +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 -- cgit v1.2.3-54-g00ecf