X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=a6dcafb7cc9c6c69b98977ef57727e98393f9a24;hp=4a683017682e68535174b18b73480bcad16a83d7;hb=1d82b15d9d2a0c438ac8d44d053cf3e0e5c89710;hpb=c5517473e37ed6e8205e2b7d55b1c1043e7abfaf diff --git a/grml-live b/grml-live index 4a68301..a6dcafb 100755 --- a/grml-live +++ b/grml-live @@ -147,7 +147,13 @@ fi # source main configuration file: LIVE_CONF=/etc/grml/grml-live.conf -. $LIVE_CONF +if ! [ -r "$LIVE_CONF" ] ; then + ewarn "Configuration file $LIVE_CONF can not be read, ignoring" +else + einfo "Sourcing configuration file $LIVE_CONF" + . $LIVE_CONF + eend $? +fi # }}} # umount all directories {{{