X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=chroot-script;h=5654b12b26cb3bc9f9939e2cf07c300aa315c835;hb=c852c935af341e15b5174247e9c6cd23a3c2fc2f;hp=d1bdb958d9c73b2e26999375d2f88c64400aa72a;hpb=64c45991d59f9caa9e4fb18c035a789718b71001;p=grml-debootstrap.git diff --git a/chroot-script b/chroot-script index d1bdb95..5654b12 100755 --- a/chroot-script +++ b/chroot-script @@ -441,9 +441,9 @@ trap signal_handler HUP INT QUIT TERM install_policy_rcd for i in chrootmirror grmlrepos kernelimg_conf \ - kernel packages extrapackages remove_apt_cache reconfigure hosts interfaces \ - timezone fstab hostname initrd grub_config passwords custom_scripts \ - services ; do + kernel packages extrapackages reconfigure hosts interfaces \ + timezone fstab hostname initrd grub_config passwords \ + custom_scripts remove_apt_cache services ; do if stage $i ; then $i && stage $i done || exit 1 fi