mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-25 14:11:14 +00:00
pkg/build: fix loader.conf modification in FreeBSD image build script
The loader.conf we want to modify is in the mount rooted at $tmpdir.
This commit is contained in:
parent
a517e13956
commit
dc4b93e773
@ -68,7 +68,7 @@ sudo mount /dev/${md}p${partn} $tmpdir
|
||||
|
||||
sudo MAKEOBJDIRPREFIX=%s make -C %s installkernel KERNCONF=%s DESTDIR=$tmpdir
|
||||
|
||||
echo 'pf_load="YES"' | sudo tee -a /boot/loader.conf
|
||||
echo 'pf_load="YES"' | sudo tee -a ${tmpdir}/boot/loader.conf
|
||||
|
||||
sudo umount $tmpdir
|
||||
sudo mdconfig -d -u ${md#md}
|
||||
|
Loading…
x
Reference in New Issue
Block a user