armbian_rootenc_setup: minor cleanup

This commit is contained in:
The MMGen Project 2026-07-10 14:04:00 +00:00
commit 4d06195a55
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

View file

@ -1140,7 +1140,10 @@ _do_copy_system() {
--exclude='var/cache/apt/archives' \
$SRC_ROOT/* $TARGET_ROOT
_hide_output
pu_msg "Syncing disk:"
sync
(
cd $TARGET_ROOT
mkdir -p $BOOT_DIRNAME