summaryrefslogtreecommitdiff
path: root/distrib/hppa
AgeCommit message (Collapse)Author
2004-03-11change copyrights on iso images, spotted by miodTheo de Raadt
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
which begin to enable use of this will follow at a later time.
2003-10-12Cleanup and shrinkage:Kenneth R Westerback
1) Eliminate 'WARNING: Disk xxx has no label.' message. When installing OpenBSD this is a normal condition not worth commenting on. From some discussion on hackers/icb. 2) Use consistant verbiage and case statement when checking the disklabel. 3) Consistantly suppress output of 'disklabel -W', reducing duplicate messages like '# using MBR partition ...' which are issued again when the 'disklabel -f ...' command is executed. 4) Usual code rectifications - eliminate extra {}'s, multiple echos elimination, etc.
2003-10-01Really enable upgrades on hppa install media.Miod Vallat
2003-09-21Fix extraneous display of grep output when searching disklabel output forKenneth R Westerback
error information. Previously things like: disklabel: no disk label WARNING: Disk wd0 has no disk label. You will be creating a new one. would be printed. Now the 'disklabel: no disk label' message is correctly sent to /dev/null. Take the opportunity to clean up a bit of code and formatting, making all the md_checkfordisklabel() functions as identical as possible.
2003-09-18Excise unneeded, unused code.Kenneth R Westerback
ok mickey@.
2003-07-25for no apparent reason we ran out of inodesMichael Shalayeff
2003-06-11The upgrade script depends upon that, if mount_foo is present on the ramdiskMiod Vallat
filesystem, option FOO is in the kernel. Ensure this for mount_mfs/option MFS as well, to prevent failing upgrades on some architectures. ok krw@ millert@
2003-05-06this builds a bootable cdrom w/ a ramdisk kernel. has some problems thoughMichael Shalayeff
2003-02-13no mdec/boot on the ramdisk. name it chewable for the etc/makefilesMichael Shalayeff
2003-01-30remove bogus commentTheo de Raadt
2003-01-30this allows to build a ramdiskNN.lifMichael Shalayeff