Merge pull request #2658 from deitch/format-docs

Update docs and test cases to work with latest format versions
This commit is contained in:
Rolf Neugebauer
2017-10-31 13:46:17 +00:00
committed by GitHub
15 changed files with 89 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ cd ..
tar cf files.tar -C files .
# Disk is created in qcow format.
virt-make-fs --size=25G --type=ext4 --partition files.tar --format=qcow2 disk.qcow
virt-make-fs --size=25G --type=ext4 --partition files.tar --format=qcow2-bios disk.qcow
guestfish -a disk.qcow -m /dev/sda1 <<EOF
upload /usr/lib/SYSLINUX/mbr.bin /mbr.bin

View File

@@ -40,7 +40,7 @@ cd ..
tar cf files.tar -C files .
# Disk is created in qcow format, testing needed to see if raw->vmdk conversion makes any efficency gains
virt-make-fs --size=1G --type=ext4 --partition files.tar --format=qcow2 disk.qcow
virt-make-fs --size=1G --type=ext4 --partition files.tar --format=qcow2-bios disk.qcow
guestfish -a disk.qcow -m /dev/sda1 <<EOF
upload /usr/lib/SYSLINUX/mbr.bin /mbr.bin