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
No known key found for this signature in database
GPG Key ID: FE918C3A98C1030F

View File

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