git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@386
67a159dc-881f-0410-a524-
ba9dfbe2cb84
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.
cd ${TEMP}/initramfs-aux-temp
ln -s init linuxrc
fi
fi
+ # Make sure it's executable
+ chmod 0755 "${TEMP}/initrd-temp/linuxrc"
+
if [ -f "${GK_SHARE}/${ARCH}/initrd.scripts" ]
then
cp "${GK_SHARE}/${ARCH}/initrd.scripts" "${TEMP}/initrd-temp/etc/initrd.scripts"