Merge "Use dib-run-parts on dib-first-boot."

This commit is contained in:
Jenkins 2013-06-19 22:27:27 +00:00 committed by Gerrit Code Review
commit ded16a0eb3

View File

@ -5,7 +5,7 @@ set -o xtrace
touch /var/log/first-boot.d.log
chmod 0600 /var/log/first-boot.d.log
run-parts /etc/first-boot.d >> /var/log/first-boot.d.log 2>&1
dib-run-parts /etc/first-boot.d >> /var/log/first-boot.d.log 2>&1
rm -fr /etc/first-boot.d
# delete itself
rm $0