ISO/install/archiso
Simo Leone 69c9986a9c Got archiso into working condition
Several small changes just as a shim to get everything to work.

Signed-off-by: Simo Leone <simo@archlinux.org>
2007-10-09 20:59:26 -05:00

11 lines
241 B
Bash

# 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="archiso"
}