installation of 12.1R and 11.3R fails

Matthias Fechner idefix at fechner.net
Tue May 26 06:08:26 UTC 2020


Am 26.05.2020 um 01:29 schrieb Michael Sierchio:
> cat <<EOFF > /mnt/etc/rc.conf
> fsck_y_enable="YES"
> background_fsck="YES"
> background_fsck_delay="60"

thanks a lot for this script, very interesting!

Here you could also use:
sysrc -f /mnt/etc/rc.conf fsck_y_enable="YES"

Has the advantage to not wipe the existing file, but only add/modify the
keys you would like to touch.
This is maybe more future proof.

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook



More information about the freebsd-questions mailing list