|
@ -1,9 +1,10 @@ |
|
|
#!/bin/bash |
|
|
#!/bin/bash |
|
|
# create-arista-veos-image.sh V1.1 |
|
|
|
|
|
|
|
|
# create-arista-veos-image.sh V1.11 |
|
|
# HS-Fulda - sebastian.rieger@informatik.hs-fulda.de |
|
|
# HS-Fulda - sebastian.rieger@informatik.hs-fulda.de |
|
|
# |
|
|
# |
|
|
# changelog: |
|
|
# changelog: |
|
|
# V1.1 added injection of config defined in VM Maestro using config-drivex |
|
|
# V1.1 added injection of config defined in VM Maestro using config-drivex |
|
|
|
|
|
# V1.11 fixed device mapping of extracted partitions, fixed problems with stale swi directory |
|
|
|
|
|
|
|
|
# usage |
|
|
# usage |
|
|
if [ ! $# -eq 3 ] ; then |
|
|
if [ ! $# -eq 3 ] ; then |
|
|