From c65f463ce388b0a93fafbca5227b427c41e00a6b Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Mon, 1 Mar 2010 10:39:01 -0300 Subject: Welcome back copytoram= option Fixes FS#17182: copytoram=y does not work with aufs The solution is simple, just use a directory outside aufs tree. * If copytoram=y, then another tmpfs is mounted but on /tmpfs.sqfs * Add a new option: tmpfs_sqfs_size= (default to 75%) * Lock cdrom drive is not locked if copytoram=y Signed-off-by: Gerardo Exequiel Pozzi --- archiso/install/archiso | 1 + 1 file changed, 1 insertion(+) (limited to 'archiso/install') diff --git a/archiso/install/archiso b/archiso/install/archiso index 4d36412..d01ab25 100644 --- a/archiso/install/archiso +++ b/archiso/install/archiso @@ -10,6 +10,7 @@ install () BINARIES="" FILES="" add_dir /tmpfs + add_dir /tmpfs.sqfs add_dir /bootmnt add_device /dev/loop0 b 7 0 SCRIPT="archiso" -- cgit v1.2.3-54-g00ecf