69c9986a9c
Several small changes just as a shim to get everything to work. Signed-off-by: Simo Leone <simo@archlinux.org>
11 lines
241 B
Bash
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"
|
|
}
|