Skip to content

Instantly share code, notes, and snippets.

@kojiwell
Created August 30, 2013 18:59
Show Gist options
  • Save kojiwell/6393181 to your computer and use it in GitHub Desktop.
Save kojiwell/6393181 to your computer and use it in GitHub Desktop.
Debootstrap installs Debian/Ubuntu on a directory, which is very useful for creating a custom cloud image:-)
# Install debootstrap
aptitude -y install debootstrap
# Check available version
ls /usr/share/debootstrap/scripts/
# For example, install Raring on /mnt/raring
debootstrap raring /mnt/raring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment