Always execute install_policy_rcd in chroot [Closes: issue778]
authorUlrich Dangel <uli@spamt.net>
Sun, 22 Nov 2009 14:20:20 +0000 (15:20 +0100)
committerUlrich Dangel <uli@spamt.net>
Sun, 22 Nov 2009 14:22:11 +0000 (15:22 +0100)
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