summaryrefslogtreecommitdiff
path: root/distrib/amd64/common
AgeCommit message (Collapse)Author
2005-05-04Put pax/tar/cpio at the same location in all installation media.Miod Vallat
2005-04-02Scrounge a few more characters of whitespace, mostly to be consistant.Kenneth R Westerback
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-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-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-08-12Add ability to specify default serial console just like i386.Kenneth R Westerback
ok deraadt@.
2004-03-21dhclient on bsd.rd & cd*.isoTheo de Raadt
2004-02-27crank ramdisk to 3584Theo de Raadt
2004-02-24damn it, do it rightTheo de Raadt
2004-02-24make scripts executableTheo de Raadt
2004-02-22boot floppy support. unfortunately for now because of how the sets andTheo de Raadt
lists and disktab work, we are constrained, and a few things must go missing until we seperate that out.
2004-02-08workaround for awk breakage no longer neededTheo de Raadt
2004-02-08XXX Why does amd64 require a bin/-sh to boot correctly?? Is this becauseTheo de Raadt
of some flags being passed in? Anyone?
2004-02-07first cut; most written by mickey, couple tunings by meTheo de Raadt