Skip to content

Commit e3bcfa4

Browse files
committed
Add efistub-ucode service.
1 parent 052d86d commit e3bcfa4

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## HEAD
4+
5+
- Add efistub-ucode service.
6+
37
## 1.4.0
48

59
- Add rEFInd update service.

system/efistub-ucode-update.path

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[Unit]
2+
Description=Copy Intel microcode to UEFISYS Partition
3+
4+
[Path]
5+
PathChanged=/boot/intel-ucode.img
6+
7+
[Install]
8+
WantedBy=multi-user.target

system/efistub-ucode-update.service

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[Unit]
2+
Description=Copy Intel microcode to UEFISYS Partition
3+
4+
[Service]
5+
Type=oneshot
6+
ExecStart=/usr/bin/cp -f /boot/intel-ucode.img /boot/efi/EFI/arch/intel-ucode.img

0 commit comments

Comments
 (0)