diff --git a/rootfilesystem/boot.py b/rootfilesystem/boot.py index 0c265e04..f8da1473 100644 --- a/rootfilesystem/boot.py +++ b/rootfilesystem/boot.py @@ -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="")