git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@318
67a159dc-881f-0410-a524-
ba9dfbe2cb84
fi
fi
- # Make a symlink to init .. incase we are bundled inside the kernel as one big cpio.
- ln -s ${TEMP}/initramfs-aux-temp/init ${TEMP}/initramfs-aux-temp/linuxrc
+ # 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
+# ln ${TEMP}/initramfs-aux-temp/init ${TEMP}/initramfs-aux-temp/linuxrc
if [ -f "${GK_SHARE}/${ARCH}/initrd.scripts" ]
then