forked from pub-solar/os
Revert "ryzensun: use tee in initrd postCommand script"
This reverts commit 3dcb4045f5
.
This commit is contained in:
parent
3dcb4045f5
commit
3f70d1c62a
|
@ -48,8 +48,7 @@ in {
|
||||||
};
|
};
|
||||||
postCommands = ''
|
postCommands = ''
|
||||||
# Automatically ask for the password on SSH login
|
# Automatically ask for the password on SSH login
|
||||||
echo 'cryptsetup-askpass || echo "Unlock was successful; exiting SSH session" && exit 1' \
|
echo 'cryptsetup-askpass || echo "Unlock was successful; exiting SSH session" && exit 1' >> /root/.profile
|
||||||
| tee /root/.profile
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue