Made symlink relative for bug #105572.
authorChris Gianelloni <wolf31o2@gentoo.org>
Fri, 28 Oct 2005 19:16:00 +0000 (19:16 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Fri, 28 Oct 2005 19:16:00 +0000 (19:16 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@318 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_initramfs.sh

index f411c54ecc842285a8dc58b3be5003b7c155cd02..88cc1105a71dc75ada3ddb51e06f1efd607a676f 100644 (file)
@@ -372,8 +372,10 @@ create_initramfs_aux() {
                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