kernel-install: (EFI) really install kernel image

Not only add it to the configuration.

Fixes QubesOS/qubes-issues#1492
pull/5/head
Marek Marczykowski-Górecki 9 years ago
parent 8a9d3de1ef
commit 1430861c6b
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -58,6 +58,7 @@ case "$COMMAND" in
# then change the default
sed -e "s/default=.*/default=$KVER/" -i $EFI_DIR/xen.cfg
cp "/boot/vmlinuz-$KVER" "$EFI_DIR/"
dracut -f "$EFI_DIR/initramfs-${KVER}.img" "$KVER"
;;
remove)

Loading…
Cancel
Save