Add more introduction section slides.
[libguestfs-talks.git] / 2019-kvm-forum / 2500-nbdkit-linuxdisk-remote-boot.html
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2 <link rel="stylesheet" href="style.css" type="text/css"/>
3 <script src="code.js" type="text/javascript"></script>
4
5 <h1>nbdkit linuxdisk used to boot remote machines</h1>
6
7 <pre>
8 dracut -m "nbd" initramfs.img $(uname -r)
9
10 kernel root=UUID=...  rw
11        netroot=nbd:192.168.0.220:/
12        rootfstype=ext4
13        rootdelay=5 rootwait
14        ip=dhcp console=ttyS0
15 </pre>