Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 168664 | Differences between
and this patch

Collapse All | Expand All

(-)genkernel-3.4.7_pre3/gen_initramfs.sh (-1 / +1 lines)
Lines 19-25 Link Here
19
	mkdir -p ${TEMP}/initramfs-base-temp/sbin
19
	mkdir -p ${TEMP}/initramfs-base-temp/sbin
20
	mkdir -p ${TEMP}/initramfs-base-temp/usr/bin
20
	mkdir -p ${TEMP}/initramfs-base-temp/usr/bin
21
	mkdir -p ${TEMP}/initramfs-base-temp/usr/sbin
21
	mkdir -p ${TEMP}/initramfs-base-temp/usr/sbin
22
	ln -s  ../lib  ${TEMP}/initramfs-base-temp/lib64
22
	ln -s  lib  ${TEMP}/initramfs-base-temp/lib64
23
23
24
	echo "/dev/ram0     /           ext2    defaults	0 0" > ${TEMP}/initramfs-base-temp/etc/fstab
24
	echo "/dev/ram0     /           ext2    defaults	0 0" > ${TEMP}/initramfs-base-temp/etc/fstab
25
	echo "proc          /proc       proc    defaults    0 0" >> ${TEMP}/initramfs-base-temp/etc/fstab
25
	echo "proc          /proc       proc    defaults    0 0" >> ${TEMP}/initramfs-base-temp/etc/fstab

Return to bug 168664