Unverified Commit cd3f496d authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #241744 from K900/grub-oof

nixos/iso-image: fix syntax
parents bbddf199 db9b857e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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