Improvement:
- grub-btrfs.path:
- Allows the unit to start and stop automatically when the mount point is detected.
If the mount point is already mounted when the unit is activatedsystemctl enable grub-btrfs.path
,
it will be necessary to start the unit for monitoring to beginsystemctl start grub-btrfs.path
.
Refer #139 and #138 (comment) for further explanations.
- Allows the unit to start and stop automatically when the mount point is detected.
Remember to modify your configuration accordingly.
Miscellaneous:
-
Makefile:
- Make sure make is invoked with appropriate permissions (#146)
-
Readme :
- Update "Automatically update grub" section following the recent change in the grub-btrfs.path unit.
- Add information to be able to update the grub-btrfs menu every time the system is restart/shutdown.