X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=grml-live;h=0d1c4cd384267c8aa11a426b61796b75b651f767;hb=4ed2dcf923b3b54a65f955780b2c70e102766c66;hp=a7db0d8841231cf17eb0b89a062c6081ed002a13;hpb=9c4a6913833f105dc6581fc7aa9f737714aa9686;p=grml-live.git diff --git a/grml-live b/grml-live index a7db0d8..0d1c4cd 100755 --- a/grml-live +++ b/grml-live @@ -148,9 +148,8 @@ fi # source main configuration file: LIVE_CONF=/etc/grml/grml-live.conf if ! [ -r "$LIVE_CONF" ] ; then - log "Confuguration file $LIVE_CONF can not be read, ignoring" + ewarn "Configuration file $LIVE_CONF can not be read, ignoring" else - log "Sourcing configuration file $LIVE_CONF" einfo "Sourcing configuration file $LIVE_CONF" . $LIVE_CONF eend $? @@ -1436,7 +1435,7 @@ create_netbootpackage() { mkdir -p "$NETBOOT" - if ! [ -r "${CHROOT}/usr/lib/syslinux/pxelinux.0" ] ; then + if ! [ -r "${CHROOT_OUTPUT}/usr/lib/syslinux/pxelinux.0" ] ; then ewarn "File /usr/lib/syslinux/pxelinux.0 not found in build chroot." ; eend 0 eindent einfo "Install syslinux[-common] package in chroot to get a netboot package."