ICT: Diary
D: 28 W: 05
| < | December 2023 | > | ||||
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| 31 | ||||||
[ < ]
Saturday, 30 December 2023 [ >
]
Libretto 70CT
Created an 20 Gbyte virtual partition:
sudo /usr/bin/qemu-img create -f qcow2 29.img 20G
Then installed 2.9 OpenBSD
/usr/local/bin/qemu-system-i386 -m 2048 -monitor stdio \ -hda 29.img -cdrom /dev/cd0a -boot d
Needed increase ulimit[hint] and had to run locally on the machine.
The default e1000 nic was not found by OpenBSD 2.9 so created a qemu startup script:
#! /bin/sh -x
# Start Qemu OpenBSD 2.9
#
/usr/local/bin/qemu-system-i386 -m 2048 \
-device rtl8139,netdev=net0 \
-netdev user,id=net0 \
-no-fd-bootchk \
-monitor stdio \
-hda 29.img \
-cdrom /dev/cd0a
After creating a hostname.rl0 with dhcp it automatically obtained the Qemu default address.
$Id: dates.htm,v 1
$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $