main: Fix log massages

This commit is contained in:
timoxa0 2024-10-27 23:04:21 +05:00
parent e7905758fb
commit 3d4593bed5

View file

@ -36,11 +36,6 @@ lnib_has_errors="n"
lnib_has_errors="y"
}
[ -z ${packages+x} ] && {
log "LNIBUILD: missing packages" ierror
lnib_has_errors="y"
}
[ ! -f "./common.d/common.${image_type}.sh" ] && {
log "LNIBUILD: unsupported image type" ierror
lnib_has_errors="y"
@ -82,8 +77,6 @@ if (( ${#packages[@]} )); then
fi
log "Installing kernel and firmwares"
log "Configuring dynamic linker run-time bindings"
log "Enabling userspace daemons"
install_nabu_packages "$imageroot" || _shutdown 1
if [ "$zram" == "y" ]; then