Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-08-11 | Use a no-emulation boot sector instead of a floppy emulation image. Work at | Theo de Raadt | |
the hackathon by Tom and Toby, finally making it to the real world. Now we can tweak sizes of the media all we want, if we need to. | |||
2004-06-26 | Allow change of default console to first serial device during install. Used in | Kenneth R Westerback | |
i386 only at this time. ok beck@ deraadt@ | |||
2004-05-05 | better cleandir | Theo de Raadt | |
2004-03-11 | change copyrights on iso images, spotted by miod | Theo de Raadt | |
2004-03-03 | Use 'cat' rather than 'cp' to put /boot on disk. This preserves | Kenneth R Westerback | |
/boot's i-node number and allows multiboot (NTLDR) setups to work across upgrades. Suggested by Tom Cosgrove and Todd Miller. NOTE: Will only work if preserved biosboot is an LBA biosboot. i.e. won't work for 3.4 -> 3.5 upgrade because LBA biosboot went in post-3.4. ok millert@ deraadt@ tom@ nick@ | |||
2004-01-28 | Now that installboot is geometry-independent, FLOPPYSECS is not | Tom Cosgrove | |
required when making release. requested by and ok deraadt@ | |||
2004-01-26 | Major overhaul of biosboot and installboot, using EDD (LBA) reads if | Tom Cosgrove | |
the BIOS supports it. File location data now geometry-independent (biosboot groks part of the inode), so installboot loses -h and -s. Many thanks to all those brave enough to try the snapshots. Thanks for the test reports, everyone. ok deraadt@ |