diff options
author | Andrew Cady <d@jerkface.net> | 2016-05-01 04:41:33 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-05-01 04:41:33 -0400 |
commit | 61c0618cf504bbd4648b3c08b56d7c68e3d8f7bd (patch) | |
tree | cf924932626dee731d87cac3d13b92f39063e90a /isolinux/pxelinux.cfg | |
parent | 0d762c30ec0bf35522adb193bd770cb0bf5d3032 (diff) |
run an extra grok-block since nbd0 wasn't mountable otherwise
Diffstat (limited to 'isolinux/pxelinux.cfg')
-rw-r--r-- | isolinux/pxelinux.cfg/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isolinux/pxelinux.cfg/default b/isolinux/pxelinux.cfg/default index 8e0a05f..386012f 100644 --- a/isolinux/pxelinux.cfg/default +++ b/isolinux/pxelinux.cfg/default | |||
@@ -2,4 +2,4 @@ default samizdat | |||
2 | label samizdat | 2 | label samizdat |
3 | linux linux/vmlinuz | 3 | linux linux/vmlinuz |
4 | initrd linux/initrd.img | 4 | initrd linux/initrd.img |
5 | append boot=samizdat components quiet splash nbdroot=192.168.10.1,samizdat.iso nbddev=/dev/nbd0 ip=dhcp | 5 | append boot=samizdat components quiet splash nbdroot=192.168.10.1,samizdat.btrfs nbddev=/dev/nbd0 ip=dhcp |