Subversion Repositories livecd

Rev

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

Rev 126 Rev 158
Line 23... Line 23...
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
# create links to all busybox commands (for busybox 1.6.1)
26
# add sg.ko
26
# add sg.ko
27
# add sata_nv
27
# add sata_nv
-
 
28
# add cifs kernel module
28
#
29
#
29
 
30
 
30
# . ../config || exit 1
31
# . ../config || exit 1
31
 
32
 
32
. ../../livecd.conf || exit 1
33
. ../../livecd.conf || exit 1
Line 151... Line 152...
151
        hdparm head hostname ifconfig ifdown ifup insmod \
152
        hdparm head hostname ifconfig ifdown ifup insmod \
152
        kill killall last ln logger losetup ls lsmod md5sum \
153
        kill killall last ln logger losetup ls lsmod md5sum \
153
        mkdir mkfifo mknod mkswap mktemp more \
154
        mkdir mkfifo mknod mkswap mktemp more \
154
        mount mv pivot_root poweroff ps pwd readlink realpath \
155
        mount mv pivot_root poweroff ps pwd readlink realpath \
155
        reboot rm rmdir rmmod route sed sh sleep sort \
156
        reboot rm rmdir rmmod route sed sh sleep sort \
156
        swapoff swapon sync tail tar tee test touch tr \
157
        swapoff swapon switch_root sync tail tar tee test touch tr \
157
        true udhcpc umount uname uniq vi which wc xargs \
158
        true udhcpc umount uname uniq vi which wc xargs \
158
        zcat"
159
        zcat"
159
for c in $BUSYBOXCMDS; do
160
for c in $BUSYBOXCMDS; do
160
    ln -s busybox $INITRD_TREE/bin/$c
161
    ln -s busybox $INITRD_TREE/bin/$c
161
done
162
done
Line 201... Line 202...
201
rcopy_ex /$LMK/kernel/fs/lockd $INITRD_TREE 2>/dev/null
202
rcopy_ex /$LMK/kernel/fs/lockd $INITRD_TREE 2>/dev/null
202
rcopy_ex /$LMK/kernel/fs/fscache $INITRD_TREE 2>/dev/null
203
rcopy_ex /$LMK/kernel/fs/fscache $INITRD_TREE 2>/dev/null
203
rcopy_ex /$LMK/kernel/net/sunrpc $INITRD_TREE 2>/dev/null
204
rcopy_ex /$LMK/kernel/net/sunrpc $INITRD_TREE 2>/dev/null
204
rcopy_ex /$LMK/kernel/net/sunrpc $INITRD_TREE 2>/dev/null
205
rcopy_ex /$LMK/kernel/net/sunrpc $INITRD_TREE 2>/dev/null
205
 
206
 
-
 
207
# for cifs-support
-
 
208
rcopy_ex /$LMK/kernel/fs/cifs $INITRD_TREE 2>/dev/null
-
 
209
 
206
# net drivers
210
# net drivers
207
rcopy_ex /$LMK/kernel/drivers/net               $INITRD_TREE 2>/dev/null
211
rcopy_ex /$LMK/kernel/drivers/net               $INITRD_TREE 2>/dev/null
208
rcopy_ex /$LMK/updates/drivers/net/sky2/sky2.ko $INITRD_TREE 2>/dev/null
212
rcopy_ex /$LMK/updates/drivers/net/sky2/sky2.ko $INITRD_TREE 2>/dev/null
209
 
213
 
210
# add language support for filesystems
214
# add language support for filesystems