Line 22... |
Line 22... |
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 |
# create links to all busybox commands (for busybox 1.6.1)
|
26 |
# add sg.ko
|
26 |
# add sg.ko
|
- |
|
27 |
# add sata_nv
|
27 |
#
|
28 |
#
|
28 |
|
29 |
|
29 |
# . ../config || exit 1
|
30 |
# . ../config || exit 1
|
30 |
|
31 |
|
31 |
. ../../livecd.conf || exit 1
|
32 |
. ../../livecd.conf || exit 1
|
Line 235... |
Line 236... |
235 |
rcopy_ex /$LMK/kernel/drivers/ata/libata.ko $INITRD_TREE 2>/dev/null
|
236 |
rcopy_ex /$LMK/kernel/drivers/ata/libata.ko $INITRD_TREE 2>/dev/null
|
236 |
rcopy_ex /$LMK/kernel/drivers/scsi/ata_piix.ko $INITRD_TREE 2>/dev/null
|
237 |
rcopy_ex /$LMK/kernel/drivers/scsi/ata_piix.ko $INITRD_TREE 2>/dev/null
|
237 |
rcopy_ex /$LMK/kernel/drivers/ata/ata_piix.ko $INITRD_TREE 2>/dev/null
|
238 |
rcopy_ex /$LMK/kernel/drivers/ata/ata_piix.ko $INITRD_TREE 2>/dev/null
|
238 |
rcopy_ex /$LMK/kernel/drivers/scsi/ahci.ko $INITRD_TREE 2>/dev/null
|
239 |
rcopy_ex /$LMK/kernel/drivers/scsi/ahci.ko $INITRD_TREE 2>/dev/null
|
239 |
rcopy_ex /$LMK/kernel/drivers/ata/ahci.ko $INITRD_TREE 2>/dev/null
|
240 |
rcopy_ex /$LMK/kernel/drivers/ata/ahci.ko $INITRD_TREE 2>/dev/null
|
- |
|
241 |
rcopy_ex /$LMK/kernel/drivers/scsi/sata_nv.ko $INITRD_TREE 2>/dev/null
|
- |
|
242 |
rcopy_ex /$LMK/kernel/drivers/ata/sata_nv.ko $INITRD_TREE 2>/dev/null
|
240 |
rcopy_ex /$LMK/kernel/drivers/scsi/sg.ko $INITRD_TREE 2>/dev/null
|
243 |
rcopy_ex /$LMK/kernel/drivers/scsi/sg.ko $INITRD_TREE 2>/dev/null
|
241 |
|
244 |
|
242 |
|
245 |
|
243 |
debug "gzipping kernel modules"
|
246 |
debug "gzipping kernel modules"
|
244 |
find $INITRD_TREE -name "*.ko" | xargs -r gzip --best
|
247 |
find $INITRD_TREE -name "*.ko" | xargs -r gzip --best
|