[setup-x86_64-initrd-fix
Christian Hamar alias krix <krics at linuxforum.hu>**20050818093059
* Create a symlink (lib64) to /lib, this fixes kernel panic problem at
the setup boot :)
] {
hunk ./Makefile 217
+ifeq ($(CARCH),x86_64)
+ cp -a $(BDIR)/lib64 frugalware/lib64
+endif
}