mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-06-13 04:58:07 +00:00
TinyCore Linux: Support for tc 4.x
This commit is contained in:
@ -9,8 +9,10 @@ rm -rf /usr/local/tce.installed/*
|
||||
|
||||
# openssh (optional)
|
||||
tce-load -wi openssh
|
||||
echo '/usr/local/etc/init.d/openssh start' >> /opt/bootlocal.sh
|
||||
[ -f /usr/local/etc/ssh/ssh_config.example ] && sudo cp -a /usr/local/etc/ssh/ssh_config.example /usr/local/etc/ssh/ssh_config
|
||||
[ -f /usr/local/etc/ssh/sshd_config.example ] && sudo cp -a /usr/local/etc/ssh/sshd_config.example /usr/local/etc/ssh/sshd_config
|
||||
echo 'usr/local/etc/ssh' >> /opt/.filetool.lst
|
||||
echo '/usr/local/etc/init.d/openssh start' >> /opt/bootlocal.sh
|
||||
|
||||
tce-load -wi ipv6-`uname -r` iptables iproute2
|
||||
tce-load -wi tcpdump
|
||||
|
Reference in New Issue
Block a user