diff --git a/active/device_driveripper/driveripper.md b/active/device_driveripper/driveripper.md index 4f7f3af..1019a19 100644 --- a/active/device_driveripper/driveripper.md +++ b/active/device_driveripper/driveripper.md @@ -52,21 +52,21 @@ Default user: `ducoterra` Default password: `osbuild` - [ ] `passwd ducoterra` -- [ ] `hostnamectl hostname ` - [ ] Updates +- [ ] `hostnamectl hostname ` - [ ] Static IP and DNS address ```bash # Convert the build to raw qemu-img convert -f qcow2 -O raw \ -/srv/smb/pool0/ducoterra/images/builds/fedora-43-base.qcow2 \ +/srv/smb/pool0/ducoterra/images/builds/fedora43-base.qcow2 \ /srv/vm/pool1/fedora-boot.raw # Install (Change password for default user ducoterra!) virt-install \ --boot uefi,firmware.feature0.name=secure-boot,firmware.feature0.enabled=no \ --cpu host-passthrough --vcpus sockets=1,cores=8,threads=2 \ ---ram=8192 \ +--ram=4096 \ --os-variant=fedora41 \ --network bridge:bridge0 \ --graphics none \ @@ -135,7 +135,7 @@ virt-install \ --boot uefi,firmware.feature0.name=secure-boot,firmware.feature0.enabled=no \ --cpu host-passthrough --vcpus sockets=1,cores=8,threads=2 \ --ram=8192 \ ---os-variant=fedora41 \ +--os-variant=fedora43 \ --network bridge:bridge0 \ --graphics none \ --console pty,target.type=virtio \