Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asenci authored Apr 18, 2018
1 parent 73c92ea commit 8daa99c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# gns3-ubuntu-cloud-init-data
Ubuntu cloud-init-data image for GNS3 virtual appliance
# Ubuntu cloud-init-data image for GNS3 virtual appliance

Generated using the following commands:
```
echo -e "#cloud-config\npassword: ubuntu\nchpasswd: { expire: False }\nssh_pwauth: True" > user-data
echo -e "instance-id: ubuntu\nlocal-hostname: ubuntu" > meta-data
mkisofs -output "ubuntu-cloud-init-data.iso" -volid cidata -joliet -rock {user-data,meta-data}
```

0 comments on commit 8daa99c

Please sign in to comment.