Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-01 | Move the powerpc ramdisk building support from powerpc to macppc. | Dale Rahn | |
2001-08-29 | Apply recent changes in the i386 comment eradication code to all | Kenneth 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-07 | suggest CET, not MET, ok deraadt@ | Markus Friedl | |
2001-07-11 | When rebuilding ramdisk kernel, rebuild dependancies after config RAMDISK | Dale 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-26 | Add ancontrol too, since it is supported. | Dale Rahn | |
2001-06-26 | Add wicontrol to ramdisk. | Dale Rahn | |
2001-06-26 | Add dmesg to the ramdisk, since it was added to the install.md file... | Dale Rahn | |
2001-06-23 | argh. stop using kernfs, using dmesg using sysctl. encode ARCH into | Theo 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-17 | Do 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 -> Apple | Brad Smith | |
- kernel boot -> bootloader -- Ok'd by: drahn@ | |||
2001-04-17 | Add eject to the powerpc ramdisk, mt is already there, so it is basically | Dale Rahn | |
free. Allows ejecting of CDROMs on slot loading systems without an eject button. | |||
2001-04-17 | Do not claim that a user will not be able to boot from the hard drive | Dale 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-17 | Flush 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-13 | Minor 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-25 | Check 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-25 | pppd was removed in the previous commit, however it was not removed | Dale Rahn | |
cleanly, chat was left. pppd does not make sense on systems without working serial or modem support. | |||
2001-03-24 | First 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-04 | Use /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-03 | vt220 console type | Theo de Raadt | |
2001-03-03 | mimic i386 file | Theo de Raadt | |
2001-01-25 | egrep -a to permit working with binary data in dmesg | Theo de Raadt | |
2000-10-25 | In stty line enable ^T (status) as well. | Todd C. Miller | |
2000-10-19 | strip and compress the ramdisk kernel on the cd, makes the image much | Dale Rahn | |
smaller. | |||
2000-10-19 | no /bsd.rd, only /2.8/powerpc/bsd.rd on cd28.fs | Theo de Raadt | |
2000-10-17 | use reboot | Theo de Raadt | |
2000-10-13 | simpler | Theo de Raadt | |
2000-10-13 | build a minimal CD boot image (might even work on zip, dale said) | Theo de Raadt | |
2000-10-13 | 755 upgrade too | Theo de Raadt | |
2000-09-12 | remove 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-08 | use GENERIC and RAMDISK | Theo de Raadt | |
2000-07-15 | fix more ch* in lists | Theo de Raadt | |
2000-07-08 | This file should not have been removed, this revision should be the same as | Dale S. Rahn | |
version 1.12 | |||
2000-06-15 | Deal 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-09 | chown/chgrp changes | Michael Shalayeff | |
2000-03-01 | $OpenBSD$ | Todd T. Fries | |
2000-01-30 | add dmesg alias to all install media | Theo de Raadt | |
2000-01-24 | For now switch to building PowerPC MAC support, when additional work | Dale S. Rahn | |
is done on PREP based machines those ramdisks can be added back. | |||
1999-09-23 | Formatting, typo, and grammar fixes. | Aaron Campbell | |
1999-09-03 | md_questions() interface allows asking questions before sets | Theo de Raadt | |
1999-08-15 | Kill md_copy_kernel() | Todd C. Miller | |
1999-07-30 | acd went away | Theo de Raadt | |
1999-04-01 | disklabel -f use, for fstab tweaking | Theo de Raadt | |
1999-03-13 | remove legacy "mix" kernel building code, it was not quite completely | Dale S. Rahn | |
commented and would cause error messages during build. Since it is unused, delete it completely | |||
1998-12-19 | merge text into base | Theo de Raadt | |
1998-11-03 | it's -> its where appropriate | Aaron Campbell | |
1998-10-28 | call check_kernel instead of having the same code in all the .md files | Todd C. Miller | |
1998-10-20 | Mix kernels are no longer necessary, Generic will work sufficiently. | Dale S. Rahn | |
1998-10-19 | load xshare | Theo de Raadt | |
1998-09-25 | Add back the termcap entry that was in inst-common. | Dale S. Rahn | |
Point to this new location. | |||
1998-09-22 | Remove additional kernels during cleanup, otherwise it can | Dale S. Rahn | |
build with the wrong ramdisk kernel. Soon these multiple configs need to go away. |