Skip to content

Commit 9f17c59

Browse files
committed
Fixing agetty command
1 parent 26f7e6b commit 9f17c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes-bsp/imx-uuc/imx-uuc/linuxrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ function launch_acm() {
185185
# start agetty on ttyGS0
186186
hostname portenta-x8
187187
echo "Arduino Initramfs lmp-v91 \n \l" > /etc/issue
188-
/sbin/agetty --issue-file /etc/issue -o '-p -- \\u' 115200 ttyGS0 $TERM &
188+
/sbin/agetty -o "-p -- \\u" --noclear 115200 ttyGS0 $TERM &
189189

190190
# start agetty on ttymxc2
191-
/sbin/agetty --issue-file /etc/issue -o '-p -- \\u' 115200 ttymxc2 $TERM &
191+
/sbin/agetty -o "-p -- \\u" --noclear 115200 ttymxc2 $TERM &
192192
}
193193

194194
while true; do

0 commit comments

Comments
 (0)