forked from Mirror/pmbootstrap
initfs hook_ls: make clear what's not installed (#1409)
This commit is contained in:
parent
06b1f3e58f
commit
14c4845838
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ def ls(args, suffix):
|
||||||
line = "* " + hook
|
line = "* " + hook
|
||||||
if hook in hooks_chroot:
|
if hook in hooks_chroot:
|
||||||
line += " (installed)"
|
line += " (installed)"
|
||||||
|
else:
|
||||||
|
line += " (not installed)"
|
||||||
logging.info(line)
|
logging.info(line)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue