Re: make custom kernel

2021-07-04 Thread mick crane
On 2021-07-04 18:21, Brian wrote: Definitely. Has gparted been mentioned? The rest of the disk is LVM. Would I need to shrink that first before gparted ? mick -- Key ID4BFEBB31

Re: make custom kernel

2021-07-04 Thread Brian
On Sun 04 Jul 2021 at 10:26:26 -0500, David Wright wrote: > On Sat 03 Jul 2021 at 19:53:03 (+0100), mick crane wrote: > > I've done it before but I've forgotten and the order. > > What's the procedure for making a custom kernel? > > Install linux headers > > change to a "build" directory > > make

Re: make custom kernel

2021-07-04 Thread mick crane
On 2021-07-04 16:26, David Wright wrote: On Sat 03 Jul 2021 at 19:53:03 (+0100), mick crane wrote: I've done it before but I've forgotten and the order. What's the procedure for making a custom kernel? Install linux headers change to a "build" directory make menu-config ./configure make make dep

Re: make custom kernel

2021-07-04 Thread David Wright
On Sat 03 Jul 2021 at 19:53:03 (+0100), mick crane wrote: > I've done it before but I've forgotten and the order. > What's the procedure for making a custom kernel? > Install linux headers > change to a "build" directory > make menu-config > ./configure > make > make dep > make install > make clean

Re: make custom kernel

2021-07-04 Thread deloptes
mlnl wrote: > 10. make deb-pkg LOCALVERSION=-nameN KDEB_PKGVERSION=$(make > kernelversion)-1 (nameN e. g. v1) I prefer bindeb-dpkg saves some overhead in zipping the source

Re: make custom kernel

2021-07-04 Thread IL Ka
On Sun, Jul 4, 2021 at 1:26 PM The Wanderer wrote: > On 2021-07-04 at 06:26, IL Ka wrote: > > >> thank you very much. Can I somehow load the current configuration > >> so menuconfig shows what choices were made for current kernel ? > > > > zcat /proc/config.gz > .config > > AFAIK, Debian hasn't s

Re: make custom kernel

2021-07-04 Thread The Wanderer
On 2021-07-04 at 06:26, IL Ka wrote: >> thank you very much. Can I somehow load the current configuration >> so menuconfig shows what choices were made for current kernel ? > > zcat /proc/config.gz > .config AFAIK, Debian hasn't shipped kernels with /proc/config.gz enabled for quite a few years

Re: make custom kernel

2021-07-04 Thread IL Ka
> > thank you very much. Can I somehow load the current configuration so > menuconfig shows what choices were made for current kernel ? > > zcat /proc/config.gz > .config

Re: make custom kernel

2021-07-04 Thread Polyna-Maude Racicot-Summerside
Hi, On 2021-07-04 2:42 a.m., mick crane wrote: > On 2021-07-04 06:22, mlnl wrote: >> Hi Mick, >> >> mick crane wrote: >> >>> I've done it before but I've forgotten and the order. >>> What's the procedure for making a custom kernel? >> >> Do you mean a custom Debian or a vanilla kernel from kerne

Re: make custom kernel

2021-07-03 Thread mick crane
On 2021-07-04 06:22, mlnl wrote: Hi Mick, mick crane wrote: I've done it before but I've forgotten and the order. What's the procedure for making a custom kernel? Do you mean a custom Debian or a vanilla kernel from kernel.org? For a Debian kernel you can look at

Re: make custom kernel

2021-07-03 Thread mlnl
Hi Mick, mick crane wrote: >I've done it before but I've forgotten and the order. >What's the procedure for making a custom kernel? Do you mean a custom Debian or a vanilla kernel from kernel.org? For a Debian kernel you can look at For a

Re: make custom kernel

2021-07-03 Thread IL Ka
On Sun, Jul 4, 2021 at 12:20 AM Anssi Saari wrote: > mick crane writes: > > > I've done it before but I've forgotten and the order. > > What's the procedure for making a custom kernel? > > I assume there are full instructions somewhere. Here it is http://www.kroah.com/lkn/ ``make help`` in ke

Re: make custom kernel

2021-07-03 Thread Anssi Saari
mick crane writes: > I've done it before but I've forgotten and the order. > What's the procedure for making a custom kernel? > Install linux headers > change to a "build" directory > make menu-config > ./configure > make > make dep > make install > make clean I assume there are full instruction

make custom kernel

2021-07-03 Thread mick crane
I've done it before but I've forgotten and the order. What's the procedure for making a custom kernel? Install linux headers change to a "build" directory make menu-config ./configure make make dep make install make clean ? mick -- Key ID4BFEBB31