Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-25 | use ?= for adjusting RELXDIR for all sets | Theo de Raadt | |
2008-08-24 | ralink firmware on the ramdisk | Theo de Raadt | |
2008-08-22 | mksuncd lives in the base now, and one does not need to go do fiddly | Theo de Raadt | |
things in distrib before building snaps or cds of any kind, any more. | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-03-22 | No point in checking disklabel output for 'disk label corrupted' message | Kenneth R Westerback | |
since it isn't emitted anymore. ok deraadt@ | |||
2008-03-04 | create a .slicemapfile with all 7 entries in it | Theo de Raadt | |
2008-03-04 | Redo serial console configuration logic. Smaller, easier to | Kenneth R Westerback | |
understand. Add serial console handling for alpha, macppc, zaurus. No functional change for i386/amd64. All archs should now have automatic serial console configuration. ok deraadt@ | |||
2008-01-11 | cleanup: make -> ${MAKE} consistenly. | Marc Espie | |
zap extra subshells. okay miod@ | |||
2007-10-18 | enter iso dir for clean/cleandir, too, to delete dribbles | Theo de Raadt | |
2007-10-17 | put bsd.rd onto install##.iso | Theo de Raadt | |
2007-08-14 | make obj dirs in iso; talked with miod about it | Theo de Raadt | |
2007-08-10 | add missing xserv, and use ${MACHINE} throughout (still needs testing) | Theo de Raadt | |
2007-08-10 | use more variables, because variables are good | Theo de Raadt | |
2007-08-10 | a somewhat crude way to generate installXX.iso files based on | Theo de Raadt | |
intermediate snapshot components. uses some knowledge from our internal build scheme to link together base and X sets. | |||
2007-06-17 | Stop using disklabel -r. The disklabel code does not know all the semantics | Theo de Raadt | |
for pushing disklabels onto the disk (and besides that, it is buggy and unreadable crap); thanks for help from krw | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-13 | Update install media generation to the new semantics of the -c flag. | Todd C. Miller | |
Also replace "newfs -O" with "newfs -O 0" now that -O takes an option. | |||
2007-04-09 | Add -n to gzip flags. Save a few bytes since we no longer save | Todd C. Miller | |
the uncompressed filename in the gzip header. | |||
2007-02-25 | crank size of sparc64 miniroot a wee bit | Theo de Raadt | |
2007-02-16 | s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip's | Marc Aurele La France | |
use of a GZIP environment variable for extra command flags. ok deraadt@, millert@ | |||
2007-02-14 | put the disknames command on all install media (hope i did not miss any) ok krw@ | Theo de Raadt | |
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre | |
2005-09-05 | This file is generated in obj/ and has been commited by mistake. | Miod Vallat | |
2005-08-09 | apparently some ultra machines do need this, work by miod; testing my uwe | Theo de Raadt | |
2005-08-06 | use perfect options for actual floppy newfs | Theo de Raadt | |
2005-03-30 | these will contain mount_udf | Theo de Raadt | |
2005-03-27 | Use new skeleton kbd(8) '-l' to generalize kbd(8) use. Eliminate | Kenneth R Westerback | |
fixed list of available maps and machine dependant md_set_term() functions. Any ramdisk with /sbin/kbd present (amd64, cats, i386 at the moment) will now present list of available keyboard encodings. ok deraadt@ | |||
2005-03-11 | never worry about the copyright date on the CD layout again, problem | Theo de Raadt | |
noticed by drahn | |||
2005-01-12 | remove some differences | Theo de Raadt | |
2005-01-11 | put a seperate and real fsck on the media | Theo de Raadt | |
2004-12-29 | nothing uses a SRCDIR of gnu anymore, proposed by mickey, tested by me | Theo de Raadt | |
2004-10-02 | Don't put /bin/test or /bin/[ on install media since they are builtins | Kenneth R Westerback | |
for ksh. ok millert@ | |||
2004-10-02 | Last use of sleep(1) in install scripts was eliminated by recent | Kenneth R Westerback | |
re-write of install_cd() so remove sleep(1) from install media. "sure!" deraadt@ | |||
2004-09-05 | Use ${OSREV} in path names, rather than hardcoded '3.5'. | Kenneth R Westerback | |
Tested by drahn@. ok drahn@ millert@ henning@ | |||
2004-03-20 | If we are going to make a boot cd, how about we at put some files on it | Theo de Raadt | |
at least?! | |||
2004-03-11 | change copyrights on iso images, spotted by miod | Theo de Raadt | |
2004-01-04 | put INET6, rtsol, and ping6 onto media where it fits. install.sub changes | Theo de Raadt | |
which begin to enable use of this will follow at a later time. | |||
2003-10-12 | Cleanup and shrinkage: | Kenneth R Westerback | |
1) Eliminate 'WARNING: Disk xxx has no label.' message. When installing OpenBSD this is a normal condition not worth commenting on. From some discussion on hackers/icb. 2) Use consistant verbiage and case statement when checking the disklabel. 3) Consistantly suppress output of 'disklabel -W', reducing duplicate messages like '# using MBR partition ...' which are issued again when the 'disklabel -f ...' command is executed. 4) Usual code rectifications - eliminate extra {}'s, multiple echos elimination, etc. | |||
2003-09-21 | Fix extraneous display of grep output when searching disklabel output for | Kenneth R Westerback | |
error information. Previously things like: disklabel: no disk label WARNING: Disk wd0 has no disk label. You will be creating a new one. would be printed. Now the 'disklabel: no disk label' message is correctly sent to /dev/null. Take the opportunity to clean up a bit of code and formatting, making all the md_checkfordisklabel() functions as identical as possible. | |||
2003-09-19 | Excise more unused code. | Kenneth R Westerback | |
md_installboot() is only called from one place, with $ROOTDEV as the parameter. $ROOTDEV is guaranteed to be set to a valid device so don't bother testing it. And if the user deliberately unsets ROOTDEV the installboot will fail trying to use /dev/rc. | |||
2003-09-04 | restore(8) here as well | Henning Brauer | |
ok deraadt@ | |||
2003-06-11 | The upgrade script depends upon that, if mount_foo is present on the ramdisk | Miod Vallat | |
filesystem, option FOO is in the kernel. Ensure this for mount_mfs/option MFS as well, to prevent failing upgrades on some architectures. ok krw@ millert@ | |||
2003-06-02 | nuke clause 3 & 4 | Jason Wright | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. | |||
2003-03-04 | better mkhybrid -V message | Theo de Raadt | |
2003-03-04 | call it cd{$Rev}.iso, and put some nice text in the label | Theo de Raadt | |
2003-03-02 | tie mksuncd to the crunch tools build | Theo de Raadt | |
2003-03-02 | add a CD bootable minirooot image. | Brad Smith | |
deraadt@ ok | |||
2003-02-06 | include isp firmware on some sparc64 media; and resize the media that is | Theo de Raadt | |
too small | |||
2003-01-03 | Save a few more bytes on install media by stripping comments from | Kenneth R Westerback | |
dhclient-script and disktab files in architectures where this wasn't already being done. OK deraadt@. |