From 246a00412bcf15feedf6320fe10de6e545517b89 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 25 Nov 2009 10:40:07 -0800 Subject: Initial commit of syslinux based iso config Includes vesamenu config... needs testing Signed-off-by: Aaron Griffin --- configs/syslinux-iso/isomounts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 configs/syslinux-iso/isomounts (limited to 'configs/syslinux-iso/isomounts') 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: + +# 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 -- cgit v1.2.3-54-g00ecf