We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f7e6b commit 9f17c59Copy full SHA for 9f17c59
recipes-bsp/imx-uuc/imx-uuc/linuxrc
@@ -185,10 +185,10 @@ function launch_acm() {
185
# start agetty on ttyGS0
186
hostname portenta-x8
187
echo "Arduino Initramfs lmp-v91 \n \l" > /etc/issue
188
- /sbin/agetty --issue-file /etc/issue -o '-p -- \\u' 115200 ttyGS0 $TERM &
+ /sbin/agetty -o "-p -- \\u" --noclear 115200 ttyGS0 $TERM &
189
190
# start agetty on ttymxc2
191
- /sbin/agetty --issue-file /etc/issue -o '-p -- \\u' 115200 ttymxc2 $TERM &
+ /sbin/agetty -o "-p -- \\u" --noclear 115200 ttymxc2 $TERM &
192
}
193
194
while true; do
0 commit comments