diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/installer.sh | 1 |
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 } |