Skip to content
Snippets Groups Projects
Commit 92068f94 authored by Daniel Schulte's avatar Daniel Schulte
Browse files

Bugfix: Check-Condition falschrum

parent c16b3910
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ $(call gentargets,$(STATE_DIR)/rootfs_extracted) : $(call archdir,%)$(STATE_DIR)
rootfs_prepare : $(ARCH_DIR)$(STATE_DIR)/rootfs_prepared
$(call gentargets,$(STATE_DIR)/rootfs_prepared) : $(call archdir,%)$(STATE_DIR)/rootfs_extracted
test ! -e /etc/resolv.conf
test -e /etc/resolv.conf
test ! -e "$(call archdir,$*)$(ROOTFS)/usr/sbin/init.lxc"
test ! -e "$(call archdir,$*)$(ROOTFS)/remaster/"
if [ -e "$(call archdir,$*)$(ROOTFS)/etc/resolv.conf" ]; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment