Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 55451
Collapse All | Expand All

(-)genkernel-3.0.2b/gen_initrd.sh (+5 lines)
Lines 45-50 Link Here
45
	cd ${TEMP}/initrd-temp/dev
45
	cd ${TEMP}/initrd-temp/dev
46
	MAKEDEV std
46
	MAKEDEV std
47
	MAKEDEV console
47
	MAKEDEV console
48
	MAKEDEV sda
49
	MAKEDEV sdb
50
	MAKEDEV sdc
51
	MAKEDEV sdd
52
	MAKEDEV ataraid
48
53
49
	cp "${BUSYBOX_BINCACHE}" "${TEMP}/initrd-temp/bin/busybox.bz2" || gen_die "could not copy busybox from bincache"
54
	cp "${BUSYBOX_BINCACHE}" "${TEMP}/initrd-temp/bin/busybox.bz2" || gen_die "could not copy busybox from bincache"
50
	bunzip2 "${TEMP}/initrd-temp/bin/busybox.bz2" || gen_die "could not uncompress busybox"
55
	bunzip2 "${TEMP}/initrd-temp/bin/busybox.bz2" || gen_die "could not uncompress busybox"
(-)genkernel-3.0.2b/genkernel (+1 lines)
Lines 24-29 Link Here
24
BUILD_KERNEL=0
24
BUILD_KERNEL=0
25
BUILD_INITRD=0
25
BUILD_INITRD=0
26
26
27
27
# Parse all command line options...
28
# Parse all command line options...
28
while [ $# -gt 0 ]
29
while [ $# -gt 0 ]
29
do
30
do
(-)genkernel-3.0.2b/x86/modules_load (-1 / +1 lines)
Lines 12-17 Link Here
12
sim710 sym53c416"
12
sim710 sym53c416"
13
13
14
MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
14
MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
15
MODULES_ATARAID="ataraid pdcraid hptraid"
15
MODULES_ATARAID="iswraid ataraid pdcraid hptraid"
16
MODULES_PCMCIA="ide-cs"
16
MODULES_PCMCIA="ide-cs"
17
MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage"
17
MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage"

Return to bug 55451