fix a couple of typos in installer/README.md

This commit is contained in:
Michael Hudson-Doyle 2017-01-04 16:35:40 +13:00
parent b9a990171c
commit c0c998c6b1
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ Grab a copy of curtin (for some conversion tools):
Generate the install image from subiquity's root directory:
installer/geninstaller.sh -a amd64 -b grub2 -r zesty
mv ~/download/maas/daily/*/amd64/*/installer.img .
Run the installer
@ -46,6 +46,6 @@ Run the installer
Boot the installed image
sudo qemu-system-x86_64 -m 1024 -enable-kvm \
-hda test.img \
-hda target.img \
-serial telnet:127.0.0.1:2445,server,nowait