summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
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
2013-10-04syncTheo de Raadt
2013-09-30syncTodd T. Fries
2013-09-25syncMiod Vallat
2013-09-23syncTodd T. Fries
2013-09-22Add bsd.mp to the default sets if > 1 processor, as done on other SMP-capableMiod Vallat
ports.
2013-09-15mention NVSIMMMiod Vallat
2013-09-14syncTodd T. Fries
2013-09-08Oops, typo. Found by Artturi Alm.Patrick Wildt
2013-09-07syncPatrick Wildt
2013-09-07Beagle has been replaced by armv7.Patrick Wildt
2013-09-07Update ARMv7's release build process to build kernels and ramdisksPatrick Wildt
per SoC. It's heavily based on the SGI port. ok florian@
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-09-02Correct the list of supported boards.Raphael Graf
From Juan Francisco Cantero Hurtado. ok patrick@
2013-08-26syncTheo de Raadt
2013-08-20Remove 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 transitionAlexander Hall
to 64 bit time_t prodded by deraadt@