summaryrefslogtreecommitdiff
path: root/scripts/installer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/installer.sh')
-rwxr-xr-xscripts/installer.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/installer.sh b/scripts/installer.sh
index c974951..589574d 100755
--- a/scripts/installer.sh
+++ b/scripts/installer.sh
@@ -115,6 +115,7 @@ install_base () {
}
copy_resolvconf () {
+ [ ! -d $sysroot/etc ] && mkdir $sysroot/etc
cp /etc/resolv.conf $sysroot/etc/resolv.conf
}