12 lines
285 B
Plaintext
12 lines
285 B
Plaintext
|
# 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"
|
||
|
}
|