Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-20 | place sysctl in sorted order; Jean-Philippe Ouellet | Theo de Raadt | |
2014-03-03 | use official 5.5 key | Theo de Raadt | |
2014-02-26 | Fix script to allow it to work on both SD and eMMC. -moj ok deraadt@ nick@ | Mats O Jansson | |
2014-01-19 | we no long use the /var/hash files, but rely on the SHA256.sig file. | Theo de Raadt | |
We can remove the hashing support. | |||
2014-01-11 | No need for a bin/cpio link on the media, because the pax|tar binary does | Theo de Raadt | |
not support cpio anymore. | |||
2014-01-10 | remove md5 after installing it (with the links to the sha256/512 commands). | Theo de Raadt | |
this is because the md5/sha256/sha512 are in the same binary, found in the md5 directory, but the version on the media lacks md5 support. Understand? | |||
2014-01-09 | copy the relevant key for the release onto the media | Theo de Raadt | |
2014-01-08 | Switch to using the base sha256 command, rather than some customized | Theo de Raadt | |
abomination. install.sub chunk tested by rpe | |||
2014-01-07 | SRCDRS usr.bin usr.sbin is a bad idea (because of PIE). The places we | Theo de Raadt | |
pick binaries up must be compiled -static or at least in some safe model for reuse. Since we now use distrib/special for those, we can safely remove usr.bin and usr.sbin from this list. | |||
2013-11-16 | Remove AUTOROOT variable which is a leftover of r1.183 of install.sub | Robert Peichaer | |
diff from Philipp e1c1bac6253dc54a1e89ddc046585792 at osteo dot net ok krw@ halex@ | |||
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-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-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-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-09-08 | Oops, typo. Found by Artturi Alm. | 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 | |