John Mylchreest wrote:  [Sun Jan 16 2005, 12:30:41PM EST]
> #!/bin/bash
> USE="symlink" emerge ${1:-sys-kernel/gentoo-sources}
> genkernel --no-menuconfig --install

[..snip..]

> As I also suggested in a previous post, if you can think of a more
> intuitive way for the user to be able to do this, without the use of a
> USE flag which is persistent and doesn't involved an external file,
> please. Let me know. If its viable, I will migrate the functionality to
> that.

Would this do the trick?

    #!/bin/bash
    rm -f /usr/src/linux
    emerge ${1:-sys-kernel/gentoo-sources}
    genkernel --no-menuconfig --install

Regards,
Aron

--
Aron Griffis
Gentoo Linux Developer

Attachment: pgpOPfcqNH0nv.pgp
Description: PGP signature

Reply via email to