Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
b1f87d0853
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/linux/linux.conf

+ 1
- 1
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
}

Loading…
Cancel
Save