Compare commits
14 commits
d0dbae683d
...
25b9dc42fb
Author | SHA1 | Date | |
---|---|---|---|
25b9dc42fb | |||
bb0e4fb945 | |||
2e92274548 | |||
76b4071345 | |||
85a4989837 | |||
8d56d55a05 | |||
775a3fd386 | |||
510a38efa9 | |||
600989f8a7 | |||
4f3c380340 | |||
c818c8c477 | |||
ed0ccb340f | |||
8c6bf72323 | |||
834c321e82 |
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ in
|
||||||
set -o errexit
|
set -o errexit
|
||||||
${cfg.diskSetup.scripts.init}
|
${cfg.diskSetup.scripts.init}
|
||||||
${lib.strings.concatLines (lib.optionals ((builtins.length devices) > 0) [
|
${lib.strings.concatLines (lib.optionals ((builtins.length devices) > 0) [
|
||||||
''echo "$(tput setaf 3)=== WARNING ====$(tput sgr0)"''
|
''echo $(tput setaf 3)=== WARNING ====$(jtput sgr0)"''
|
||||||
(''echo "Continuing this script will alter the partitions of ''
|
(''echo "Continuing this script will alter the partitions of ''
|
||||||
+ (lib.strings.concatStringsSep ", " (builtins.map (_: "${_.deviceVariable}") (lib.lists.init devices)))
|
+ (lib.strings.concatStringsSep ", " (builtins.map (_: "${_.deviceVariable}") (lib.lists.init devices)))
|
||||||
+ (if (builtins.length devices) > 1 then " and " else "") + (lib.lists.last devices).deviceVariable + ''"'')
|
+ (if (builtins.length devices) > 1 then " and " else "") + (lib.lists.last devices).deviceVariable + ''"'')
|
||||||
|
|
Loading…
Reference in a new issue