summaryrefslogtreecommitdiffstats
path: root/release/picobsd
Commit message (Collapse)AuthorAgeFilesLines
* Fix the obvious make and sed syntax errors lurking from my last "fix".nbm2000-07-311-3/+3
|
* Backout addition of -L switch to mtree. Using -L breaks themarcel2000-07-234-5/+5
| | | | | | build process in too many cases. Adding mtree to bootstrap-tools to solve this breaks the upgrade path because mtree needs a libc that has strtofflags and fflagstostr.
* Remove <center> tags from with <title> section.ben2000-07-181-1/+1
| | | | | | PR: 20002 Submitted by: James Johnson <bonk1138@msn.com> Approved by: patrick (from freebsd-small mailing list)
* Add an empty crunch.inc with instructions that you can use it to adjustnbm2000-07-181-0/+2
| | | | | | | | the building of the crunched binary. I'll add examples when I add the post-include mechanism, since the crunch.mk environment stomps on the pre-included crunch.inc's variables at the moment.
* Make a separate build directory in which to put all the generatednbm2000-07-182-6/+20
| | | | | | | | | | | | | | objects, to simplify working with PicoBSD. Add the ability to put make instructions in crunch.inc to pass to the build process. Now explicitly make the objects in our own object tree, since we want to build the objects with our own defines, and allow this to occur in a common object tree for all PicoBSD builds, if required. This is controlled by the COMM_OBJ variable, for those who don't want this - setting it to /usr/obj again will just pick up the objects from your last make buildworld, as before.
* Update PICOBSD-C kernel configuration to the new world order, grabbingnbm2000-07-181-139/+133
| | | | | | | hints simply from GENERIC.hints. Added a bunch of comments about usb devices, new network cards, and IPv6.
* Fix the one 'obj'-related breakage, and quieten the build. Also changenbm2000-07-181-6/+6
| | | | | symlinks from '/sbin' to 'sbin', so following the links make sense when not on the disk itself.
* First part of PicoBSD makeover, adding basic 'obj' facilities, allowingnbm2000-07-181-62/+71
| | | | | | | | | | | | | | | | | | | | | for read-only src tree. While I'm there: 1) Use kgzip, not kzip, since kzip certainly doesn't make bootable kernels anymore. loader still isn't built separately, let alone without forth support. This needs to be fixed. 2) Expand the mount/vnconfig examples to be the defacto way of making sure the filesystems are mounted, unmounted, or not configured. This needs more work. 3) quieten the build substantially, so errors are more prominent 4) Start of '-j' ability. Current style isn't quite in the correct dependency format for this, but obvious mistakes (changing directories in main shell) are fixed. Approved by: grog, dwhite, luigi (no objections to me doing a makeover)
* Add -L to mtree to preserve old functionality exactache2000-07-163-3/+3
|
* Add -L to mtree.ache2000-07-161-2/+2
| | | | | Not shure ever it needed for MFS, but just to keep old behaviour exact, can be removed later
* remove rc and login.conf files prior to extraction of the newroger2000-07-031-2/+4
| | | | | | | | rc and login.conf files from the /etc directory on the floppy. This prevents the overwrite yes/no prompt from occuring in gzip. (some PicoBSD disks use gzip and some use minigzip, so the gzip -f flag (force) is not an option. minigzip has a different meaning for the -f flag.}
* Add .image.list to the list of temporary files which can be deletedroger2000-07-011-1/+1
|
* Add a missing 'fi' from an if statementroger2000-07-011-0/+1
|
* Add 'bridge' so we can clean up the bridge files tooroger2000-07-011-1/+1
|
* Move mfs-related files to a different subtreeluigi2000-05-312-0/+91
|
* Move mfs-related files to a new locationluigi2000-05-311-0/+38
|
* Remove mistakenly added {o}init. The build system adds it automatically.dwhite2000-04-251-2/+2
|
* Commit PicoBSD mega-patch:dwhite2000-04-2525-88/+108
| | | | | | | | | | | | | | | . Bring PicoBSD up to date with -CURRENT reality. . Make PicoBSD smart and not spam /dev/vn0 and /mnt. Now it uses the first unused vn device and creates a temporary mountpoint in /tmp. . Miscellaneous build cleanups and optimizations. Unfortunately the bridge, isp, and router floppies are too big and need the axe treatment. The install floppy needs updating to -CURRENT. Dial and net build and (appear to) run OK. I will be adressing these in the near future (unless someone beats me to it :-) ). PR: misc/17737 Submitted by: Omachonu Ogali <oogali@intranova.net>
* Fix bogus reporting of interface names, the field returnedluigi2000-03-211-4/+4
| | | | in sdl_data is not 0-terminated
* Remove "conflicts" from kernel config files for picobsd.patrick2000-03-167-7/+7
| | | | | PR: 17383 Submitted by: Kelly Yancey <kbyanc@posi.net>
* Populate directory...luigi2000-02-091-0/+9
| | | | Approved-by: jordan
* Crunched image config for bridgeluigi2000-02-091-0/+119
| | | | Approved-by: jordan
* Misc files for bridge floppy typeluigi2000-02-092-0/+10
| | | | Approved-by: jordan
* Config file for bridge imageluigi2000-02-091-0/+98
| | | | Approved-by: jordan
* Update configuration files, remove unused mfs.mtreeluigi2000-02-094-107/+10
| | | | Approved-by: jordan
* Update kernel config file.luigi2000-02-092-30/+33
| | | | Approved-by: jordan
* Remove unused files.luigi2000-02-082-119/+0
| | | | Approved-by: jordan
* Remove unused filesluigi2000-02-088-75/+0
| | | | Approved-by: jordan
* Remove unused filesluigi2000-02-084-50/+0
| | | | Approved-by: jordan
* Update config filesluigi2000-02-082-52/+17
| | | | Approved-by: jordan
* Update configuration files.luigi2000-02-081-0/+2
| | | | Approved-by: jordan
* Remove unused files.luigi2000-02-081-0/+0
| | | | Approved-by: jordan
* Remove unused fileluigi2000-02-081-36/+0
| | | | Approved-by: jordan
* Update makefile and kernel config fileluigi2000-02-082-53/+20
| | | | Approved-by: jordan
* Remove unused filesluigi2000-02-082-10/+0
| | | | Approved-by: jordan
* Remove unused Makefileluigi2000-02-081-37/+0
| | | | Approved-by: jordan
* Cleanup of the default floppy tree for PicoBSD builds.luigi2000-02-0814-104/+177
| | | | Approved-by: jordan
* Update files for "isp" floppy type.luigi2000-02-081-0/+2
| | | | Approved-By: jordan
* Add global version of mfs.mtree -- this is common to most floppy typesluigi2000-02-081-0/+64
| | | | Approved-by: jordan
* Remove unused filesluigi2000-02-084-50/+0
| | | | Approved-by: jordan
* Update config fileluigi2000-02-081-13/+13
|
* Remove mfs.mtree, there is now a global version in ../buildluigi2000-02-081-56/+0
| | | | Approved-By: jordan
* Remove unused files. Reboot is now part of the crunched image,luigi2000-02-084-47/+0
| | | | | | | and if you decide to "update" your system you better know a bit of english! Approved-By: jordan
* Remove the (now unused; it is in ../../build/Makefile.crunch)luigi2000-02-082-51/+1
| | | | | | Makefile, update crunch.conf Approved-By: jordan
* Add a new file to be included by the makefiles used by crunchgenluigi2000-02-081-0/+6
| | | | | | | (this is a convenient place to put Make variables until we add a -D option to crunchgen). Approved-By: jordan
* The Makefile for building the crunched image is the sameluigi2000-02-081-0/+44
| | | | | | for almost all images, so let's have a centralized copy. Approved-By: jordan
* Cleanup the build scripts.luigi2000-02-085-210/+246
| | | | Approved-by: jordan
* Remove unused files.luigi2000-02-085-158/+0
| | | | Approved-By: jordan
* Start the cleanup of PicoBSD build scripts and general buildluigi2000-02-081-108/+34
| | | | | | | | | structure. These changes have been discussed with Greg Lehey and posted on freebsd-small (most things in the PicoBSD tree were already broken so things can only improve!) Approved-By: jordan
* Set MAINTAINER=freebsd-small with an explanation to submit allkris2000-02-041-1/+9
| | | | | | proposed changes to freebsd-small for discussion prior to commit. Reviewed by: freebsd-small
OpenPOWER on IntegriCloud