Files
Heinrich Toews b3e52c6b4a testing: add lcdtest
Signed-off-by: Heinrich Toews <ht@twx-software.de>
2024-10-24 17:57:51 +02:00

11 lines
230 B
Bash
Executable File

#!/bin/sh
mount -t proc proc /proc
mount -t sysfs sysfs /sys
mount -t devpts none /dev/pts
mkdir /mnt
#mount -o nolock,rsize=1024 172.17.0.1:/home/vlad/test/HEAD/projects /mnt
#ifconfig lo 127.0.0.1
# ifconfig eth0 172.17.0.199