base-files: regenerate the /lib64 symlink when switching to a ramdisk
authorJohn Crispin <john@openwrt.org>
Fri, 20 Jun 2014 13:41:08 +0000 (13:41 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 20 Jun 2014 13:41:08 +0000 (13:41 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41284

package/base-files/files/lib/upgrade/common.sh

index 2e92b5a0a3467a114f19d52ce304aade2f10b54b..b641f55156bca7053495be025feb0e669891ebe4 100644 (file)
@@ -76,6 +76,8 @@ run_ramfs() { # <command> [...]
        done
        install_file /etc/resolv.conf /lib/functions.sh /lib/functions/*.sh /lib/upgrade/*.sh $RAMFS_COPY_DATA
 
+       [ -L "/lib64" ] && ln -s /lib $RAM_ROOT/lib64
+
        supivot $RAM_ROOT /mnt || {
                echo "Failed to switch over to ramfs. Please reboot."
                exit 1