summaryrefslogtreecommitdiff
path: root/distrib/i386
AgeCommit message (Collapse)Author
2007-08-14make obj dirs in iso; talked with miod about itTheo de Raadt
2007-08-10add missing xserv, and use ${MACHINE} throughout (still needs testing)Theo de Raadt
2007-08-10use more variables, because variables are goodTheo de Raadt
2007-08-10a somewhat crude way to generate installXX.iso files based onTheo de Raadt
intermediate snapshot components. uses some knowledge from our internal build scheme to link together base and X sets.
2007-08-09do not install the cdromXX.fs file, it is uselessTheo de Raadt
2007-06-17Stop using disklabel -r. The disklabel code does not know all the semanticsTheo de Raadt
for pushing disklabels onto the disk (and besides that, it is buggy and unreadable crap); thanks for help from krw
2007-04-17Restore 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-13Update 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-09Add -n to gzip flags. Save a few bytes since we no longer saveTodd C. Miller
the uncompressed filename in the gzip header.
2007-02-14put the disknames command on all install media (hope i did not miss any) ok krw@Theo de Raadt
2007-02-11Nuke MDFSTYPE and MDFSOPTS, 'mount -t ...' and giving the user theKenneth 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-04Add zyd to cd ramdisksJonathan Gray
ok deraadt@
2006-12-20there is no rum support on ramdiskCTheo de Raadt
2006-10-04bnx firmwareTheo de Raadt
2006-08-17sync to new firmware namesTheo de Raadt
2006-06-26wicontrol went awayTheo de Raadt
2006-06-23no more wicontrol on the media (get used to it)Theo de Raadt
add more firmwares that some drivers need
2006-06-19we can fit all four ral firmwaresTheo de Raadt
2006-03-06eject -> mt (except on alpha where size tests are needed)Theo de Raadt
2006-01-09no more ancontrol (i knew jsg would miss some)Theo de Raadt
2005-05-04Put pax/tar/cpio at the same location in all installation media.Miod Vallat
2005-04-06no more tigon firmware hereTheo de Raadt
2005-04-02Scrounge a few more characters of whitespace, mostly to be consistant.Kenneth R Westerback
2005-03-30these will contain mount_udfTheo de Raadt
2005-03-27Use new skeleton kbd(8) '-l' to generalize kbd(8) use. EliminateKenneth 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-26Simplify/shrink kbd(8) logic and verbiage. Always ask for best kbd(8)Kenneth R Westerback
table. ok deraadt@
2005-03-26Start some delayed cleanup and shrinkage. Today: ': ;' -> ':;' inKenneth R Westerback
while statements.
2005-03-16ancontrol is so... boringTheo de Raadt
2005-03-16ancontrol, bah, who needs itTheo de Raadt
2005-03-11never worry about the copyright date on the CD layout again, problemTheo de Raadt
noticed by drahn
2005-01-12remove some differencesTheo de Raadt
2005-01-11put a seperate and real fsck on the mediaTheo de Raadt
2004-12-29nothing uses a SRCDIR of gnu anymore, proposed by mickey, tested by meTheo de Raadt
2004-12-15Add include firmware for txp(4) on relevant ramdisks.Ryan Thomas McBride
Prompted by deraadt@
2004-11-25crank ramdisk filesystem slightly to cope with firmwares inside the filesystemTheo de Raadt
2004-11-22kue firmware on this media tooTheo de Raadt
2004-11-22put only tigon2 firmware onto the full ramdiskTheo de Raadt
2004-10-02Last use of sleep(1) in install scripts was eliminated by recentKenneth R Westerback
re-write of install_cd() so remove sleep(1) from install media. "sure!" deraadt@
2004-09-12add br keymap; from miodTheo de Raadt
2004-09-06put apm (zzz) and apmd on at least some ramdisk media. this lets peopleTheo 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-24move cdboot to ${OSREV}/${ARCH/Theo de Raadt
2004-08-15sigh, build both CD mediaTheo de Raadt
2004-08-15and install itTheo de Raadt
2004-08-11Use a no-emulation boot sector instead of a floppy emulation image. Work atTheo 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-26Allow change of default console to first serial device during install. Used inKenneth R Westerback
i386 only at this time. ok beck@ deraadt@
2004-05-05better cleandirTheo de Raadt
2004-03-11change copyrights on iso images, spotted by miodTheo de Raadt
2004-03-03Use 'cat' rather than 'cp' to put /boot on disk. This preservesKenneth 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-28Now that installboot is geometry-independent, FLOPPYSECS is notTom Cosgrove
required when making release. requested by and ok deraadt@
2004-01-26Major overhaul of biosboot and installboot, using EDD (LBA) reads ifTom 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@