File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ IPv4 range : ${ip4}0 255.255.255.0
161
161
DHCP range : ${ip4} 128 - ${ip4} 150
162
162
Bridge IPv6 address : ${ip6} 1/64
163
163
IPv6 range : ${ip6} /64
164
- DHCPv6 range : ${ip6} 128/24 - ${ip4 } 150/24
164
+ DHCPv6 range : ${ip6} 128/64 - ${ip6 } 150/64
165
165
DNS Servers : ${ip4} 1 and ${ip6} 1
166
166
EOF
167
167
echo " ~/${name} _report.txt writed : "
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ size="8"
27
27
# Hypervisor can be 'qemu', 'kvm' or 'xen'
28
28
hypervisor=" kvm"
29
29
# RAM in Mb
30
- memory=" 512 "
30
+ memory=" 256 "
31
31
# Graphics 'none' or 'vnc'
32
32
graphics=" none"
33
33
# Network interface and model 'virtio' or 'rtl8139' or 'e1000'
83
83
cp /var/lib/libvirt/images/$image /var/lib/libvirt/images/$disk
84
84
85
85
# # Customize this new guest disk
86
- virt-sysprep -a /var/lib/libvirt/images/$disk --hostname $name --selinux-relabel --quiet
86
+ # # virt-sysprep -a /var/lib/libvirt/images/$disk --hostname $name --selinux-relabel --quiet
87
87
# virt-sysprep -a guest.img --firstboot ./yum-update.sh --firstboot ./set-desktop.sh
88
88
# virt-sysprep --script --run-command --upload
89
89
You can’t perform that action at this time.
0 commit comments