From: Armaan Bhojwani Date: Mon, 19 Jul 2021 15:17:36 +0000 (-0400) Subject: baseinit: disown hosts file X-Git-Url: https://git.armaanb.net/?p=asd-repo.git;a=commitdiff_plain;h=83dd494ff0becb752083f02d83ca11633b43e5de baseinit: disown hosts file --- diff --git a/core/baselayout/post-install b/core/baselayout/post-install new file mode 100755 index 0000000..deb8feb --- /dev/null +++ b/core/baselayout/post-install @@ -0,0 +1,5 @@ +#!/usr/bin/sh -e + +file=/var/db/kiss/installed/baselayout/manifest + +[ -w "$file" ] && sed -i '/hosts/d' "$file" diff --git a/core/baselayout/version b/core/baselayout/version index 65c9b94..3f070c0 100644 --- a/core/baselayout/version +++ b/core/baselayout/version @@ -1 +1 @@ -0 3 +0 4