Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
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-12-17 | Add ccd(4) and ccdconfig(8) to CD ramdisk; needs changes in upgrade.sh | Todd C. Miller | |
to be useful. deraadt@ OK | |||
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-22 | Introduce a function ask_yn() to use when asking 'yes or no' | Kenneth R Westerback | |
questions. ask_yn() always returns a 'y' or 'n' in $resp, vastly simplifying the logic used to check the user response. ask_yn() insists on the user responding with a 'y', 'n', 'yes', or 'no'. Case is ignored. Previously almost any input was accepted as either a yes or a no depending on the question. ask_yn() reduces the chance of user error, e.g. by answering the next question (default route) instead of the posed one (Use DNS server now?). All 'yes or no' questions now use ask_yn(). All questions show the full default answer, i.e. 'yes' or 'no' rather than 'y' or 'n'. Some minor logic cleanups of the usual sort, but no changes to logic flow or questions bar minor verbiage adjustment. Inspired by a Bob Beck install nit. | |||
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-08-16 | Minor cosmetic cleanup. | Kenneth R Westerback | |
Use '<msg>...done.' consistantly by replacing last five varient uses. Out with '<msg> ... done.', '<msg>...Done.', etc. | |||
2003-08-08 | strip .comments too; from drahn | Theo de Raadt | |
2003-08-08 | make the turd shiny | Theo de Raadt | |
2003-08-08 | rsh goes away, sorry | Theo de Raadt | |
2003-04-26 | slight cleaning | Theo de Raadt | |
2003-04-17 | distrib(ramdisk) bits for i386/ELF. | Dale Rahn | |
2003-03-04 | better mkhybrid -V message | Theo de Raadt | |
2003-03-04 | remove extra -V | Theo de Raadt | |
2003-03-04 | Provide a ~2MB ISO file which contains *JUST* $REV/i386/cdrom{Rev}.fs, | Theo de Raadt | |
which can then be burnt onto a CD, and then you can do an ftp install from that. This will suffice for people without floppies in upcoming machines. No, I am not going to put the sets on that CD. We've been over this before. | |||
2003-01-26 | Mount msdos filesystems with -s (shortnames) rather than -l | Kenneth R Westerback | |
(longnames). This ensures the install sets are listed in lowercase and are thus visible to the install/upgrade scripts. Installing/upgrading from sets on msdos partitions should now work (again?). Problem noticed by Michael Lucas. deraadt@ ok | |||
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@. | |||
2002-12-14 | Expunge some trailing whitespace. | Kenneth R Westerback | |
From David Krause. | |||
2002-12-08 | Add 'br' (Brazil) to displayed list of keyboard encoding tables. | Kenneth R Westerback | |
From Pedro Bastos. |