$ uname -aISO
Linux ***** 3.16.6-tinycore #777 SMP Thu Oct 16 09:42:42 UTC 2014 i686 GNU/Linux
CorePlus-current.isoバージョン確認方法
パッケージの追加
$ tce-load -wi bash環境の構築
参考
Tiny Core Linux 日本語版のインストール固定アドレス
$ sudo su # passwd core インストール#!/bin/sh pkill udhcpc ifconfig eth0 192.168.208.249 netmask 255.255.248.0 broadcast 192.168.208.255 up route add default gw 192.168.208.254 echo nameserver 192.168.248.243 > /etc/resolv.conf
ユーザーの作成
# useradd -m -g wheel uchida # usermod -G wheel uchidaホスト名の設定
# hostnamectl set-hostname host-aa.example.comsshd
# tce-load -wi openssh.tcz # /usr/local/etc/init.d/openssh start再起動前に
$ filetool.sh -b
Backing up files to /mnt/sda1/tce/mydata.tgz/
Done.