diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-08-30 05:32:35 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-08-30 05:32:35 +0000 |
commit | 676782bc3af8d266b67bbc35b7d791cd8c703aee (patch) | |
tree | f8f3e15d5455a7af3d27be7f0a4cd60dc6943477 /archlive_install | |
download | archiso32-676782bc3af8d266b67bbc35b7d791cd8c703aee.tar.xz |
Initial import
git-svn-id: http://phraktured.net/archiso@1 00a9fe69-e71b-0410-bb23-df0e5024db41
Diffstat (limited to 'archlive_install')
-rw-r--r-- | archlive_install | 11 |
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" +} |