Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-26 | add bio & bioctl to a couple cd based ramdisks | 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-05-21 | pccom is dead. long live com. Bring install script into the new world. | Kenneth R Westerback | |
2008-03-23 | No point in warning users during install that the disklabel has a | Kenneth R Westerback | |
weird number of partitions, doesn't checksum, doesn't exist or was found at a particular sector. Brings all archs together in omerta by eliminating use of '-r' and examination of disklabel messages. ok deraadt@ | |||
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-08-09 | do not install the cdromXX.fs file, it is useless | 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-17 | Restore inode parameter for floppy fs to the previous value (524288) | Todd C. Miller | |
which appears to work around a bug in newfs's summary information generation when used in conjunction with the other fs parameters. | |||
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-14 | put the disknames command on all install media (hope i did not miss any) ok krw@ | Theo de Raadt | |
2007-02-11 | Nuke MDFSTYPE and MDFSOPTS, 'mount -t ...' and giving the user the | Kenneth R Westerback | |
option to choose a filesystem type when mounting a disk. Rely on the filesystem information provided by the disklabel. When there is only one usable partition on the selected disk, just mount it without bothering the user with a question. Ensure that msdos filesystems are mounted with '-s' so that the names of the install sets will be in lower case and thus visible to the script. msdos problems noted by Rodolfo Gouveia, who did a lot of testing and debugging. 'mount -t ...' silliness pointed out by deraadt@. | |||
2007-02-04 | Add zyd to cd ramdisks | Jonathan Gray | |
ok deraadt@ | |||
2006-12-20 | there is no rum support on ramdiskC | Theo de Raadt | |
2006-10-04 | bnx firmware | Theo de Raadt | |
2006-08-17 | sync to new firmware names | Theo de Raadt | |
2006-06-26 | wicontrol went away | Theo de Raadt | |
2006-06-23 | no more wicontrol on the media (get used to it) | Theo de Raadt | |
add more firmwares that some drivers need | |||
2006-06-19 | we can fit all four ral firmwares | Theo de Raadt | |
2006-03-06 | eject -> mt (except on alpha where size tests are needed) | Theo de Raadt | |
2006-01-09 | no more ancontrol (i knew jsg would miss some) | Theo de Raadt | |
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-04-02 | Scrounge a few more characters of whitespace, mostly to be consistant. | Kenneth R Westerback | |
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-26 | Simplify/shrink kbd(8) logic and verbiage. Always ask for best kbd(8) | Kenneth R Westerback | |
table. ok deraadt@ | |||
2005-03-26 | Start some delayed cleanup and shrinkage. Today: ': ;' -> ':;' in | Kenneth R Westerback | |
while statements. | |||
2005-03-16 | ancontrol is so... boring | Theo de Raadt | |
2005-03-16 | ancontrol, bah, who needs it | Theo de Raadt | |
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-25 | crank ramdisk filesystem slightly to cope with firmwares inside the filesystem | Theo de Raadt | |
2004-11-22 | kue firmware on this media too | Theo de Raadt | |
2004-11-22 | put only tigon2 firmware onto the full ramdisk | Theo de Raadt | |
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-12 | add br keymap; from miod | Theo de Raadt | |
2004-09-06 | put apm (zzz) and apmd on at least some ramdisk media. this lets people | Theo de Raadt | |
wander around akikhabara with a usb cd drive and an openbsd cd, testing for laptops that support apm as god intended. | |||
2004-08-24 | move cdboot to ${OSREV}/${ARCH/ | Theo de Raadt | |
2004-08-15 | sigh, build both CD media | Theo de Raadt | |
2004-08-15 | and install it | Theo de Raadt | |