mirror-env/roles/README.md

1.1 KiB

to update

  • hosts + ansible.cfg
  • group_vars
  • quote the file mode (0777 -> '0777')
  • add directory_mode to set directory permission
  • double check src and dest behaviour with trailing /
    • could check that copy works like rsync

other info

troubleshooting: try to load the kvm module with modprobe kvm_intel

interface should automatically come up but can also use $ virt-viewer --domain-name mirror if vm is on a remote machine $ virt-viewer --connect qemu+ssh://user@host.example.com/system vmnamehere

for now just have a folder of screenshots

  • change name of lvm volume from "lv0-root" to just "root" troubleshooting: ignore "failed to unmount /cdrom" and just ctrl+c in viewer

login into your created user (from install), change to root, and create password for root $ sudo su type in your password $ passwd create root password

may already be mounted but just to be sure $ zfs mount -a