11 lines
242 B
Bash
11 lines
242 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="archlive"
|
|
}
|