Skip to content

Commit

Permalink
overlay/systemd: add boot.mount unit
Browse files Browse the repository at this point in the history
Add boot.mount unit so the systemd gpt mount generator doesn't think the
efi system partition should be /boot.
  • Loading branch information
Andrew Jeddeloh committed Jun 19, 2019
1 parent a0ec372 commit 37df48b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions overlay/usr/lib/systemd/system/boot.mount
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Unit]
Description=Boot partition
# From fedora-coreos-config
# This prevents the systemd-gpt-auto-generator from generating a mount unit for
# /boot using the ESP.

[Mount]
What=/dev/disk/by-label/boot
Where=/boot

0 comments on commit 37df48b

Please sign in to comment.