From e591bd1a7f56049120c3dd22b4eea1c9ecb43e36 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 12 Aug 2024 16:22:17 +0200 Subject: [PATCH] Tag installed policy-rc.d file Useful in case it is not cleaned up and later on found on an installed system. --- chroot-script | 1 + 1 file changed, 1 insertion(+) diff --git a/chroot-script b/chroot-script index c356bc80..ea194d0c 100755 --- a/chroot-script +++ b/chroot-script @@ -220,6 +220,7 @@ install_policy_rcd() { export POLICYRCD=1 cat > /usr/sbin/policy-rc.d << EOF #!/bin/sh +# Installed by grml-debootstrap chroot-script. exit 101 EOF chmod 775 /usr/sbin/policy-rc.d