Compare commits
14 commits
25b9dc42fb
...
d0dbae683d
Author | SHA1 | Date | |
---|---|---|---|
d0dbae683d | |||
4dfeb4f26a | |||
cd83727d54 | |||
9cfb27902a | |||
120c766c4c | |||
1a60425386 | |||
10aa988418 | |||
f6fbf7df3d | |||
5cdd1edd5b | |||
6f44a55a35 | |||
f70a1580df | |||
f9af3388a7 | |||
25ba2fbe8a | |||
b62f3e13c7 |
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ in
|
|||
set -o errexit
|
||||
${cfg.diskSetup.scripts.init}
|
||||
${lib.strings.concatLines (lib.optionals ((builtins.length devices) > 0) [
|
||||
''echo $(tput setaf 3)=== WARNING ====$(jtput sgr0)"''
|
||||
''echo "$(tput setaf 3)=== WARNING ====$(tput sgr0)"''
|
||||
(''echo "Continuing this script will alter the partitions of ''
|
||||
+ (lib.strings.concatStringsSep ", " (builtins.map (_: "${_.deviceVariable}") (lib.lists.init devices)))
|
||||
+ (if (builtins.length devices) > 1 then " and " else "") + (lib.lists.last devices).deviceVariable + ''"'')
|
||||
|
|
Loading…
Reference in a new issue