Subversion Repositories livecd

Rev

Rev 98 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 98 Rev 99
Line 20... Line 20...
20
#  - add fscache (for NFS support)
20
#  - add fscache (for NFS support)
21
#  - add ide-cd, cdrom (for CD-ROM support)
21
#  - add ide-cd, cdrom (for CD-ROM support)
22
# read $KERNEL from $1, can overwrite setting in livecd.conf
22
# read $KERNEL from $1, can overwrite setting in livecd.conf
23
# add aufs (replacement for unionfs)
23
# add aufs (replacement for unionfs)
24
# add rev to static-binaries (for unionctl of aufs)
24
# add rev to static-binaries (for unionctl of aufs)
-
 
25
# create links to all busybox commands (for busybox 1.6.1)
25
#
26
#
26
 
27
 
27
# . ../config || exit 1
28
# . ../config || exit 1
28
 
29
 
29
. ../../livecd.conf || exit 1
30
. ../../livecd.conf || exit 1
Line 144... Line 145...
144
        kill killall last ln logger losetup ls lsmod md5sum \
145
        kill killall last ln logger losetup ls lsmod md5sum \
145
        mkdir mkfifo mknod mkswap mktemp more \
146
        mkdir mkfifo mknod mkswap mktemp more \
146
        mount mv pivot_root poweroff ps pwd readlink realpath \
147
        mount mv pivot_root poweroff ps pwd readlink realpath \
147
        reboot rm rmdir rmmod route sed sh sleep sort \
148
        reboot rm rmdir rmmod route sed sh sleep sort \
148
        swapoff swapon sync tail tar tee test touch tr \
149
        swapoff swapon sync tail tar tee test touch tr \
149
        true umount uname uniq vi wc xargs zcat"
150
        true umount uname uniq vi which wc xargs zcat"
150
for c in $BUSYBOXCMDS; do
151
for c in $BUSYBOXCMDS; do
151
    ln -s busybox $INITRD_TREE/bin/$c
152
    ln -s busybox $INITRD_TREE/bin/$c
152
done
153
done
153
 
154
 
154
# dhcp startup script
155
# dhcp startup script