Import old talks from 2010 and 2011 (Boston).
[libguestfs-talks.git] / 2010 / NOTES
1
2 Would it be good to show:
3
4   guestfish ><fs> commands
5
6 then the same commands on the same image in some
7 language binding.
8
9 ---------------------
10
11 Reduce boot time:
12
13 (1) Create a qemu wrapper.
14 (2) Use -L <somedir> option.
15 (3) In <somedir> put just the ROMs actually needed to boot:
16   bios.bin  linuxboot.bin  vapic.bin  vgabios-cirrus.bin
17
18 FUTURE: Identify which ROMs induce what amount of delay.
19 The four above give ~ 1 second delay.
20 gPXE adds a 4-5 second delay.
21 Another unknown ROM adds another 4-5 seconds. --> actually pxe-virtio.bin
22
23 Rewrite libguestfs-supermin-helper so:
24
25 (4) Avoids 512 byte reads.
26 (5) Avoids multiple globs on the same directory.