This commit is contained in:
teldra 2021-05-09 14:56:04 +02:00
parent 84d28388d8
commit 8f20d35690
2 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ echo "xr = sudo xbps-remove -R deinstallieren"
echo "xs = xbps-query -Rs suchen"
echo ""
echo "backup backup machen"
echo "snapshot snapshots instellen"
echo "snapshot snapshots einstellen"
echo ""

View File

@ -102,7 +102,7 @@ sed -i "/FONT=/s/^#//g" /etc/rc.conf
echo '0 * * * * /usr/bin/void-snapshot cron #void.system' > /var/spool/cron/root
if [[ ! ${cfg[fde_key_store]} == "none" ]]; then
echo "Install pw is 'oem'" > /etc/runit/core-services/99-changepwdisk.sh
echo "echo \"Install pw is \'oem\'\"" > /etc/runit/core-services/99-changepwdisk.sh
echo "read -p \"Change PW for disk? y/n \" answer" >> /etc/runit/core-services/99-changepwdisk.sh
echo "if [ \"\${answer}\" = \"y\" ]; then" >> /etc/runit/core-services/99-changepwdisk.sh
echo " while ! cryptsetup luksChangeKey /dev/disk/by-uuid/${cfg[partuuid]}; do" >> /etc/runit/core-services/99-changepwdisk.sh