kernel-install: (EFI) really install kernel image
Not only add it to the configuration. Fixes QubesOS/qubes-issues#1492
This commit is contained in:
parent
8a9d3de1ef
commit
1430861c6b
@ -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…
Reference in New Issue
Block a user