index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-18 22:08:38 -0600 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-18 22:09:19 -0600 |
commit | 4e638eaf2430d4036df536cad6fdda219aabf114 (patch) | |
tree | 9b21ffc6c55ee6876ff6b78ae0ad496eb0886e9c /configs/install-iso/isomounts | |
parent | 30ff7ea7a61dc1c6b0d46fab69c8d149ec4586f5 (diff) |
-rw-r--r-- | configs/install-iso/isomounts | 12 |
diff --git a/configs/install-iso/isomounts b/configs/install-iso/isomounts new file mode 100644 index 0000000..3aa6cb6 --- /dev/null +++ b/configs/install-iso/isomounts @@ -0,0 +1,12 @@ +# archiso isomounts file +# img - location of image/directory to mount relative to addons directory +# arch - architecture of this image +# mount point - absolute location on the post-initrd root +# type - either 'bind' or 'squashfs' for now + +# syntax: <img> <arch> <mount point> <type> + +root-image.sqfs i686 / squashfs +overlay.sqfs i686 / squashfs +overlay.sqfs x86_64 / squashfs +core-pkgs.sqfs i686 /src/core/pkg squashfs |