fixed now wrong update-initramfs

This commit is contained in:
Marcus 2023-05-06 23:39:12 +02:00
parent fa6cd42a4e
commit 1a36774bef
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ message "grub-install $target"
$CHROOTCMD grub-install ${target::-1} || error
message "create initramfs"
$CHROOTCMD /usr/sbin/update-initramfs.orig.initramfs-tools -k all -c || error
$CHROOTCMD /usr/sbin/update-initramfs -k all -c || error
message "update-grub"
$CHROOTCMD /usr/sbin/update-grub || error