Always execute install_policy_rcd in chroot [Closes: issue778]
[grml-debootstrap.git] / chroot-script
index 93e2133..f056f61 100755 (executable)
@@ -418,7 +418,11 @@ finalize() {
 # }}}
 
 # execute the functions {{{
- for i in chrootmirror grmlrepos kernelimg_conf install_policy_rcd \
+
+ # always execute install_policy_rcd
+ install_policy_rcd
+
+ for i in chrootmirror grmlrepos kernelimg_conf \
      kernel packages extrapackages reconfigure hosts interfaces   \
      timezone fstab hostname initrd grub_config passwords custom_scripts   \
      services ; do