My created ISO image does only contain the k_deflt, k_athlon and k_smp kernels. Where is the k_smp4G kernel? Is this a bug in the autoinstall iso creation? I created a patched source tree;the description files look good and properly includes the k_smp4G kernel. It just doesn't get added to the ISO. During install YaST complains about not finding the k_smp4G kernel on the cd... Install works perfectly fine on systems not using the k_smp4G kernel. Any work-around for this? Or tips... Thanks, Magnus
Never mind I just patched the file /usr/share/YaST2/include/autoinstall/iso.ycp and changed: packages =union (packages, ["k_deflt", "k_athlon", "k_smp"]); to: packages =union (packages, ["k_deflt", "k_athlon", "k_smp", "k_smp4G"]); Rebuilt the CD and all was fine... :-) Any reason you didn't added k_smp4G Anas? Cheers, Magnus On Fri, 2003-12-12 at 13:51, Magnus Hagebris wrote:
My created ISO image does only contain the k_deflt, k_athlon and k_smp kernels. Where is the k_smp4G kernel? Is this a bug in the autoinstall iso creation?
I created a patched source tree;the description files look good and properly includes the k_smp4G kernel. It just doesn't get added to the ISO.
During install YaST complains about not finding the k_smp4G kernel on the cd... Install works perfectly fine on systems not using the k_smp4G kernel.
Any work-around for this? Or tips...
Thanks, Magnus
Magnus Hagebris wrote:
Never mind I just patched the file /usr/share/YaST2/include/autoinstall/iso.ycp
and changed:
packages =union (packages, ["k_deflt", "k_athlon", "k_smp"]);
to:
packages =union (packages, ["k_deflt", "k_athlon", "k_smp", "k_smp4G"]);
Rebuilt the CD and all was fine... :-)
Any reason you didn't added k_smp4G Anas?
No special reason, I just forgot it :-( Anas
Cheers, Magnus
On Fri, 2003-12-12 at 13:51, Magnus Hagebris wrote:
My created ISO image does only contain the k_deflt, k_athlon and k_smp kernels. Where is the k_smp4G kernel? Is this a bug in the autoinstall iso creation?
I created a patched source tree;the description files look good and properly includes the k_smp4G kernel. It just doesn't get added to the ISO.
During install YaST complains about not finding the k_smp4G kernel on the cd... Install works perfectly fine on systems not using the k_smp4G kernel.
Any work-around for this? Or tips...
Thanks, Magnus
participants (2)
-
Anas Nashif
-
Magnus Hagebris