Subversion Repositories livecd

Rev

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

Rev 107 Rev 116
Line 21... Line 21...
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
# create links to all busybox commands (for busybox 1.6.1)
-
 
26
# add sg.ko
26
#
27
#
27
 
28
 
28
# . ../config || exit 1
29
# . ../config || exit 1
29
 
30
 
30
. ../../livecd.conf || exit 1
31
. ../../livecd.conf || exit 1
Line 231... Line 232...
231
 
232
 
232
# disk sata (some sata modules)
233
# disk sata (some sata modules)
233
rcopy_ex /$LMK/kernel/drivers/scsi/libata.ko $INITRD_TREE 2>/dev/null
234
rcopy_ex /$LMK/kernel/drivers/scsi/libata.ko $INITRD_TREE 2>/dev/null
234
rcopy_ex /$LMK/kernel/drivers/scsi/ata_piix.ko $INITRD_TREE 2>/dev/null
235
rcopy_ex /$LMK/kernel/drivers/scsi/ata_piix.ko $INITRD_TREE 2>/dev/null
235
rcopy_ex /$LMK/kernel/drivers/scsi/ahci.ko $INITRD_TREE 2>/dev/null
236
rcopy_ex /$LMK/kernel/drivers/scsi/ahci.ko $INITRD_TREE 2>/dev/null
-
 
237
rcopy_ex /$LMK/kernel/drivers/scsi/sg.ko $INITRD_TREE 2>/dev/null
236
 
238
 
237
 
239
 
238
debug "gzipping kernel modules"
240
debug "gzipping kernel modules"
239
find $INITRD_TREE -name "*.ko" | xargs -r gzip --best
241
find $INITRD_TREE -name "*.ko" | xargs -r gzip --best
240
 
242