git-svn-id: http://phraktured.net/archiso@4 00a9fe69-e71b-0410-bb23-df0e5024db41
This commit is contained in:
parent
9275011f0e
commit
9e499e11b2
3 changed files with 26 additions and 17 deletions
|
@ -1,11 +1,11 @@
|
|||
# vim: set ft=sh:
|
||||
install ()
|
||||
{
|
||||
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs iso9660 $(all_modules '/kernel/fs' | grep -v "nls") "
|
||||
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(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"
|
||||
SCRIPT="archlive"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue