From 98318ea039c39bff953c6b83010e48791ee6d286 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 6 Sep 2008 20:45:45 -0500 Subject: Rename "default-config" to "overlay" I like difficulty and then name was annoying me Signed-off-by: Aaron Griffin --- configs/install-iso/overlay/etc/fstab | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 configs/install-iso/overlay/etc/fstab (limited to 'configs/install-iso/overlay/etc/fstab') diff --git a/configs/install-iso/overlay/etc/fstab b/configs/install-iso/overlay/etc/fstab new file mode 100644 index 0000000..0d5a001 --- /dev/null +++ b/configs/install-iso/overlay/etc/fstab @@ -0,0 +1,11 @@ +# +# /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 + +/dev/cdrom /bootcd iso9660 ro,user,noauto 0 0 + +### Auto generated entries get added here: -- cgit v1.2.3-54-g00ecf