update driveripper vm docs to fedora 43
This commit is contained in:
@@ -52,21 +52,21 @@ Default user: `ducoterra`
|
||||
Default password: `osbuild`
|
||||
|
||||
- [ ] `passwd ducoterra`
|
||||
- [ ] `hostnamectl hostname <hostname>`
|
||||
- [ ] Updates
|
||||
- [ ] `hostnamectl hostname <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 \
|
||||
|
||||
Reference in New Issue
Block a user