Created
June 22, 2014 05:45
-
-
Save mDibyo/790613af64019efeffc4 to your computer and use it in GitHub Desktop.
Custom custom Ubuntu image for distribution on Google Compute Engine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Install required tools | |
sudo aptitude install squashfs-tools genisoimage | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment