summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2015-07-19syncTheo de Raadt
2015-07-19syncMiod Vallat
2015-07-19syncMiod Vallat
2015-07-19syncTheo de Raadt
2015-07-17enable exynosJonathan Gray
2015-07-17Remove spaces before the double semicolons in case-blocks.Robert Peichaer
OK krw@ halex@
2015-07-16syncTheo de Raadt
2015-07-16zap trailing whitespaceAlexander Hall
with rpe's blessing
2015-07-16syncMiod Vallat
2015-07-15make this a tad more completeJasper Lievisse Adriaanse
2015-07-09synTheo de Raadt
2015-07-07At some point the u-boot mlo for panda/beagle stopped looking forJonathan Gray
u-boot.bin and required u-boot.img on the fat fs so switch to using that as we do for beaglebone. Reported by abieber@ via bmercer@
2015-07-05In case-statements where single and multiline commands are used,Robert Peichaer
put the terminating ;; always on its own line. discussed with and OK krw@ halex@
2015-07-03syncTheo de Raadt
2015-07-03Use [aA]* instead of a*|A* in case-blocks.Robert Peichaer
OK krw@ @halex agreed on this in a similar diff
2015-07-02syncTheo de Raadt
2015-07-01Use ksh style tests like in the rest of the installer scripts.Robert Peichaer
OK krw@ halex@
2015-06-29syncTheo de Raadt
2015-06-29enable vexpressJonathan Gray
2015-06-26syncMiod Vallat
2015-06-24syncTheo de Raadt
2015-06-21syncTheo de Raadt
2015-06-20syncTheo de Raadt
2015-06-19syncTheo de Raadt
2015-06-19syncTheo de Raadt
2015-06-18syncTheo de Raadt
2015-06-14syncTheo de Raadt
2015-06-11syncTheo de Raadt
2015-06-10FTP as an install method kicked the bucket some time ago.Jasper Lievisse Adriaanse
ok miod@
2015-06-09add miniroot; note it's not further documented to prevent having toJasper Lievisse Adriaanse
reword/rewrite most of it again when usb support has landed.
2015-06-09add the edgerouter poe to the edgeroute lite paragraphJasper Lievisse Adriaanse
2015-06-09miniroot for octeon; tested on edgerouter lite with local usb storageJasper Lievisse Adriaanse
ok jmatthew@ miod@
2015-06-08expr isn't on the ramdisk use ksh for additionJonathan Gray
problem spotted by jasper@
2015-06-08Move the scan_dmesg calls back into the functions. It can't be calledJonathan Gray
when the file is sourced as /var/run/dmesg.boot won't exist then.
2015-06-07syncTheo de Raadt
2015-06-04syncTheo de Raadt
2015-06-03missing __EOT spotted by rpe@Jonathan Gray
2015-06-02Remove the $FSTABFLAG variable and use -F directly. The installerRobert Peichaer
uses disklabel UIDs unconditionally for a while already. OK krw@ "looks good" deraadt@
2015-06-02ReplaceRobert Peichaer
[[ -n $(foo | grep 'bar') ]] with foo | grep -q 'bar' OK halex@ krw@
2015-06-02syncTheo de Raadt
2015-06-02Rename the imx miniroot to nitrogen as it creates "6x_bootscript".Jonathan Gray
Add a miniroot for the CuBox-i which needs u-boot at a particular offset in the sd image to boot. Based on changes made by Patrick Wildt in bitrig.
2015-05-31Fix typos.Robert Peichaer
OK miod@
2015-05-31Replace identical code in the MD scripts of the installer with a newRobert Peichaer
MI function disklabel_autolayout() which now handles all aspects of the disklabel auto-layout and autopartitioning case for the root disk. Remove get_disklabel_template() and merge it with the new function. "move forward" deraadt@
2015-05-29Switch vax to bunnytils 2.17.Miod Vallat
2015-05-28Switch alpha, arm, sh and sparc to binutils 2.17.Miod Vallat
2015-05-26syncJonathan Gray
2015-05-26include the firmware for usb devices on the armv7 ramdiskJonathan Gray
2015-05-22syncTheo de Raadt
2015-05-22syncTheo de Raadt
2015-05-22syncTheo de Raadt