This script mounts USB stick, extracts bsd.rd
filesystem
and patches it with auto_install.conf
.
I use it to patch installXX.img
when updating system
on my laptop. It works for me, but you probably want
to edit few things.
Drop the files into /root
- Obtain USB stick
- Download installXX.img and write it, as prescribed in the FAQ.
- Tune
install.resp
- By default
Makefile
assumes USB stick to be/dev/sd1
- alter if necessary make site
- create site file from files listed insite.index
; Copy that file to USB stick, alongside other file sets.make patch
- patchesbsd.rd
with autoinstall file- Boot from USB stick
siteXX
file must be copied by hand.