+discussions
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
fea5fb3801
commit
ab84a3cece
2 changed files with 30 additions and 0 deletions
18
docs/dev/logs/2014-09-10.preos-keys
Normal file
18
docs/dev/logs/2014-09-10.preos-keys
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
|
||||||
|
cdist preos keyramfs --keyfile --keyfile
|
||||||
|
|
||||||
|
[17:51] freiheit:vcs% mkdir preos-keys
|
||||||
|
[17:51] freiheit:vcs% mkdir -p preos-keys/root/.ssh
|
||||||
|
[17:56] freiheit:vcs%
|
||||||
|
|
||||||
|
chown root:root -R preos-keys/
|
||||||
|
chmod 0600 preos-keys/root/.ssh/authorized_keys
|
||||||
|
|
||||||
|
chmod 0700 preos-keys/root/
|
||||||
|
chmod 0700 preos-keys/root/.ssh/
|
||||||
|
|
||||||
|
[18:20:17] freiheit:/home/users/nico/.ungleich/ungleich/vcs/preos-keys# find . | cpio -H newc -o | gzip -9 > ../initramfs.cpio.gz
|
||||||
|
4 blocks
|
||||||
|
[18:21:08] freiheit:/home/users/nico/.ungleich/ungleich/vcs/preos-keys#
|
||||||
|
|
||||||
|
|
12
docs/dev/logs/2014-11-11.discussion
Normal file
12
docs/dev/logs/2014-11-11.discussion
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
- logging/cache rework
|
||||||
|
local:
|
||||||
|
~/.cdist/log/by-host/$__target/host/config/YYYY/MM/DD/hhmmss/
|
||||||
|
~/.cdist/log/by-session/YYYY/MM/DD/hhmmss/$__target_host/
|
||||||
|
config/
|
||||||
|
install/
|
||||||
|
export/
|
||||||
|
remote:
|
||||||
|
/var/lib/cdist/YYYY-MM-DD-hhmmss-$sourcehost.$pid
|
||||||
|
|
||||||
|
- export
|
||||||
|
|
Loading…
Reference in a new issue