remove unneeded ssh key stuff from persist and fix the bcachefs wipe script
This commit is contained in:
parent
c874e62fda
commit
bf0e130d41
2 changed files with 1 additions and 11 deletions
|
|
@ -102,7 +102,7 @@
|
||||||
mkdir -p /btrfs_tmp/old_homes
|
mkdir -p /btrfs_tmp/old_homes
|
||||||
timestamp=$(date --date="@$(stat -c %Y /btrfs_tmp/home)" "+%Y-%m-%-d_%H:%M:%S")
|
timestamp=$(date --date="@$(stat -c %Y /btrfs_tmp/home)" "+%Y-%m-%-d_%H:%M:%S")
|
||||||
mv /btrfs_tmp/home "/btrfs_tmp/old_homes/$timestamp"
|
mv /btrfs_tmp/home "/btrfs_tmp/old_homes/$timestamp"
|
||||||
"copy complete!"
|
echo "copy complete!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -64,16 +64,6 @@
|
||||||
inInitrd = true;
|
inInitrd = true;
|
||||||
how = "symlink";
|
how = "symlink";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
file = "/etc/ssh/ssh_host_rsa_key";
|
|
||||||
how = "symlink";
|
|
||||||
configureParent = true;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
file = "/etc/ssh/ssh_host_ed25519_key";
|
|
||||||
how = "symlink";
|
|
||||||
configureParent = true;
|
|
||||||
}
|
|
||||||
"/var/lib/usbguard/rules.conf"
|
"/var/lib/usbguard/rules.conf"
|
||||||
|
|
||||||
# creates a symlink on the volatile root
|
# creates a symlink on the volatile root
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue