Don't bother copying the initrd around just to write some text files

This commit is contained in:
Graham Christensen
2020-06-08 16:28:19 -04:00
parent ac77c6630a
commit 403f30c23b

View File

@@ -15,6 +15,7 @@ runCommand "netboot" {
initrd initrd initrd initrd
boot boot
''; '';
preferLocalBuild = true;
} '' } ''
mkdir stage mkdir stage
cd stage cd stage