Merge "Use dib-run-parts on dib-first-boot."
This commit is contained in:
commit
ded16a0eb3
@ -5,7 +5,7 @@ set -o xtrace
|
|||||||
touch /var/log/first-boot.d.log
|
touch /var/log/first-boot.d.log
|
||||||
chmod 0600 /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
|
rm -fr /etc/first-boot.d
|
||||||
# delete itself
|
# delete itself
|
||||||
rm $0
|
rm $0
|
||||||
|
Loading…
Reference in New Issue
Block a user