[rhinstaller/anaconda/pulls/127 master] Test that LVM device is encrypted.

mulkieran installerbot-noreply at redhat.com
Wed Jun 3 18:26:24 UTC 2015


I thought of setting flags -e -o pipefail using %post --interpreter option, but it seems like

```
%post --interpreter="/usr/bin/bash -e -o pipefail"
```
but I think that is doomed to fail because entire string "/usr/bin/bash -e -o pipefail" is interpreted as the command to be passed to subprocess.
-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/127


More information about the anaconda-patches mailing list