Displaying 3 results from an estimated 3 matches for "boot_crunch".
2003 Aug 06
2
statically compiled files left over after a 'make world'
...the realpath
bug. After that finished, I noticed that I still had the following
statically compiled binaries laying around that did not get updated during
a 'make world'. I track 4-STABLE.
/usr/bin/miniperl
/sbin/mount_kernfs
/sbin/mount_devfs
/sbin/modunload
/sbin/modload
/sbin/ft
/stand/boot_crunch
/stand/find
/stand/sed
/stand/test
/stand/pwd
/stand/ppp
/stand/newfs
/stand/minigzip
/stand/cpio
/stand/bad144
/stand/fsck
/stand/ifconfig
/stand/route
/stand/slattach
/stand/mount_nfs
/stand/dhclient
/stand/arp
/stand/gzip
/stand/gunzip
/stand/zcat
/stand/-sh
/stand/[
/stand/sh
Since they were n...
2003 May 13
0
Updating sysinstall
...After a few updates from 4.4 through 4.8 using csvup, I want to update
/stand/sysinstall et al in case of emergency.
cd /usr/src/release/sysinstall && make all install works as expected,
but only updates the stand binary.
Allthough it's only a single binary, how do I build and install
boot_crunch to /stand without building and figuring out a complete
release-build?
And, as we're on this topic, is there a simple way to update
/stand/help and /stand/modules to STABLE?
Regards,
Paul
2003 Aug 14
1
RELENG_4_8 isos?
I've built RELENG_4 isos no problem, is there a trick to building the
RELENG_4_8 isos? I am building the 'miniinst' disk - that is, with
the release, docs, and a port tree, but no ports. This is so I can do
a fresh install without having to update the world... I am using a
script that looks like this...
#!/bin/sh
rm -rf /usr/obj
cd /usr/src
make -DNOCLEAN world kernel
cd