Skip to content

Commit a098dbb

Browse files
Mitchell Levychessturo
authored andcommitted
Suggest using sudo to run the script
1 parent 015b080 commit a098dbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ as follows:
4040
You may wish to include `-j$(nproc)` on the first `make` command to build in parallel.
4141

4242
Then, you can use a provided script to create a VHDX containing the modules:
43-
`$ ./Microsoft/scripts/gen_modules_vhdx.sh "$PWD/modules" modules.vhdx`
43+
`$ sudo ./Microsoft/scripts/gen_modules_vhdx.sh "$PWD/modules" modules.vhdx`
4444

4545
To save space, you can now delete the compilation artifacts:
4646
`$ make clean && rm -r "$PWD/modules"`

0 commit comments

Comments
 (0)