aboutsummaryrefslogtreecommitdiff
path: root/test/integ-test/integ-test-configs/static/bootstrap.sh
blob: 847ae99ff5626a00785503a4bac6d282d9f51200 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive

echo Example boostrap configuration
apt-get install hello

echo '#!/bin/sh
exit 0' > /etc/rc.local

# Don't want to run this accidentally.
chmod 0 /usr/local/sbin/bootstrap
nihil fit ex nihilo