auto: bootstrapping sparky
This commit is contained in:
parent
172e5faefa
commit
3381e2e689
|
@ -12,7 +12,7 @@ for the root user.
|
||||||
read -p "Confirm host had been setup using the above steps...(yes|no): " confirm
|
read -p "Confirm host had been setup using the above steps...(yes|no): " confirm
|
||||||
[ "$confirm" != "yes" ] && echo "Exiting" && exit 0
|
[ "$confirm" != "yes" ] && echo "Exiting" && exit 0
|
||||||
|
|
||||||
hostname="bootstrap"
|
hostname="sparky"
|
||||||
ip="192.168.122.192"
|
ip="192.168.122.192"
|
||||||
config="bootstrap"
|
config="bootstrap"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue