Skip to content

Commit

Permalink
Add a message for fs label too
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t committed Dec 8, 2023
1 parent effcae8 commit c411e59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfilesystem/boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
if lj_mount.label != desired_label:
remount("/", False)
lj_mount.label = desired_label
stash += "Reset filesystem label.\n"
remount("/", True)
print("N", end="")

Expand Down

0 comments on commit c411e59

Please sign in to comment.