Re: install_and_reboot target for kernel's...

From: Garance A Drosihn (drosih_at_rpi.edu)
Date: 08/04/04

  • Next message: John Baldwin: "Re: install_and_reboot target for kernel's..."
    Date: Wed, 4 Aug 2004 17:10:50 -0400
    To: John-Mark Gurney <gurney_j@resnet.uoregon.edu>
    
    

    At 1:05 PM -0700 8/4/04, John-Mark Gurney wrote:
    >b) there are lots of doesn't seem worth it scripts that exist
    > in the base system.. we don't require people to do:
    > make installkernel installmodules
    > instead of make install do we?
    >
    >the reason it depends upon install and not just installkernel
    >is that we want the modules installed too...

    Hmm. 'make install' does a lot more than just installing modules,
    does it not? Besides, aren't modules installed as part of
    installkernel? (I always thought they were, but I guess I do
    not really know for sure, and I do not feel like checking into
    it right now).

    Make install is more like installworld combined with installkernel,
    since it will do:

        for entry in share/info include lib libexec bin \
                  games gnu kerberos5 rescue sbin secure share sys \
                  usr.bin usr.sbin etc; do
            [...] make install DIRPRFX=$edir/;
        done

    I personally don't really care what targets you add, so do not
    take my comments too seriously. I am just trying to think up
    some questions to make sure the right steps are being proposed.

    -- 
    Garance Alistair Drosehn            =   gad@gilead.netel.rpi.edu
    Senior Systems Programmer           or  gad@freebsd.org
    Rensselaer Polytechnic Institute    or  drosih@rpi.edu
    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
    

  • Next message: John Baldwin: "Re: install_and_reboot target for kernel's..."

    Relevant Pages

    • Re: nanobsd and -current
      ... I'm resorting to reading the scripts and then the Makefiles but if ... chflags -R noschg $ ... $installkernel \ ...
      (freebsd-current)
    • Re: branches, updates, buildworld
      ... make installkernel ... reboot ... base system and know what to expect. ...
      (freebsd-questions)
    • Re: FreeBSD 5.1-Release freezes
      ... I only installed the base system + man pages and the port ... if I run with this kernel the ... > make installkernel KERNCONF=SOCKETD) ... You do mention that you are using MAC. ...
      (freebsd-current)
    • FreeBSD 5.1-Release freezes
      ... I only installed the base system + man pages and the port ... I compiled a new kernel, with no support for SCSI, RAID, IPv6 and all ... options MAC ... make installkernel KERNCONF=SOCKETD) ...
      (freebsd-current)
    • Re: Editing and compiling FreeBSD source
      ... : make installkernel ... of what tools you have installed in the base system. ... This uses system tools, so they have to be in sync with the kernel. ...
      (freebsd-hackers)