From 3803cdba2ae2b4fa2bf7462e477e10b2216cc016 Mon Sep 17 00:00:00 2001 From: David Marec Date: Fri, 1 Jan 2021 10:32:18 +0100 Subject: [PATCH] Switch to etcupdate(8) --- update_stage1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_stage1.sh b/update_stage1.sh index d85ecbf..28ed579 100755 --- a/update_stage1.sh +++ b/update_stage1.sh @@ -13,9 +13,9 @@ mountro=`zfs get -H readonly llroot/ROOT/master | cut -w -f 3` [ ${mountro} = "on" ] && zfs_mount usrsrc=${USRSRC:-/usr/src} -mergemaster -p && \ +etcupdate -p && \ make -C ${usrsrc} installworld && \ -mergemaster -iF && \ +etcupdate && \ make -C ${usrsrc} delete-old && \ echo "reboot to delete old libs" # make -C ${usrsrc} -DBATCH_DELETE_OLD_FILES delete-old -- 2.44.0