summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
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
2015-05-21syncTheo de Raadt
2015-05-20Merge the get_drive() function with install_disk(), which is theRobert Peichaer
only remaining consumer. OK krw@
2015-05-20Now all the socs use the same va entry point and don't have anyJonathan Gray
conflicting symbols we can combine the configs. Multiple umg files are still required however. The bsd.umg target in the kernel is replaced by targets for bsd.IMX.umg, bsd.OMAP.umg and bsd.SUNXI.umg.
2015-05-19Fix installing sets from cdrom if more than one drive is present.Robert Peichaer
Run makedev in install_cdrom() to create the necessary device nodes, which got lost in a recent change. Found by James Hartley, thanks for the bug report! OK krw@
2015-05-19use the same va entry point on all armv7 socsJonathan Gray
Similiar changes were made in bitrig by Patrick Wildt. As part of this change the physical load address for imx and sunxi have changed. Any u-boot settings that include it will need to be modified. imx: 0x10800000 -> 0x10300000 sunxi: 0x40800000 -> 0x40300000 Tested by bmercer, canacar and myself. ok bmercer@
2015-05-18enable ntpd by default at install time. We use pools and a reliableTheo de Raadt
constraint to keep them in check. in the worst case of being on a dark net, nothing changes. this is being enabled by default to allow gathering of more operational information from users. and if the operational heuristics in ntpd can be suitable refined, this may stay the default into the future. if not, ntpd will become even more awesome along the way. with reyk rpe
2015-05-16mention CuBox-i4Pro, Utilite and NovenaJonathan Gray
2015-05-15Remove the 'Use DUIDs rather than device names in fstab?' questionRobert Peichaer
and use DUIDs unconditionally. DUIDs in the installed /etc/fstab has been the default for quite some time now. OK deraadt@, krw@, guenther@, beck@
2015-05-14Extend autoinstall(8) to allow for <hostname>-<mode>.conf response filesRobert Peichaer
and to put response files in a subdir of the webserver's document root. Based on diffs from Nathanael Rensen, thanks! While here fix a buglet introduced by the $_server -> $AI_SERVER change. OK krw, halex
2015-05-14syncTheo de Raadt
2015-05-14syncTheo de Raadt
2015-05-10syncMiod Vallat
2015-05-04Add the new template file based autopartitioning feature of disklabel(8)Robert Peichaer
to the OpenBSD installer. It is available during unattended installation. The template file is fetched from an url, provided as answer to a new question in the response file: URL to autopartitioning template for disklabel = url Original diff from and OK henning@ 'no objection' krw@
2015-04-30syncTheo de Raadt
2015-04-28ajacoutot spotted a problem with the new sshd logic (to disable root loginsStuart Henderson
by default completely in most cases, except where a public ssh key was provided to autoinstall) - in the case where a (non-root) account was created, sshd was being disabled; this diff fixes it. Looks good ajacoutot, OK djm@, extensive testing+OK rpe@,
2015-04-27Rework sshd enable root login questions in light of sshd PermitRootLoginDamien Miller
default change. The new default is not to ask to enable root logins when a non-root user has been addedi. There is some additional sublety for auto-installs that provide root ssh keys. patch by myself and rpe@ with feedback from sthen@; ok rpe@ deraadt@ sthen@
2015-04-26get_responsefile: instead of keeping the dhcp-supplied next-server whereHenning Brauer
we fetch the response file from in a local _server var, put it in an exported AI_SERVER one. last not least that allows install.site to see it. ok krw rpe
2015-04-26syncTheo de Raadt
2015-04-24syncTheo de Raadt
2015-04-22syncTheo de Raadt
2015-04-21append the setdir ("5.7/amd64", "snapshots/vax") as get-parameter "path"Henning Brauer
when fetching the autoinstall response file. a webserver that serves static files doesn't give a damn. if I map that to something that dynamically creates the response file, i can use that to construct the sets path, or play other arch and/or version dependent games. ok krw uwe
2015-04-20Fix asking for list of http servers via '?'. The 'more' now usedKenneth R Westerback
on the install media does not (currently) support '-e' or other posix nifties, but does exit after displaying the last line. Should fix scanning for wireless networks too. Reported by Adam Wolk on misc@. ok deraadt@
2015-04-19syncTheo de Raadt
2015-04-19Force the boot partition to ext2fs, rathern than leaving it as it was.Theo de Raadt
Found by inspection while curious... not though actual experience... ok miod
2015-04-16syncTheo de Raadt
2015-04-13pwd_mkdb now fits onto the install media. no more chroot games.Theo de Raadt
2015-04-12syncTheo de Raadt
2015-04-11syncTheo de Raadt