summaryrefslogtreecommitdiff
path: root/isomounts
diff options
context:
space:
mode:
Diffstat (limited to 'isomounts')
-rw-r--r--isomounts12
1 files changed, 12 insertions, 0 deletions
diff --git a/isomounts b/isomounts
new file mode 100644
index 0000000..6998f3b
--- /dev/null
+++ b/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@ / squashfs
+root-image.sqfs @ARCH@ / squashfs