We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53f90c commit d10ba83Copy full SHA for d10ba83
mkosi.build
@@ -90,3 +90,8 @@ cat > "$DESTDIR"/etc/issue <<EOF
90
Kernel \r on an \m (\l)
91
92
EOF
93
+
94
+# Manually update the boot loader from the one we just built
95
+mkdir -p "$DESTDIR"/boot/efi/EFI/systemd "$DESTDIR"/boot/efi/EFI/BOOT
96
+cp "$DESTDIR"/usr/lib/systemd/boot/efi/systemd-bootx64.efi "$DESTDIR"/boot/efi/EFI/systemd/systemd-bootx64.efi
97
+cp "$DESTDIR"/usr/lib/systemd/boot/efi/systemd-bootx64.efi "$DESTDIR"/boot/efi/EFI/BOOT/bootx64.efi
0 commit comments