summaryrefslogtreecommitdiff
path: root/distrib/powerpc
AgeCommit message (Collapse)Author
2001-09-01Move the powerpc ramdisk building support from powerpc to macppc.Dale Rahn
2001-08-29Apply recent changes in the i386 comment eradication code to allKenneth R Westerback
architectures using a list2sh.awk and related 'list' files (alpha, hp300, mac68k, mvme68k, mvme88k, mvmeppc, powerpc and vax). list2sh.awk is modified so that in handling SPECIAL lines the tabs in regular expressions are not lost to awk field parsing. Any 'list' file trying to eliminate comments, using SPECIAL lines and sed, now eliminates lines that a) have '#' as the first non-blank, non-tab character, with at least one blank or tab following the '#'. b) have '#' as the first non-blank, non-tab character, with a newline immediately following the '#'. Previous b) was not being done, and only leading/following blanks were being looked for due to the loss of tab characters in list2sh.awk.
2001-08-07suggest CET, not MET, ok deraadt@Markus Friedl
2001-07-11When rebuilding ramdisk kernel, rebuild dependancies after config RAMDISKDale Rahn
and make clean. If a file has been removed from the source tree, and the old dependancies still refer to it, the build will break.
2001-06-26Add ancontrol too, since it is supported.Dale Rahn
2001-06-26Add wicontrol to ramdisk.Dale Rahn
2001-06-26Add dmesg to the ramdisk, since it was added to the install.md file...Dale Rahn
2001-06-23argh. stop using kernfs, using dmesg using sysctl. encode ARCH intoTheo de Raadt
install.md at build time. remove some crud. and the icing on the cake: skip testing all this until next week
2001-06-17Do not remove a CVSed file during the build process.Dale Rahn
At one point it was a generated file, but that changed long ago. Pointed out by krw.
2001-04-17- apple -> AppleBrad Smith
- kernel boot -> bootloader -- Ok'd by: drahn@
2001-04-17Add eject to the powerpc ramdisk, mt is already there, so it is basicallyDale Rahn
free. Allows ejecting of CDROMs on slot loading systems without an eject button.
2001-04-17Do not claim that a user will not be able to boot from the hard driveDale Rahn
because they installed on a HFS partitioned disk, tell them that they have to set it up by copying 'ofwboot' to the first HFS partition.
2001-04-17Flush the in-core disklabel when running disklabel without the -r option,Dale Rahn
such as editing a HFS partitioned disk. This is necessary because the OpenBSD partition entry in the HFS label may have just been added and the old disklabel did not contain the entry.
2001-04-13Minor typos & cleanup.Kenneth R Westerback
Fix a couple of missing closing quotes in the MBR partitioning routine. Ensure that all questions posed have a space after the closing ']'. makeing -> making. ok drahn@
2001-03-25Check in tested version of install.md, one without syntax errors.Dale Rahn
Clean up print on install query. add var/db for mtree on ramdisk to support dhcp.
2001-03-25pppd was removed in the previous commit, however it was not removedDale Rahn
cleanly, chat was left. pppd does not make sense on systems without working serial or modem support.
2001-03-24First cut at HFS shared parition capable ramdisk.Dale Rahn
Documentation needs to be enhanced to reflect how to use this properly. Still one major issue with kernel recognizing new disklabel after disk is modified with pdisk. MD label handing in the install.md still needs to be cleaned up.
2001-03-04Use /mnt as the mount point for creating the ramdisk, not /mnt2.Dale Rahn
All other ports use /mnt and /mnt2 does not exist by default.
2001-03-03vt220 console typeTheo de Raadt
2001-03-03mimic i386 fileTheo de Raadt
2001-01-25egrep -a to permit working with binary data in dmesgTheo de Raadt
2000-10-25In stty line enable ^T (status) as well.Todd C. Miller
2000-10-19strip and compress the ramdisk kernel on the cd, makes the image muchDale Rahn
smaller.
2000-10-19no /bsd.rd, only /2.8/powerpc/bsd.rd on cd28.fsTheo de Raadt
2000-10-17use rebootTheo de Raadt
2000-10-13simplerTheo de Raadt
2000-10-13build a minimal CD boot image (might even work on zip, dale said)Theo de Raadt
2000-10-13755 upgrade tooTheo de Raadt
2000-09-12remove ofdisk, it is no longer used.Dale S. Rahn
recommend reboot, not halt, when installation is done. halt leaves some machines in a state where only pulling the powercord or finding the magic reset button (almost inside the machine) is required.
2000-08-08use GENERIC and RAMDISKTheo de Raadt
2000-07-15fix more ch* in listsTheo de Raadt
2000-07-08This file should not have been removed, this revision should be the same asDale S. Rahn
version 1.12
2000-06-15Deal with the chgrp chown -> chmod change.Dale S. Rahn
instead of generating a text file from list, just create it and edit it directly, allows for more control. Also i386 edits this file directly instead of using awk to generate it.
2000-06-09chown/chgrp changesMichael Shalayeff
2000-03-01$OpenBSD$Todd T. Fries
2000-01-30add dmesg alias to all install mediaTheo de Raadt
2000-01-24For now switch to building PowerPC MAC support, when additional workDale S. Rahn
is done on PREP based machines those ramdisks can be added back.
1999-09-23Formatting, typo, and grammar fixes.Aaron Campbell
1999-09-03md_questions() interface allows asking questions before setsTheo de Raadt
1999-08-15Kill md_copy_kernel()Todd C. Miller
1999-07-30acd went awayTheo de Raadt
1999-04-01disklabel -f use, for fstab tweakingTheo de Raadt
1999-03-13remove legacy "mix" kernel building code, it was not quite completelyDale S. Rahn
commented and would cause error messages during build. Since it is unused, delete it completely
1998-12-19merge text into baseTheo de Raadt
1998-11-03it's -> its where appropriateAaron Campbell
1998-10-28call check_kernel instead of having the same code in all the .md filesTodd C. Miller
1998-10-20Mix kernels are no longer necessary, Generic will work sufficiently.Dale S. Rahn
1998-10-19load xshareTheo de Raadt
1998-09-25Add back the termcap entry that was in inst-common.Dale S. Rahn
Point to this new location.
1998-09-22Remove additional kernels during cleanup, otherwise it canDale S. Rahn
build with the wrong ramdisk kernel. Soon these multiple configs need to go away.