mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/iso-image: fix syntax
This commit is contained in:
parent
bbddf19959
commit
db9b857e1d
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ let
|
|||
cat <<EOF > $out/EFI/boot/grub.cfg
|
||||
|
||||
set with_fonts=false
|
||||
set textmode=${boolToString !config.isoImage.graphicalGrub}
|
||||
set textmode=${boolToString (!config.isoImage.graphicalGrub)}
|
||||
# If you want to use serial for "terminal_*" commands, you need to set one up:
|
||||
# Example manual configuration:
|
||||
# → serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue