Fix typo in custom ISO scripts
This commit is contained in:
parent
7d8a741b9e
commit
d368c3f43b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ let
|
|||
create-filesystems = pkgs.writeScriptBin "create-filesystems" ''
|
||||
if [[ $# -ne 2 ]]
|
||||
then
|
||||
echo "Usage: make-filesystems <BOOT partition> <root partition>"
|
||||
echo "Usage: create-filesystems <BOOT partition> <root partition>"
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue