Describe the bug
File names that contain spaces in the file names do not get copied in correctly, causing errors in the netkit-phase1 startup script.
To Reproduce
Steps to reproduce the behavior:
Create a lab with a single machine in (we'll call it a).
Create a file at a/root/test file.txt
Wait for machine to boot
See error
Expected behavior
The file should be copied in normally.
Screenshots
netkit-phase1[1543]: Mounting /home/josh on /hosthome...
netkit-phase1[1543]: Mounting /home/josh/netkit-jh-build/tests/labs/abr on /hostlab ...
netkit-phase1[1543]: Configuring host name...
netkit-phase1[1543]: Copying a specific files from /hostlab/a/...
netkit-phase1[1664]: stat: cannot statx '/root/test': No such file or directory
netkit-phase1[1664]: stat: cannot statx 'file.txt': No such file or directory
netkit-phase1[1543]: --- Netkit phase 1 initialization terminated ---```
**Additional context**
This error comes from this line here: https://github.com/netkit-jh/netkit-jh-build/blob/master/fs/filesystem-tweaks/etc/netkit/netkit-phase1#L119
Describe the bug File names that contain spaces in the file names do not get copied in correctly, causing errors in the netkit-phase1 startup script.
To Reproduce Steps to reproduce the behavior:
a
).a/root/test file.txt
Expected behavior The file should be copied in normally.
Screenshots