summaryrefslogtreecommitdiff
path: root/pxeboot.write
diff options
context:
space:
mode:
Diffstat (limited to 'pxeboot.write')
-rwxr-xr-xpxeboot.write4
1 files changed, 2 insertions, 2 deletions
diff --git a/pxeboot.write b/pxeboot.write
index 848c6026..0a6b7fc1 100755
--- a/pxeboot.write
+++ b/pxeboot.write
@@ -662,8 +662,8 @@ class PXEBoot(morphlib.writeexts.WriteExtension):
'%s:%s' % (url.hostname, url.path))
with self.remote_kernel(rootfs=temp_root, tftp_url=kernel_tftpaddr,
macaddr=macaddr) as kernel_subpath, \
- self.remote_nfsroot(rootfs=temp_root, rsync_url=rootfs_rsync)\
- as rootfs_subpath, \
+ self.remote_nfsroot(rootfs=temp_root, rsync_url=rootfs_rsync, \
+ macaddr=macaddr) as rootfs_subpath, \
self.remote_pxeboot_config(tftproot=config_tftpaddr,
kernel_tftproot=kernel_tftproot,
kernel_subpath=kernel_subpath,