CorePlus-current.iso からboot
tc-install.tcz のロード
sudo mount /mnt/sr0
tce-load -i /mnt/sr0/cde/optional/tc-install.tcz
64bit版isoダウンロード
wget http://tinycorelinux.net/6.x/x86_64/release/CorePure64-6.1.iso
インストーラ修正
cp `which tc-install.sh` .
sed -e 's/vmlinuz/vmlinuz64/g' \
-e 's/core/corepure64/g' \
tc-install.sh > tc-install64.sh
インストール実行
sudo sh ./tc-install64.sh
i
CorePure64-6.1.iso
f
1
y
3
3
y
インストール完了。
再起動しHDDから起動することを確認。
64bit版boot
sshdの起動の仕方
tce-load -wi openssh
cd /usr/local/etc/
sudo sed -i -e "s/sshdd/sshd/g" init.d/openssh
sudo cp ssh/sshd_config_example ssh/sshd_config
sudo init.d/openssh start
- /usr/local/etc/init.d/openssh 内でtypoあるので注意。
docker動かそうとしたメモ
- big my secret.と同じ現象でbridgeをサポートしていない??
tce-load -wi git
tce-load -wi xz
tce-load -wi iptables
tce-load -wi net-bridging-3.16.6-tinycore64
動いたように思ったが・・・
docker pullは動く
docker runがダメだった。
a properly mounted cgroupfs hierarchy (having a single, all-encompassing "cgroup" mount point is not sufficient)
原因はcgroup対応だろうなぁ