ref: 0aa02b0fc8db2ddbf44a7a9bf28504bff3a4743d
parent: 9b863381a8a367d26bc31a668c970a6c6bec90d1
author: Aaron Lin <jrmu@inter9.org>
date: Wed Nov 6 17:10:19 EST 2024
Add sysname in cmdline.txt
--- a/cpu-rpi-p9.ms
+++ b/cpu-rpi-p9.ms
@@ -61,7 +61,9 @@
Edit cmdline.txt to specify the location of nvram. On RPI Zero WH,
cmdline.txt might read as follows:
-readparts=1 nobootprompt=local console='0 b115200' ether1=type=4330 nvram='#S/sdM0/nvram'
+readparts=1 nobootprompt=local console='0 b115200' ether1=type=4330 nvram='#S/sdM0/nvram' sysname=rpi
+
+You will want to replace rpi with your desired sysname.
Make sure cmdline.txt is only one single line!