diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-11-25 10:40:07 -0800 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-11-30 15:14:26 -0800 |
commit | 246a00412bcf15feedf6320fe10de6e545517b89 (patch) | |
tree | 94377634c0fd0f78557b79e52da470070e261966 /configs/syslinux-iso/isomounts | |
parent | f77ddc0e9ce71eced048139e51bf9540883fffcc (diff) | |
download | archiso32-246a00412bcf15feedf6320fe10de6e545517b89.tar.xz |
Initial commit of syslinux based iso config
Includes vesamenu config... needs testing
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'configs/syslinux-iso/isomounts')
-rw-r--r-- | configs/syslinux-iso/isomounts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/syslinux-iso/isomounts b/configs/syslinux-iso/isomounts new file mode 100644 index 0000000..71421b6 --- /dev/null +++ b/configs/syslinux-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> + +# ORDER MATTERS! Files take top-down precedence. Be careful +overlay.sqfs @ARCH@ / squashfs +core-pkgs.sqfs @ARCH@ /src/core/pkg squashfs +root-image.sqfs @ARCH@ / squashfs |