Created new image but it doesn't show on map
Posted: Sun Sep 02, 2018 4:47 am
created opt/unetlab/html/templates/ct.php
Did I miss a step?
thanks!
created /opt/unetlab/html/includes/config.php$p['type'] = 'qemu';
$p['name'] = 'CTX';
$p['cpulimit'] = 1;
$p['icon'] = 'ctx.png';
$p['cpu'] = 4;
$p['ram'] = 3072;
$p['ethernet'] = 1;
$p['console'] = 'vnc';
$p['qemu_arch'] = 'x86_64';
$p['qemu_nic'] = 'e1000-82545em';
$p['qemu_options'] = '--machine pc-q35-2.4,accel=kvm -cpu Penryn,vendor=GenuineIntel -smp 4,cores=2 -usb -device usb-kbd -usbdevice tablet -smbios type=2 -nodefaults -vga std';
I even restart the machine, when I try to add a node to the map there is no "ct test" that shows up.
$custom_templates = Array(
'ct' => 'ct test'
);
Did I miss a step?
thanks!