Update README for image creation

This commit is contained in:
Mathieu Trudel-Lapierre 2016-12-21 18:58:51 -05:00
parent 47f530eb77
commit 750e3421cc
1 changed files with 7 additions and 1 deletions

View File

@ -18,9 +18,15 @@ Install package dependencies:
" "
apt-get install $PKGS apt-get install $PKGS
Grab a copy of curtin (for some conversion tools):
mkdir -p ~/download
cd ~/download
bzr branch lp:curtin
Generate the install image from subiquity's root directory: Generate the install image from subiquity's root directory:
installer/geninstaller.sh installer/geninstaller.sh -a amd64 -b grub2 -r zesty
Run the installer Run the installer