summaryrefslogtreecommitdiff
path: root/distrib/sgi
AgeCommit message (Collapse)Author
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