Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit b7c3578

Browse files
committed
move comment
1 parent beb01f0 commit b7c3578

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

rpi/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ in
321321
if cfg.uboot.enable then [ ]
322322
else [
323323
"console=tty1"
324+
# https://github.com/raspberrypi/firmware/issues/1539#issuecomment-784498108
324325
"console=serial0,115200n8"
325326
"init=/sbin/init"
326327
];

sd-image/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
boot.consoleLogLevel = lib.mkDefault 7;
1010

11-
# https://github.com/raspberrypi/firmware/issues/1539#issuecomment-784498108
1211
boot.kernelParams = [
1312
# This is ugly and fragile, but the sdImage image has an msdos
1413
# table, so the partition table id is a 1-indexed hex

0 commit comments

Comments
 (0)