[scripts] force removal of entropy pid file from system image

This commit is contained in:
Fabio Erculiani
2011-08-31 11:43:03 +02:00
parent cabccec56b
commit af72ab84ed
6 changed files with 22 additions and 0 deletions

View File

@@ -10,3 +10,7 @@ fi
# remove entropy hwash
rm -f "${CHROOT_DIR}"/etc/entropy/.hw.hash
# remove entropy pid file
rm -f "${CHROOT_DIR}"/var/run/entropy/entropy.lock
exit 0