summaryrefslogtreecommitdiff
path: root/iso/isomounts
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2010-10-16 20:46:22 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2010-10-16 20:47:42 -0300
commit85f93c3d1343ffefa1164109a87c1eb40a14eb11 (patch)
tree9ec227576ed760029af4c6e35ccad2980d6909eb /iso/isomounts
First commit
Diffstat (limited to 'iso/isomounts')
-rw-r--r--iso/isomounts12
1 files changed, 12 insertions, 0 deletions
diff --git a/iso/isomounts b/iso/isomounts
new file mode 100644
index 0000000..6998f3b
--- /dev/null
+++ b/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@ / squashfs
+root-image.sqfs @ARCH@ / squashfs