main: Fix log massages
This commit is contained in:
parent
e7905758fb
commit
3d4593bed5
7
makelni
7
makelni
|
@ -36,11 +36,6 @@ lnib_has_errors="n"
|
||||||
lnib_has_errors="y"
|
lnib_has_errors="y"
|
||||||
}
|
}
|
||||||
|
|
||||||
[ -z ${packages+x} ] && {
|
|
||||||
log "LNIBUILD: missing packages" ierror
|
|
||||||
lnib_has_errors="y"
|
|
||||||
}
|
|
||||||
|
|
||||||
[ ! -f "./common.d/common.${image_type}.sh" ] && {
|
[ ! -f "./common.d/common.${image_type}.sh" ] && {
|
||||||
log "LNIBUILD: unsupported image type" ierror
|
log "LNIBUILD: unsupported image type" ierror
|
||||||
lnib_has_errors="y"
|
lnib_has_errors="y"
|
||||||
|
@ -82,8 +77,6 @@ if (( ${#packages[@]} )); then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
log "Installing kernel and firmwares"
|
log "Installing kernel and firmwares"
|
||||||
log "Configuring dynamic linker run-time bindings"
|
|
||||||
log "Enabling userspace daemons"
|
|
||||||
install_nabu_packages "$imageroot" || _shutdown 1
|
install_nabu_packages "$imageroot" || _shutdown 1
|
||||||
|
|
||||||
if [ "$zram" == "y" ]; then
|
if [ "$zram" == "y" ]; then
|
||||||
|
|
Loading…
Reference in a new issue