rename hibernate script

This commit is contained in:
Jake Day 2018-04-01 13:23:07 -04:00
parent 453ee41024
commit e0e1fddf53
2 changed files with 2 additions and 2 deletions

View file

@ -61,9 +61,9 @@ For the i915_firmware files (series 3/4/5 devices only), please select the versi
```
sudo cp -R root/* /
```
2. Make /lib/systemd/system-sleep/hibernate.sh as executable:
2. Make /lib/systemd/system-sleep/hibernate as executable:
```
sudo chmod a+x /lib/systemd/system-sleep/hibernate.sh
sudo chmod a+x /lib/systemd/system-sleep/hibernate
```
3. (Series 4/5 only) Extract ipts_firmware_[VERSION].zip to /lib/firmware/intel/ipts/
```