Cleanup unbreakable space

This commit is contained in:
Bernhard Ehlers 2016-05-18 17:11:58 +02:00
parent 9e0e455052
commit 8d8e6ed37a
6 changed files with 6 additions and 6 deletions

View File

@ -10,5 +10,5 @@ python3 /netmap.py
/bin/iouyap 513 &
/images/iou.bin 1 || /bin/bash -i
/images/iou.bin 1 || /bin/bash -i

View File

@ -22,7 +22,7 @@
"boot_command":
[
"root<enter><wait>",
"echo \"root:gns3\" | chpasswd<enter>",
"echo \"root:gns3\" | chpasswd<enter>",
"ifconfig eth0 up && udhcpc -i eth0<enter><wait5>",
"setup-apkrepos -r<enter><wait5>",
"setup-sshd -c openssh<enter>"

View File

@ -32,7 +32,7 @@ export SSHDOPTS="-c openssh"
export NTPOPTS="-c none"
export SWAP_SIZE=0
# Answer to password question twice and yes to format drive
# Answer to password question twice and yes to format drive
setup-alpine <<EOF
gns3
gns3

View File

@ -8,7 +8,7 @@ echo "iptables -A FORWARD -i eth0 -o eth1 -j ACCEPT" >> /opt/bootlocal.sh
tce-load -wi dnsmasq
# Setup DHCP
# Setup DHCP
# A random IP range is choose at startup allowing user to put multiple access links
cat > setup_dhcp_and_ip.sh << 'EOF2'
#!/bin/sh

View File

@ -74,7 +74,7 @@ for appliance in glob.glob('appliances/*.gns3a'):
continue
config['qemu']['kvm'] = ask_multiple('KVM support for {}'.format(appliance), ['require', 'allow', 'disable'])
# Validate our changes
# Validate our changes
jsonschema.validate(config, schema)
# Save

View File

@ -75,7 +75,7 @@ for appliance in glob.glob('appliances/*.gns3a'):
versions = sorted(versions, key=lambda t: t['name'], reverse=True)
config['versions'] = versions
# Validate our changes
# Validate our changes
jsonschema.validate(config, schema)
# Save