Mailinglist Archive: opensuse-kernel (156 mails)
| < Previous | Next > |
Re: [opensuse-kernel] Re: [RFC] Simplifying kernel configuration for distro issues
- From: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 16 Jul 2012 18:01:57 +0100
- Message-id: <20120716180157.5f2d9e93@pyramind.ukuu.org.uk>
Select the profile and then fixup the config the normal way.
If what the admin wants is incompatible with the profile, admin doesn't
select the profile.
Thats ugly - "distro except..." is a standard thing you ask users to do
for debugging.
However providing you separate the initial profile from the later tools
it simply becomes
make distroconfig
[cp /etc/system-kconfig(.$ARCH?) .config
make oldconfig]
make menuconfig (if you want to customise)
In addition the make oldconfig means you can ship a deliberately
incomplete distroconfig and get the user asked some bits.
make
--
To unsubscribe, e-mail: opensuse-kernel+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-kernel+owner@xxxxxxxxxxxx
| < Previous | Next > |