History log of /netbsd-current/distrib/utils/embedded/conf/evbmips.conf
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.4 27-Sep-2023 riastradh

/etc/rc.d/cerctl_init: New script for certctl rehash in live images.

This is very limited -- it does not supplant postinstall to rehash
certificates on upgrade; it only runs certctl rehash if
/etc/openssl/certs is an empty directory, as you get in live images
not created with sysinst.

We could also have a more general-purpose way to run postinstall(8)
on first boot of an image, but that has a lot more moving parts to
think about, so let's start with this limited-scope low-risk
approach.

PR install/57629

XXX pullup-10


Revision tags: netbsd-10-base
# 1.3 06-Jul-2021 jmcneill

Disable kernfs on live images -- it is not required.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.2 23-Dec-2020 rin

Fix fallout from mkimage rev 1.76.

For mkimage:

- Update "size" if auto-calculated.
- Use "dd bs=1" instead of non-portable "head -c".
- Some style nits.

For MD make_label() functions:

- Stop using "newsize" as image size in MB, use "size" instead.


# 1.1 17-Jul-2020 jmcneill

Create an "octeon.img.gz" bootable image for evbmips64-eb release builds.