Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-10-04 | sync | Theo de Raadt | |
2013-09-30 | sync | Todd T. Fries | |
2013-09-25 | sync | Miod Vallat | |
2013-09-23 | sync | Todd T. Fries | |
2013-09-22 | Add bsd.mp to the default sets if > 1 processor, as done on other SMP-capable | Miod Vallat | |
ports. | |||
2013-09-15 | mention NVSIMM | Miod Vallat | |
2013-09-14 | sync | Todd T. Fries | |
2013-09-08 | Oops, typo. Found by Artturi Alm. | Patrick Wildt | |
2013-09-07 | sync | Patrick Wildt | |
2013-09-07 | Beagle has been replaced by armv7. | Patrick Wildt | |
2013-09-07 | Update ARMv7's release build process to build kernels and ramdisks | Patrick Wildt | |
per SoC. It's heavily based on the SGI port. ok florian@ | |||
2013-09-04 | Beagle has been replaced by armv7. | Patrick Wildt | |
2013-09-02 | Correct the list of supported boards. | Raphael Graf | |
From Juan Francisco Cantero Hurtado. ok patrick@ | |||
2013-08-26 | sync | Theo de Raadt | |
2013-08-20 | Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. | Antoine Jacoutot | |
No regression has been reported since libusb became the prefered solution to work with USB scanners. req. by mpi@ ok ian@ mpi@ miod@ | |||
2013-08-19 | (temporarily) introduce upgrade_to64time_t() to handle the transition | Alexander Hall | |
to 64 bit time_t prodded by deraadt@ |