Correcting chroot call for update-initramfs in lh_chroot_hacks.

This commit is contained in:
Daniel Baumann 2009-05-03 09:25:06 +02:00
parent 4709ece48f
commit 60d87f4f91
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ EOF
fi
# Update initramfs
Chroot "update-initramfs -k all -t -u"
Chroot chroot "update-initramfs -k all -t -u"
;;
esac