summaryrefslogtreecommitdiff
path: root/archlive_install
blob: be2f5cc473f54af66a458f850a71acaed7e74258 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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"
}