summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2013-11-05avoid touching the signal traps during autoinstallUwe Stuehler
With this, the installer finishes even when there are kernel messages output during the installation. :) original diff and ok halex@
2013-11-04syncTheo de Raadt
2013-11-04syncTheo de Raadt
2013-11-04syncTheo de Raadt
2013-11-04oops, meant MACHINE_CPU not MACHINE_ARCH (matters for mips64*)Theo de Raadt
2013-11-03syncTheo de Raadt
2013-11-03syncTheo de Raadt
2013-11-02syncTheo de Raadt
2013-11-02syncTheo de Raadt
2013-11-02syncTheo de Raadt
2013-11-01Document the stupid behaviour of older PROM which fail to load binariesMiod Vallat
past 3MB but fail to abort with an error message, and instead spin until ^Ced. This should only affect netbooting bsd.rd; explain lightly how to use the boot loader and load the kernel from NFS.
2013-11-01Provide -I's to reach the gdtoa directory for .h filesTheo de Raadt
2013-11-01hookup sunxi bits for miniroot and ramdisk, tested on pcduino.Jasper Lievisse Adriaanse
note that on boards without ahci you will need to install to usb and still boot of sd, at least until there's support for the sd slot. ok patrick@
2013-11-01oaic can be booted off.Miod Vallat
2013-11-01syncTheo de Raadt
2013-10-31If if looks like a duck, swims like a duck, and quacks like a duck, thenAlexander Hall
it's probably is a pre-encrypted password hash. This means that the autoinstall configuration (and interactive password too) does not have to specify a cleartext password. reworked diff originating from krw@ no objections, specifically so from krw@
2013-10-31syncStuart Henderson
2013-10-31syncTheo de Raadt
2013-10-31syncTheo de Raadt
2013-10-30Update installation notes to match reality: kernel needs to be loaded by theMiod Vallat
boot blocks now, which - for now - disables tape boot. Also belatedly mention bsd.mp
2013-10-30Copy the boot blocks into /boot on the root disk in md_installboot().Miod Vallat
2013-10-29syncTheo de Raadt
2013-10-28syncTheo de Raadt
2013-10-28Revamp ARMv7 ramdisk and miniroot creation process.Patrick Wildt
Instead of running mkuboot during install, we call it on during the release build, so that we can also ship bootable images of the generic and the ramdisk kernel. We can now build miniroots for imx, too. The installer also can recognize the SoC and makes decision based on it. Use ext2fs for i.MX6 based devices. Tar the bootloader files to save some space. ok syl@
2013-10-27Unattended installation using DHCP and a response fileUwe Stuehler
For a completely unattended installation bsd.rd has to be netbooted, a DHCP server must be running and provide "next-server", which will be used to fetch "http://<next-server>/install.conf". The format of the response file is a list of "<key> = <value>" pairs where <key> is a substring of the interactive question (case-insensitive) and <value> is what would be entered interactively. Minimal response file example: system hostname = openbsd password for root account = <...> network interfaces = re0 IPv4 address for re0 = dhcp server? = <...> This is a starting point, it still a bit rough. ok krw@, many improvements by halex@
2013-10-25syncTheo de Raadt
2013-10-25syncTheo de Raadt
2013-10-24sycnTheo de Raadt
2013-10-23fix typoTheo de Raadt
2013-10-22syncTheo de Raadt
2013-10-22- expand hardware list with iMX boardsJasper Lievisse Adriaanse
- mention miniroot-imx ok patrick@
2013-10-21syncTheo de Raadt
2013-10-20syncTheo de Raadt
2013-10-20Fix release after rdsetroot shuffle.Miod Vallat
2013-10-19syncTheo de Raadt
2013-10-19syncTheo de Raadt
2013-10-18syncMiod Vallat
2013-10-18bye bye rdsetroot; ok miodTheo de Raadt
2013-10-18cleanup elfrdsetroot references; ok miodTheo de Raadt
2013-10-17syncTheo de Raadt
2013-10-17syncTheo de Raadt
2013-10-15We do not produce "core" files, so they do not need to be deleted. theyTheo de Raadt
have been *.core files for a very long time. That's a lot of unlink() calls saved.
2013-10-15it's supposed to be test first, commit afterwardsMiod Vallat
2013-10-15First shot at installation media for aviion, and updated documentation.Miod Vallat
2013-10-15The ERL Ethernet is supported now and can be booted over NFS. Reflect thatBrian Callahan
in the installer notes. ok jmatthew@
2013-10-14Turn on the distrib lib bits in crunchgen by setting SRCLIBDIR.Philip Guenther
Add the new files to the clean target's rm list. "why not get it tested?" deraadt@
2013-10-13libotermcap is just an alias/link to libocurses. Use the latter so thatPhilip Guenther
the library name matches the name of its src directory. Also, include -lc here so that the crunchgen knows to build a distrib libc.a for these
2013-10-12syncTheo de Raadt
2013-10-11syncTheo de Raadt
2013-10-06syncStuart Henderson