You are not logged in.
Is it just me or does the installation disk create the same image for the default kernel and the fallback kernel now. If so what is the point in the fallback kernel?
Last edited by gazj (2010-04-03 18:08:27)
Offline
After you upgrade, you'll get a new "working" kernel, the lts will stay "behind" - just in case.
Offline
karol - he's talking about initramfs images generated by mkinitcpio, not kernels.
gazj - the fallback image is generated without autodetection. What is giving you the impression that they're the same? Have a look inside them and you'll see the difference.
Offline
@karol Both options always boot the current kernel just with a different initrd image
@tomk Hmm thinking back to the installation I just did, they both used /etc/mkinitcpio.conf as the config file to generate the image. I thought fallback used to use /etc/mkinitcpio.d/fallback-image.conf or something along these lines
Last edited by gazj (2010-04-03 12:29:35)
Offline
@tomk
> he's talking about initramfs images generated by mkinitcpio, not kernels
Opps, thanks for heads up.
@gazj
As tomk said, the fallback image is generated without autodetection. I'm sure you can see a difference during the image generation just by glancing what scrolls by.
Offline
Ah, just re-run a kernel update after install (with a better cli resolution) and can now see the -S and autodetect option. Is this something new? Is the only reason this might not be default due to size of the image?
Thanks tomk and karol. I never knew there was a lts kernel until this thread, considering I'm do a server re-install this is exactly what I needed
Offline
It's been that way for a while, gazj - not sure exactly when it changed, but you could check svn if you need to know.
It's not default because the default image is tuned to the particular system it is created on - that is the purpose of autodetection. The few MB difference in size is hardly significant these days.
Offline
Checkout /etc/mkinitcpio.d/kernel26.preset
You'll see the difference.
For example, my fallback options are:
fallback_options="-S autodetect,plymouth"
Offline
Yeah makes sense tomk. I don't need to when it happened, was just curious behind the reasons of change, the size is unsignificant on my server, but quite different on my desktop.
Thank you all for your help
Offline