Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-19 | Don't create links to non-existant disktab files on the install | Kenneth R Westerback | |
media. The Alpha disktab was an empty (comment only) file. ok deraadt@ miod@ | |||
2009-02-15 | Build install media with disktab.shadow already in /tmp, rather | Kenneth R Westerback | |
than have the install script copy it there. Shrinks install script, removes an extra copy of disktab. ok deraadt@ | |||
2008-12-02 | commit with rdsetroot now accepting the filesystem as a 2nd arg | Theo de Raadt | |
2008-08-25 | use ?= for adjusting RELXDIR for all sets | Theo de Raadt | |
2008-06-26 | add bio & bioctl | Todd T. Fries | |
ok deraadt@ | |||
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-05 | syncronize the guts to the other ISO file, to know that it is correct | Theo de Raadt | |
2008-03-05 | Ensure that there is a /bsd on the CD, and that it is bsd.rd, so that | Theo de Raadt | |
prom commandline options are not needed to get to the kernel; spotted by Igor Sobrado | |||
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-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-07-11 | do not put mt/eject onto small media; ok krw | Theo de Raadt | |
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-04-16 | Without the -c 80, further adjustment is needed to build ramdisks, ok deraadt | Dale Rahn | |
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-03-20 | Don't use newfs -d 0, it has been the default for over a decade now. | Pedro Martelletto | |
Okay deraadt@. | |||
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 | |
2006-03-12 | mt/eject fits here, i was unsure.. | Theo de Raadt | |
2005-10-10 | revert to 1.19 now until we are able to handle scc(4) on DEC 3000 | Martin Reindl | |
better as default serial console requested by miod@ | |||
2005-10-10 | ability to specify default serial console | Martin Reindl | |
ok deraadt@ | |||
2005-08-29 | in 1.9 i accidentally moved to a test floppy size | Theo de Raadt | |
2005-08-27 | backout unapproved diff | Theo de Raadt | |
2005-08-26 | fix obvious accident introduced with r1.9, there is no disktype floppyx | Henning Brauer | |
fixes alpha mkr | |||
2005-06-01 | use DESTDIR for bootblock, and dd it instead | Theo de Raadt | |
2005-05-04 | grep -> egrep/fgrep, gzip -> gunzip/gzcat where missing. | Miod Vallat | |
2005-05-04 | Put pax/tar/cpio at the same location in all installation media. | Miod Vallat | |
2005-04-06 | no more tigon firmware here | 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-12-15 | Add include firmware for txp(4) on relevant ramdisks. | Ryan Thomas McBride | |
Prompted by deraadt@ | |||
2004-11-23 | need kue firmware too | Theo de Raadt | |
2004-11-22 | tigon firmwares on the big ramdisks | Theo de Raadt | |
2004-11-08 | remove dd from all media, add back in for bsd.rd (the fatty) | Theo de Raadt | |
2004-11-05 | Binutils 2.15 require more aggressive stripping for installation media binaries, | Miod Vallat | |
if we want to still fit on floppies (binaries carry one extra section now, which we don't need on installation media). ok deraadt@ | |||
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-07-13 | make bpf0. do NOT put this into ramdisk target (yes, that is how full the | Theo de Raadt | |
others are..) | |||
2004-07-09 | put dhcp support on the alpha CD (not onto the floppies, where it does not | Theo de Raadt | |
fit) | |||
2004-04-12 | removeable -> removable; | Jason McIntyre | |
ok deraadt@ beck@ | |||
2004-03-11 | change copyrights on iso images, spotted by miod | Theo de Raadt | |
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. |