fixed now wrong update-initramfs
This commit is contained in:
parent
fa6cd42a4e
commit
1a36774bef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue