notify of ownership permission issue

This commit is contained in:
Dan Johansen 2020-11-20 09:21:08 +01:00
parent c9d9ab16f6
commit 5aee15001d
No known key found for this signature in database
GPG Key ID: 084A7FC0035B1D49
1 changed files with 2 additions and 0 deletions

View File

@ -300,6 +300,8 @@ cleanup () {
cryptsetup close /dev/mapper/ROOT_MNJRO
fi
partprobe $SDCARD 1> /dev/null 2>&1
info "If you get an error stating 'failed to preserve ownership ... Operation not permitted', it's expected, since the boot partition is FAT32 and does not support ownership permissions..."
}
tweakinitrd_crypt () {