diff options
Diffstat (limited to 'archiso_install')
-rw-r--r-- | archiso_install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archiso_install b/archiso_install new file mode 100644 index 0000000..d75a57e --- /dev/null +++ b/archiso_install @@ -0,0 +1,10 @@ +# vim: set ft=sh: +install () +{ + MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") " + BINARIES="" + FILES="" + add_dir /real_root + add_dir /tmpfs + SCRIPT="archlive" +} |