X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=5654b12b26cb3bc9f9939e2cf07c300aa315c835;hp=b2158aa4407b3def53754f1119ec36f932b3e007;hb=c852c935af341e15b5174247e9c6cd23a3c2fc2f;hpb=ee2a7490fd324489ab008239c0b8657e880df2db diff --git a/chroot-script b/chroot-script index b2158aa..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 \ - remove_apt_cache kernel packages extrapackages 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