Skip to content

Commit

Permalink
fix[close #77]: fstab ignored during boot
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Feb 17, 2024
1 parent c39c526 commit 2cff530
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Unit]
Description=Mount ABRoot fstab entries at boot
After=network.target
Before=graphical.target

[Service]
Type=oneshot
ExecStart=/.system/usr/bin/mount -a

[Install]
WantedBy=multi-user.target
4 changes: 4 additions & 0 deletions modules/211-abroot-fstab-mount.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: abroot-fstab-mount
type: shell
commands:
- ln -s /usr/lib/systemd/system/abroot-mount-fstab.service /etc/systemd/system/multi-user.target.wants/abroot-mount-fstab.service
1 change: 1 addition & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ modules:
- modules/170-gnome-software-vso-plugin
- modules/200-gnome-common
- modules/210-libs-extra
- modules/211-abroot-fstab-mount
- modules/998-vanilla-cleanup
- modules/999-pkg-cleanup

Expand Down

0 comments on commit 2cff530

Please sign in to comment.