Neil Bothwick <n...@digimed.co.uk> writes:

> cd /usr/src/linux
> echo "$(hostname)-" >localversion1
> ln -s .version localversion2
>
> will give each kernel a name with the hostname and version
> added. .version is automatically incremented each time you run make.

I'm sorry for being so dense but that isn't clear to my pea brain
either.

The idea from above is to end up with:

localversion1
localversion2 -> .version
.version

Where:
   localversion1 contains HOSTNAME
   .version contains number `N' (current build)
   localversion2 is symlinked to .version

All under /usr/src/linux ?

If you're sick of trying to explain it to me... maybe a pointer to the
documentation? 


Reply via email to