Browse Source

Fix wipefs problem

pull/294/head
Xavier Petit 5 years ago
parent
commit
57efa74aa9
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 2
      scripts/system/etc/gdm3/PostSession/Default

2
scripts/system/etc/gdm3/PostSession/Default

@ -23,4 +23,4 @@ systemctl stop user@1000.service
kill $(lsof -t "$HOME" /mnt) $(ps --no-headers -u "$USER" -o pid)
umount "$HOME"/.cache "$HOME" /mnt
umount /dev/disk/by-partlabel/01-home ||:
wipefs -a /dev/disk/by-partlabel/01-tmp-home
/usr/sbin/wipefs -a /dev/disk/by-partlabel/01-tmp-home

Loading…
Cancel
Save