Last active
October 5, 2021 08:55
-
-
Save hapylestat/1b2c3857c8e70ad5e9527a5152c881e1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://gist.githubusercontent.com/hapylestat/1b2c3857c8e70ad5e9527a5152c881e1/raw/87972ed8c5943b9a269de128b532c5b3521fa023/disable_lvm_warnings.sh | bash - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$!/bin/bash | |
echo "export LVM_SUPPRESS_FD_WARNINGS=1" >> /etc/environment | |
echo "export LVM_SUPPRESS_FD_WARNINGS=1" >> /etc/profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment