From b1f87d085324a0da9c0a1bc337b1da1d524d7194 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Sat, 30 Jun 2007 04:06:51 +0000 Subject: [PATCH] Stefan Fiedler: linux: fix cross builds [2007062417572783560] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8608 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/linux/linux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base/linux/linux.conf b/package/base/linux/linux.conf index 499c547f4..42a2792df 100644 --- a/package/base/linux/linux.conf +++ b/package/base/linux/linux.conf @@ -492,7 +492,7 @@ main_lx() { # just create a symlink to the default initrd image here; the file # pointed to will be created by the rockinitrd postinstall script if [ "$xpkg" = "$ROCKCFG_PKG_LINUX_DEFAULT" ]; then - ln -svf initrd-${lx_kernelrelease}.img /boot/initrd.img + ln -svf initrd-${lx_kernelrelease}.img $root/boot/initrd.img fi }