Skip to content

Commit

Permalink
Tag installed policy-rc.d file
Browse files Browse the repository at this point in the history
Useful in case it is not cleaned up and later on found on an installed system.
  • Loading branch information
zeha committed Aug 12, 2024
1 parent 7774343 commit e591bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chroot-script
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e591bd1

Please sign in to comment.