summaryrefslogtreecommitdiff
path: root/distrib/loongson/ramdisk/install.md
AgeCommit message (Expand)Author
2023-03-07Use "installboot -p"; tested by/OK miodKlemens Nanni
2022-08-10Fix Gdium boot setup.Miod Vallat
2022-02-07Use fdisk's -b to create boot partitions instead of -e scripts.Kenneth R Westerback
2020-12-09Gdium bootblocks are still dumb, and cannot load the kernel from ffs.Theo de Raadt
2020-06-27convert macppc, octeon, and loongson to use MI installboot, removingTheo de Raadt
2017-01-22Whitespaces ...Robert Peichaer
2016-09-04Move files created by root during install/upgrade in a subdir ofRobert Peichaer
2016-02-08If manual disklabel editing is requested during install, don't emitKenneth R Westerback
2015-12-29Change patterns in case-blocks from a*|A* to [aA]*Robert Peichaer
2015-12-18Introduce a new function disk_has() to inspect a disk if it has aRobert Peichaer
2015-12-02If (O)penBSD is not offered as a partitioning option, do not acceptKenneth R Westerback
2015-11-09Fix commas in "Use (W)hole disk MBR..." question.Robert Peichaer
2015-11-05newfs the ext2fs partition containing the boot blocks with -O 1 when runningMiod Vallat
2015-06-02Remove the $FSTABFLAG variable and use -F directly. The installerRobert Peichaer
2015-05-31Replace identical code in the MD scripts of the installer with a newRobert Peichaer
2015-05-04Add the new template file based autopartitioning feature of disklabel(8)Robert Peichaer
2015-04-19Force the boot partition to ext2fs, rathern than leaving it as it was.Theo de Raadt
2015-02-12Use ksh arithmethic instead of expr.Robert Peichaer
2014-08-15Align install.md files with installer style.Robert Peichaer
2013-11-16Remove AUTOROOT variable which is a leftover of r1.183 of install.subRobert Peichaer
2012-10-15Put less boot stuff into ramdisk /usr/mdec; tested by phesslerTheo de Raadt
2012-07-13copy boot loaders using cat and shell redirection rather than cp,Alexander Hall
2012-07-13{ ...; } is more proper than ( ... ) since the latter spawns a subshellAlexander Hall
2012-07-13back out stuff that snuck into the last commitAlexander Hall
2012-07-13fix logic flaw in md_installboot()Alexander Hall
2012-07-10since disklabel -W is no more, zap it from all the install.md'sAlexander Hall
2011-04-17First crack at enabling the installation of a DUID version ofKenneth R Westerback
2010-04-03Use hw.product sysctl to tell whether we are installing on a Gdium LibertyMiod Vallat
2010-02-19less verbose in congrats textOtto Moerbeek
2010-02-18-q for newfsOtto Moerbeek
2010-02-18loongson install procedure, using a newly created small ext2 partition (or anOtto Moerbeek
2010-01-31initial ramdisk stuff, produces a working bsd.rdOtto Moerbeek