summaryrefslogtreecommitdiff
path: root/distrib/amd64
AgeCommit message (Collapse)Author
2008-06-26add bio & bioctl to a couple cd based ramdisksTodd T. Fries
ok deraadt@
2008-06-26First 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-03-23No point in warning users during install that the disklabel has aKenneth 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-04Redo serial console configuration logic. Smaller, easier toKenneth 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-11cleanup: make -> ${MAKE} consistenly.Marc Espie
zap extra subshells. okay miod@
2007-10-18enter iso dir for clean/cleandir, too, to delete dribblesTheo de Raadt
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-07-27grow ramdisk filesystem sizeTheo 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-05-19Make FLOPPYSIZE be in terms of 512 byte blocks like all the other ports.Todd C. Miller
This was something I missed in the initial "newfs -c" conversion.
2007-04-25grow ramdisk mr.fs size, it is neededTheo de Raadt
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-20rum firmware too, of courseTheo de Raadt
2006-10-04needs bnx firmware tooTheo de Raadt
2006-06-26wicontrol went awayTheo 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-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-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-11-23need kue firmware tooTheo 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-24move cdboot to ${OSREV}/${ARCH/Theo de Raadt
2004-08-23switch to non-emulation cd bootingTheo de Raadt
2004-08-23name output different, in case this is usedTheo de Raadt
2004-08-23non-emulation boot media, if we ever need itTheo de Raadt
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-03-11change copyrights on iso images, spotted by miodTheo 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?