From 4bac1f97b9990e70d71639ed1678a4256cc26098 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 17:47:44 +0100 Subject: added default cmd option --- scripts/installer.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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 } -- cgit v1.2.1