mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
mkosi: update the boot loader from our freshly built one
This commit is contained in:
parent
a53f90ca24
commit
d10ba83a1b
@ -90,3 +90,8 @@ cat > "$DESTDIR"/etc/issue <<EOF
|
||||
Kernel \r on an \m (\l)
|
||||
|
||||
EOF
|
||||
|
||||
# Manually update the boot loader from the one we just built
|
||||
mkdir -p "$DESTDIR"/boot/efi/EFI/systemd "$DESTDIR"/boot/efi/EFI/BOOT
|
||||
cp "$DESTDIR"/usr/lib/systemd/boot/efi/systemd-bootx64.efi "$DESTDIR"/boot/efi/EFI/systemd/systemd-bootx64.efi
|
||||
cp "$DESTDIR"/usr/lib/systemd/boot/efi/systemd-bootx64.efi "$DESTDIR"/boot/efi/EFI/BOOT/bootx64.efi
|
||||
|
Loading…
Reference in New Issue
Block a user