diff options
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/images/rock-4c-plus.scm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/system/images/rock-4c-plus.scm b/gnu/system/images/rock-4c-plus.scm index 293a117d1e9..b6b6aa51e1b 100644 --- a/gnu/system/images/rock-4c-plus.scm +++ b/gnu/system/images/rock-4c-plus.scm | |||
| @@ -50,15 +50,6 @@ | |||
| 50 | (type "ext4")) | 50 | (type "ext4")) |
| 51 | %base-file-systems)) | 51 | %base-file-systems)) |
| 52 | (services (append (list | 52 | (services (append (list |
| 53 | (service | ||
| 54 | agetty-service-type | ||
| 55 | (agetty-configuration | ||
| 56 | (extra-options '("-L")) ;no carrier detect | ||
| 57 | ;; Upstream u-boot uses 1500000 as well, so the | ||
| 58 | ;; u-boot-rock-4c-plus-rk3399 inherit it too. | ||
| 59 | (baud-rate "1500000") | ||
| 60 | (term "vt100") | ||
| 61 | (tty "ttyS2"))) | ||
| 62 | (service dhcpcd-service-type)) | 53 | (service dhcpcd-service-type)) |
| 63 | %base-services)))) | 54 | %base-services)))) |
| 64 | 55 | ||
