6dfc4ff323
used to generate it), use termcap.mini in evbarm ramdisk (vs. the full termap DB) which frees up a bit of room to add dhclient and cu.
8 lines
88 B
Bash
Executable File
8 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for t in wsvt25m vt100 vt220 xterm ansi
|
|
do
|
|
getent termcap -rp $t
|
|
echo
|
|
done
|