Comment 1 for bug 1011191

Revision history for this message
Carlos Eduardo Alves (kmiksi) wrote :

This happend because of a broken symlink.
To really test if resolv.conf exist, use:
 if [ ! -e "$REMASTER_DIR/etc/resolv.conf" -a ! -h "$REMASTER_DIR/etc/resolv.conf" ] ; then

So, you can retain the failure message if resolv.conf really not exist.