Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-05 | avoid touching the signal traps during autoinstall | Uwe Stuehler | |
With this, the installer finishes even when there are kernel messages output during the installation. :) original diff and ok halex@ | |||
2013-11-04 | sync | Theo de Raadt | |
2013-11-04 | sync | Theo de Raadt | |
2013-11-04 | sync | Theo de Raadt | |
2013-11-04 | oops, meant MACHINE_CPU not MACHINE_ARCH (matters for mips64*) | Theo de Raadt | |
2013-11-03 | sync | Theo de Raadt | |
2013-11-03 | sync | Theo de Raadt | |
2013-11-02 | sync | Theo de Raadt | |
2013-11-02 | sync | Theo de Raadt | |
2013-11-02 | sync | Theo de Raadt | |
2013-11-01 | Document the stupid behaviour of older PROM which fail to load binaries | Miod 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-01 | Provide -I's to reach the gdtoa directory for .h files | Theo de Raadt | |
2013-11-01 | hookup 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-01 | oaic can be booted off. | Miod Vallat | |
2013-11-01 | sync | Theo de Raadt | |
2013-10-31 | If if looks like a duck, swims like a duck, and quacks like a duck, then | Alexander 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-31 | sync | Stuart Henderson | |
2013-10-31 | sync | Theo de Raadt | |
2013-10-31 | sync | Theo de Raadt | |
2013-10-30 | Update installation notes to match reality: kernel needs to be loaded by the | Miod Vallat | |
boot blocks now, which - for now - disables tape boot. Also belatedly mention bsd.mp | |||
2013-10-30 | Copy the boot blocks into /boot on the root disk in md_installboot(). | Miod Vallat | |
2013-10-29 | sync | Theo de Raadt | |
2013-10-28 | sync | Theo de Raadt | |
2013-10-28 | Revamp 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-27 | Unattended installation using DHCP and a response file | Uwe 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-25 | sync | Theo de Raadt | |
2013-10-25 | sync | Theo de Raadt | |
2013-10-24 | sycn | Theo de Raadt | |
2013-10-23 | fix typo | Theo de Raadt | |
2013-10-22 | sync | Theo de Raadt | |
2013-10-22 | - expand hardware list with iMX boards | Jasper Lievisse Adriaanse | |
- mention miniroot-imx ok patrick@ | |||
2013-10-21 | sync | Theo de Raadt | |
2013-10-20 | sync | Theo de Raadt | |
2013-10-20 | Fix release after rdsetroot shuffle. | Miod Vallat | |
2013-10-19 | sync | Theo de Raadt | |
2013-10-19 | sync | Theo de Raadt | |
2013-10-18 | sync | Miod Vallat | |
2013-10-18 | bye bye rdsetroot; ok miod | Theo de Raadt | |
2013-10-18 | cleanup elfrdsetroot references; ok miod | Theo de Raadt | |
2013-10-17 | sync | Theo de Raadt | |
2013-10-17 | sync | Theo de Raadt | |
2013-10-15 | We do not produce "core" files, so they do not need to be deleted. they | Theo de Raadt | |
have been *.core files for a very long time. That's a lot of unlink() calls saved. | |||
2013-10-15 | it's supposed to be test first, commit afterwards | Miod Vallat | |
2013-10-15 | First shot at installation media for aviion, and updated documentation. | Miod Vallat | |
2013-10-15 | The ERL Ethernet is supported now and can be booted over NFS. Reflect that | Brian Callahan | |
in the installer notes. ok jmatthew@ | |||
2013-10-14 | Turn 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-13 | libotermcap is just an alias/link to libocurses. Use the latter so that | Philip 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-12 | sync | Theo de Raadt | |
2013-10-11 | sync | Theo de Raadt | |
2013-10-06 | sync | Stuart Henderson | |