2006-08-30 07:32:35 +02:00
|
|
|
# vim: set ft=sh:
|
|
|
|
install ()
|
|
|
|
{
|
2006-09-11 10:36:37 +02:00
|
|
|
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
|
2006-08-30 07:32:35 +02:00
|
|
|
BINARIES=""
|
|
|
|
FILES=""
|
|
|
|
add_dir /real_root
|
|
|
|
add_dir /tmpfs
|
2007-10-05 21:27:52 +02:00
|
|
|
SCRIPT="archiso"
|
2006-08-30 07:32:35 +02:00
|
|
|
}
|