git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@386 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Tim Yamin 19 years ago
parent 079eb44f5f
commit 7d229e11a3

@ -384,6 +384,9 @@ create_initramfs_aux() {
fi fi
fi fi
# Make sure it's executable
chmod 0755 "${TEMP}/initramfs-aux-temp/init"
# Make a symlink to init .. incase we are bundled inside the kernel as one big cpio. # Make a symlink to init .. incase we are bundled inside the kernel as one big cpio.
cd ${TEMP}/initramfs-aux-temp cd ${TEMP}/initramfs-aux-temp
ln -s init linuxrc ln -s init linuxrc

@ -277,6 +277,9 @@ create_initrd_aux() {
fi fi
fi fi
# Make sure it's executable
chmod 0755 "${TEMP}/initrd-temp/linuxrc"
if [ -f "${GK_SHARE}/${ARCH}/initrd.scripts" ] if [ -f "${GK_SHARE}/${ARCH}/initrd.scripts" ]
then then
cp "${GK_SHARE}/${ARCH}/initrd.scripts" "${TEMP}/initrd-temp/etc/initrd.scripts" cp "${GK_SHARE}/${ARCH}/initrd.scripts" "${TEMP}/initrd-temp/etc/initrd.scripts"

Loading…
Cancel
Save