Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archlive_install
diff options
context:
space:
mode:
Diffstat (limited to 'archlive_install')
-rw-r--r--archlive_install11
1 files changed, 11 insertions, 0 deletions
diff --git a/archlive_install b/archlive_install
new file mode 100644
index 0000000..be2f5cc
--- /dev/null
+++ b/archlive_install
@@ -0,0 +1,11 @@
+# vim: set ft=sh:
+install ()
+{
+ MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs iso9660 $(all_modules '/kernel/fs' | grep -v "nls") "
+ BINARIES=""
+ FILES=""
+ add_binary /bin/mount /bin/mount.full
+ add_dir /real_root
+ add_dir /tmpfs
+ SCRIPT="liveiso"
+}