doc/makefu: init logbook
add the logbooks i created for install_fileleech and transfer of gum
This commit is contained in:
parent
4221210d5a
commit
319add4343
17
doc/makefu/logbook/install_fileleech.md
Normal file
17
doc/makefu/logbook/install_fileleech.md
Normal file
@ -0,0 +1,17 @@
|
||||
# install fileleech
|
||||
|
||||
```
|
||||
builder$ python3 host.py --create-ssh-keys --create-passwords fileleech
|
||||
iso$ fdisk /dev/sda # 3 partitions, grub,boot,crypt
|
||||
iso$ cryptsetup luksFormat /dev/sda3 --cipher aes-xts-plain64 -s 512 -h sha512
|
||||
iso$ cryptsetup luksAddKey /dev/sda3 hddkey
|
||||
iso$ cryptsetup luksOpen --keyfile-size=4096 -d /dev/disk/by-id/usb-Intuix_DiskOnKey_09A07360336198F8-0:0 /dev/disk/by-id/ata-INTEL_SSDSA2M080G2GC_CVPO003402PB080BGN-part3 luksroot
|
||||
iso$ mkfs.ext4 -Lnixboot /dev/sda2
|
||||
iso$ mkfs.ext4 -Lroot /dev/mapper/luksroot
|
||||
iso$ echo 1 > /proc/sys/net/ipv6/conf/enp8s0f0/disable_ipv6
|
||||
iso$ mount /dev/mapper/luksroot /mnt
|
||||
iso$ mkdir /mnt/boot
|
||||
iso$ mount /dev/sda2 /mnt/boot
|
||||
iso$ mkdir -p /mnt/var/src
|
||||
iso$ touch /mnt/var/src/.populate
|
||||
```
|
16
doc/makefu/logbook/transfer_gum.md
Normal file
16
doc/makefu/logbook/transfer_gum.md
Normal file
@ -0,0 +1,16 @@
|
||||
# transfer gum to new hosts
|
||||
|
||||
```
|
||||
builder$ vim krebs/3modules/makefu/default.nix
|
||||
## update ip
|
||||
builder$ vim makefu/1systems/gum.nix
|
||||
## update hardware config
|
||||
|
||||
old-gum$ rsync --progress -lprtvzF . <newip>:/mnt/
|
||||
|
||||
new-gum$ touch /mnt/var/src/.populate
|
||||
new-gum$ gdisk /dev/sda r;g;w # gpt to mbr
|
||||
|
||||
builder$ make -C ~/stockholm system=gum target=vcygfnhdxyxr47zu.onion install
|
||||
|
||||
```
|
Loading…
Reference in New Issue
Block a user