shimboot/bootloader/opt/mount-encrypted

5 lines
194 B
Plaintext
Raw Normal View History

2024-06-21 01:37:05 -04:00
#!/bin/bash
#this fixes chrome os persistence by adding the "--unsafe" flag to all invocations of mount-encrypted
/tmp/mount-encrypted.real "$@" --unsafe 2>&1 | tee -a /tmp/mount-encrypted.log