summaryrefslogtreecommitdiff
path: root/distrib/alpha
AgeCommit message (Collapse)Author
2007-10-18enter iso dir for clean/cleandir, too, to delete dribblesTheo de Raadt
2007-08-14make obj dirs in iso; talked with miod about itTheo de Raadt
2007-08-10add missing xserv, and use ${MACHINE} throughout (still needs testing)Theo de Raadt
2007-08-10use more variables, because variables are goodTheo de Raadt
2007-08-10a somewhat crude way to generate installXX.iso files based onTheo de Raadt
intermediate snapshot components. uses some knowledge from our internal build scheme to link together base and X sets.
2007-07-11do not put mt/eject onto small media; ok krwTheo 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-16Without the -c 80, further adjustment is needed to build ramdisks, ok deraadtDale Rahn
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-04-09Add -n to gzip flags. Save a few bytes since we no longer saveTodd C. Miller
the uncompressed filename in the gzip header.
2007-03-20Don't use newfs -d 0, it has been the default for over a decade now.Pedro Martelletto
Okay deraadt@.
2007-02-16s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip'sMarc Aurele La France
use of a GZIP environment variable for extra command flags. ok deraadt@, millert@
2007-02-14put the disknames command on all install media (hope i did not miss any) ok krw@Theo de Raadt
2006-03-12mt/eject fits here, i was unsure..Theo de Raadt
2005-10-10revert to 1.19 now until we are able to handle scc(4) on DEC 3000Martin Reindl
better as default serial console requested by miod@
2005-10-10ability to specify default serial consoleMartin Reindl
ok deraadt@
2005-08-29in 1.9 i accidentally moved to a test floppy sizeTheo de Raadt
2005-08-27backout unapproved diffTheo de Raadt
2005-08-26fix obvious accident introduced with r1.9, there is no disktype floppyxHenning Brauer
fixes alpha mkr
2005-06-01use DESTDIR for bootblock, and dd it insteadTheo de Raadt
2005-05-04grep -> egrep/fgrep, gzip -> gunzip/gzcat where missing.Miod Vallat
2005-05-04Put pax/tar/cpio at the same location in all installation media.Miod Vallat
2005-04-06no more tigon firmware hereTheo de Raadt
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-03-11never worry about the copyright date on the CD layout again, problemTheo de Raadt
noticed by drahn
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-15Add include firmware for txp(4) on relevant ramdisks.Ryan Thomas McBride
Prompted by deraadt@
2004-11-23need kue firmware tooTheo de Raadt
2004-11-22tigon firmwares on the big ramdisksTheo de Raadt
2004-11-08remove dd from all media, add back in for bsd.rd (the fatty)Theo de Raadt
2004-11-05Binutils 2.15 require more aggressive stripping for installation media binaries,Miod Vallat
if we want to still fit on floppies (binaries carry one extra section now, which we don't need on installation media). ok deraadt@
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-07-13make bpf0. do NOT put this into ramdisk target (yes, that is how full theTheo de Raadt
others are..)
2004-07-09put dhcp support on the alpha CD (not onto the floppies, where it does notTheo de Raadt
fit)
2004-04-12removeable -> removable;Jason McIntyre
ok deraadt@ beck@
2004-03-11change copyrights on iso images, spotted by miodTheo de Raadt
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-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-19Excise more unused code.Kenneth R Westerback
md_installboot() is only called from one place, with $ROOTDEV as the parameter. $ROOTDEV is guaranteed to be set to a valid device so don't bother testing it. And if the user deliberately unsets ROOTDEV the installboot will fail trying to use /dev/rc.
2003-08-12correctly put OSREV in thereTheo de Raadt
2003-08-07These files are not used anymore.Miod Vallat
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-04-17more not lessTheo de Raadt
2003-03-06cd${rev}.iso for alpha tooTheo de Raadt
2002-11-07Treat 'bsd' like just another filename in THESETS, no more 'kernel'Kenneth R Westerback
logic. As result, MDSETS gone from everything but mac68k. MDSETS now treated as a list of complete file names to add to THESETS, allowing more MD flexibility, i.e. may or may not be .tgz files. All traces of tar.gz removed. Not used for sets since 2.7 or so. As a result of code simplification from not having to consider tar.gz, the functions get_sets(), make_lastset(), and set_not_done() are eliminated, along with the global SETS. Build THESETS and DEFAULTSETS to contain full file names. Always install sets in the order they appear in THESETS, keeping siteXX last but without needing special logic. More predictable for user if a lot of set additions and removals done before being satisfied, as the sets are now installed in the same order they appear in the selection list. Remove ability to look for non-set .tgz/.tar.gz files. The job of the install scripts is to install the standard sets in a simple and rational way. Not to install general tar balls. The user can do that post-install or simply '!' out to do it during install. On their head be it. If no sets are found in a specified source, list the filenames in THESETS to show what is being looked for.
2002-08-27Move general partitioning advice from machine dependant per diskKenneth R Westerback
routine to install.sh so it is displayed only once. Strongly advise /, /tmp, /var, /usr and /home have their own disk partitions as requested by deraadt@. Rather than rely on users not re-selecting an already initialized disk, just allow them to choose from un-initialized disks. Move get_root invocation into install.sub as both install.sh and upgrade.sh did it first thing. Remove the 'workaround' to a 'vnode aliasing bug' that came in with the initial import of upgrade.sh from NetBSD. ok millert@. Rework verbiage in a few places. Clean up logic around looping through disk units by handling root disk better.
2002-08-25Add 'MDXAPERTURE=1' as requested by Matthieu.Kenneth R Westerback
2002-07-15The default value for MDTERM is vt220, so you don't need to explicitly setKenneth R Westerback
it so.