Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archiso/install
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-07-09 15:58:17 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-07-09 16:14:55 -0300
commit7317cb29aba4ab2b89e1ad0475de3f1fd8f0c386 (patch)
tree6b6835f8eeba2fe521a6914b77ab1cbb294adb28 /archiso/install
parent041bdbc081a8be54e8f092f8b4494b3e23fc0a7a (diff)
Rename directories and parameteres to be more descriptive
* squashfs images that will be part of read-only branchs for union mount in / are mounted on /ro_branch/{image_name} instead of /tmpfs/mnt/{image_name} (and avoid empty dirs on live env under /mnt) * tmpfs that will be part of read-write branch for union mount in / is mounted on /rw_branch instead of /tmpfs * tmpfs that is for store *.sqfs images when copytoram=y, is mounted on /copytoram instead of /tmpfs.sqfs * tmpfs_size= parameter renamed to rw_branch_size= * tmpfs_sqfs_size= parameter renamed to copytoram_size= Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/install')
-rw-r--r--archiso/install/archiso5
1 files changed, 3 insertions, 2 deletions
diff --git a/archiso/install/archiso b/archiso/install/archiso
index 9b45080..7ad9d06 100644
--- a/archiso/install/archiso
+++ b/archiso/install/archiso
@@ -10,8 +10,9 @@ install ()
BINARIES=""
FILES=""
- add_dir /tmpfs
- add_dir /tmpfs.sqfs
+ add_dir /rw_branch
+ add_dir /ro_branch
+ add_dir /copytoram
add_dir /bootmnt
add_device /lib/udev/devices/loop0 b 7 0