summaryrefslogtreecommitdiff
path: root/distrib/sgi
AgeCommit message (Collapse)Author
2008-05-04Add ping6 and rtsol.Brad Smith
ok miod@
2008-03-22No point in checking disklabel output for 'disk label corrupted' messageKenneth R Westerback
since it isn't emitted anymore. 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-02-18sgivol(8) no longer requires the '-f' option.Joel Sing
2008-01-11cleanup: make -> ${MAKE} consistenly.Marc Espie
zap extra subshells. okay miod@
2008-01-06kbd(8) on the ramdisks.Miod Vallat
2007-10-18enter iso dir for clean/cleandir, too, to delete dribblesTheo de Raadt
2007-10-13the iso can be smallerTheo de Raadt
2007-10-13install to right placeTheo de Raadt
2007-10-13make obj in isoTheo de Raadt
2007-10-10a start at full sgi install cdTheo 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-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-02-14put the disknames command on all install media (hope i did not miss any) ok krw@Theo de Raadt
2006-03-17Better (maybe even comprehensible) message about volume header and bootOtto Moerbeek
loader. And fix a typo as well! Prompted by Jasper Lievisse Adriaanse. ok miod@
2006-03-06eject -> mt (except on alpha where size tests are needed)Theo de Raadt
2005-08-01Create installation media that is recognized as such by the PROM.Mark Kettenis
ok deraadt@
2005-07-08Don't need to specify MDTERM=vt220. vt220 is the default value.Kenneth R Westerback
ok millert@
2005-04-28strip bootblock, attempt to use a smaller sgivol sizeTheo de Raadt
2005-04-28shrink volhdr to 128 bytes. would *love* to go to 64 blocks, since thatTheo de Raadt
is 32K, which is the isofs lead-in.... that would let us (for instance) mix sgi boot media with other architectures. that requires shrinking boot, since right now it will not fit in 64 blocks
2005-04-27enter cdfsTheo de Raadt
2005-04-27boot cdrom for sgi. boot using simply:Theo de Raadt
boot -f pci(0)scsi(0)cdrom(4)rdisk(0)partition(8)/boot this is 1.5MB sgi boot partition followed by a 4GB ffs partition containing a gzip'd bsd.rd
2005-04-27handle the OSrev thingTheo de Raadt
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-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-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-02No need to provide an MDSETS for sgi.Miod Vallat
2004-11-22tigon firmwares on the big ramdisksTheo de Raadt
2004-10-02Don't put /bin/test or /bin/[ on install media since they are builtinsKenneth R Westerback
for ksh. ok millert@
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-06Make /upgrade mode +x in the ramdisks.Miod Vallat
2004-08-26install for disk bootable systemPer Fogelstrom
2004-08-06put ramdisk in right placeTheo de Raadt
2004-08-06sgi install ramdiskPer Fogelstrom