2009-11-25 18:40:07 +00:00
|
|
|
# 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
|
2010-10-21 22:36:38 +00:00
|
|
|
@ARCH@/overlay.sqfs @ARCH@ / squashfs
|
|
|
|
@ARCH@/core-pkgs.sqfs @ARCH@ / squashfs
|
|
|
|
@ARCH@/root-image.sqfs @ARCH@ / squashfs
|