aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/install
Commit message (Collapse)AuthorAgeFilesLines
* Nuke abandoned configuration.Luigi Rizzo2002-03-0942-1602/+0
| | | | Notes: svn path=/head/; revision=91939
* Remove options INTRO_USERCONFIG, MFS, USERCONFIG and VISUAL_USERCONFIGJosef Karthauser2001-09-201-1/+0
| | | | | | | | from the PicoBSD kernel files as they're not relevant any more to -current. Notes: svn path=/head/; revision=83719
* Remove support of I386_CPU in -current.Luigi Rizzo2001-06-211-0/+1
| | | | | | | | | | | | Make sure hints are statically compiled into the kernel, because the bootloader is not available in picobsd and so the hints file cannot be found at run time. (This is kind of inconvenient if you have to handle non PnP devices, but fortunately these days non-PnP ISA cards are disappearing...) Notes: svn path=/head/; revision=78543
* mount_msdos(8) -> mount_msdosfs(8).Ruslan Ermilov2001-06-011-2/+3
| | | | Notes: svn path=/head/; revision=77579
* FFS_ROOT was made obsolete, so remove it from the PicoBSD kernels.Josef Karthauser2001-04-221-1/+0
| | | | Notes: svn path=/head/; revision=75843
* Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY inRuslan Ermilov2001-04-031-1/+1
| | | | | | | ${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH. Notes: svn path=/head/; revision=75126
* Add the MD_ROOT_SIZE option.Luigi Rizzo2001-02-011-2/+3
| | | | | | | These files might need further work before producing a compilable kernel. Notes: svn path=/head/; revision=71904
* Remove COMPAT_OLDPCI.Josef Karthauser2000-12-221-1/+0
| | | | Notes: svn path=/head/; revision=70270
* Wrap the build options up into the crunch.conf file now that crunchgenJosef Karthauser2000-11-152-12/+3
| | | | | | | knows what to do with them. Notes: svn path=/head/; revision=68752
* Fixup the /tmp directory permissions to 01777.Josef Karthauser2000-11-071-1/+1
| | | | | | | PR: misc/15875 Notes: svn path=/head/; revision=68447
* Fold the buildopts into the existing crunch.inc file.Josef Karthauser2000-11-031-0/+12
| | | | | | | | | Deprecate the "global" crunch.inc file and the CRUNCHFLAGS global build options. Tools not policy. Move these global settings out into each picobsd distribution. Notes: svn path=/head/; revision=68273
* Fix the PICOBSD kernel configs. They're now converted to useJosef Karthauser2000-10-152-49/+60
| | | | | | | | | | | | | | | | | Peter's new format, and I'd added hints files for each. The build process uses the PICOBSD.hints file as well as the config, and additionally builds with -DNO_MODULES. The build process probably needs to be converted to use the 'buildkernel' method instead of running config itself. The kernels now compile. I've not been able to test the crunch process however because it used the vn driver and there are no /dev/vn device nodes under devfs yet. Maybe someone else could give it a go. Notes: svn path=/head/; revision=67175
* Backout addition of -L switch to mtree. Using -L breaks theMarcel Moolenaar2000-07-231-1/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=63776
* Add -L to mtree to preserve old functionality exactAndrey A. Chernov2000-07-161-1/+1
| | | | Notes: svn path=/head/; revision=63263
* Commit PicoBSD mega-patch:Doug White2000-04-252-5/+8
| | | | | | | | | | | | | | | | | | . 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> Notes: svn path=/head/; revision=59627
* Remove "conflicts" from kernel config files for picobsd.Patrick S. Gardella2000-03-161-1/+1
| | | | | | | | PR: 17383 Submitted by: Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=58128
* Update kernel config file.Luigi Rizzo2000-02-091-0/+3
| | | | | | | Approved-by: jordan Notes: svn path=/head/; revision=57082
* Remove unused filesLuigi Rizzo2000-02-084-50/+0
| | | | | | | Approved-by: jordan Notes: svn path=/head/; revision=57058
* Make the following changes to PicoBSD kernel configurations:Pierre Beyssac1999-11-281-7/+8
| | | | | | | | | | - to account for recent changes in MFS: add pseudo-device md replace MFS_ROOT with MD_ROOT - replace deprecated "disk" with "device" Notes: svn path=/head/; revision=53857
* Add a new floppy type, install. This type builds a disk that canDoug White1999-10-0845-0/+1631
slice, partition, newfs, and install FreeBSD from a tarball on a remote server. Handy for doing mass-installs for server farms. Documentation following shortly. Notes: svn path=/head/; revision=52004