Skip to content

Commit

Permalink
Add efistub-ucode service.
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Oct 13, 2015
1 parent 052d86d commit e3bcfa4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## HEAD

- Add efistub-ucode service.

## 1.4.0

- Add rEFInd update service.
Expand Down
8 changes: 8 additions & 0 deletions system/efistub-ucode-update.path
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Unit]
Description=Copy Intel microcode to UEFISYS Partition

[Path]
PathChanged=/boot/intel-ucode.img

[Install]
WantedBy=multi-user.target
6 changes: 6 additions & 0 deletions system/efistub-ucode-update.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Unit]
Description=Copy Intel microcode to UEFISYS Partition

[Service]
Type=oneshot
ExecStart=/usr/bin/cp -f /boot/intel-ucode.img /boot/efi/EFI/arch/intel-ucode.img

0 comments on commit e3bcfa4

Please sign in to comment.