From b340aae9b1390fbd8c41d0f66a7417f4e96770f9 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sat, 7 May 2011 17:09:57 -0300 Subject: [archiso] Update fstab and "source dev" of aufs. * Change from none -> union (looks like util-linux is confused BUG?) Avoid the message: "umount aufs failed: not found" at shutdown. #1 mount -t tmpfs none /something #2 mount -t tmpfs xxxx /something The output of findmnt -rnu -o SOURCE will be blank in #1. * Change from aufs -> auto, make its more generic. * Update devpts and shm entries. Signed-off-by: Gerardo Exequiel Pozzi --- configs/syslinux-iso/overlay/etc/fstab | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configs/syslinux-iso') diff --git a/configs/syslinux-iso/overlay/etc/fstab b/configs/syslinux-iso/overlay/etc/fstab index 3c43a5e..b470b17 100644 --- a/configs/syslinux-iso/overlay/etc/fstab +++ b/configs/syslinux-iso/overlay/etc/fstab @@ -1,7 +1,7 @@ +# # /etc/fstab: static file system information +# # -aufs / aufs noauto 0 0 -none /dev/pts devpts defaults 0 0 -none /dev/shm tmpfs defaults 0 0 - -### Auto generated entries get added here: +union / auto noauto 0 0 +devpts /dev/pts devpts defaults 0 0 +shm /dev/shm tmpfs nodev,nosuid 0 0 -- cgit v1.2.2