aboutsummaryrefslogtreecommitdiff
path: root/fai/config/hooks/instsoft.MINIMAL
blob: 7f66b920f7bfda0d43834cc16001c5324188346b (plain)
1
2
3
4
5
6
7
#!/bin/bash

# tag Debian Edu machine as a workstation
if [ -f $target/etc/debian-edu/config ]; then
	sed -i $target/etc/debian-edu/config -e "s/^PROFILE=.*$/PROFILE=\"Minimal\"/"
fi