diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-10-08 12:40:19 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-10-08 12:40:19 +0200 |
commit | ce6be946d024aa55a15d576388d05f90be671cf2 (patch) | |
tree | fa1053446a3fb06daee8438c1ff664cb36c0abcb /.bin/clear-efi-suspend | |
parent | 703ed1915c69911a95cab6e1fb6524629c976800 (diff) | |
download | dots-ce6be946d024aa55a15d576388d05f90be671cf2.tar.gz |
Sat Oct 8 12:40:19 PM CEST 2022
Diffstat (limited to '.bin/clear-efi-suspend')
-rwxr-xr-x | .bin/clear-efi-suspend | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.bin/clear-efi-suspend b/.bin/clear-efi-suspend deleted file mode 100755 index 9086ef3..0000000 --- a/.bin/clear-efi-suspend +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -set -xe - -mkdir -p /dev/pstore -mount -t pstore pstore /dev/pstore -ls /dev/pstore -rm -f /dev/pstore/* - -rm /sys/firmware/efi/efivars/dump-type0-* |