update driveripper vm docs to fedora 43

This commit is contained in:
2026-04-06 11:43:29 -04:00
parent 32e78e9bcf
commit b78c205c9a

View File

@@ -52,21 +52,21 @@ Default user: `ducoterra`
Default password: `osbuild` Default password: `osbuild`
- [ ] `passwd ducoterra` - [ ] `passwd ducoterra`
- [ ] `hostnamectl hostname <hostname>`
- [ ] Updates - [ ] Updates
- [ ] `hostnamectl hostname <hostname>`
- [ ] Static IP and DNS address - [ ] Static IP and DNS address
```bash ```bash
# Convert the build to raw # Convert the build to raw
qemu-img convert -f qcow2 -O 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 /srv/vm/pool1/fedora-boot.raw
# Install (Change password for default user ducoterra!) # Install (Change password for default user ducoterra!)
virt-install \ virt-install \
--boot uefi,firmware.feature0.name=secure-boot,firmware.feature0.enabled=no \ --boot uefi,firmware.feature0.name=secure-boot,firmware.feature0.enabled=no \
--cpu host-passthrough --vcpus sockets=1,cores=8,threads=2 \ --cpu host-passthrough --vcpus sockets=1,cores=8,threads=2 \
--ram=8192 \ --ram=4096 \
--os-variant=fedora41 \ --os-variant=fedora41 \
--network bridge:bridge0 \ --network bridge:bridge0 \
--graphics none \ --graphics none \
@@ -135,7 +135,7 @@ virt-install \
--boot uefi,firmware.feature0.name=secure-boot,firmware.feature0.enabled=no \ --boot uefi,firmware.feature0.name=secure-boot,firmware.feature0.enabled=no \
--cpu host-passthrough --vcpus sockets=1,cores=8,threads=2 \ --cpu host-passthrough --vcpus sockets=1,cores=8,threads=2 \
--ram=8192 \ --ram=8192 \
--os-variant=fedora41 \ --os-variant=fedora43 \
--network bridge:bridge0 \ --network bridge:bridge0 \
--graphics none \ --graphics none \
--console pty,target.type=virtio \ --console pty,target.type=virtio \