LoginSignup
1
1

More than 5 years have passed since last update.

久々にxpへcolinuxをインストールした

Last updated at Posted at 2014-08-15

vaio type pのxpにインストールした

準備

sourceforge - colinux

C:\Program Files\coLinux\debian\ に以下ファイル用意

  • debian.bat
  • debian.conf
  • rootfs_2gb.img (debian 6.0)

設定

debian.conf
kernel=..\vmlinux
cobd0=rootfs_2gb.img
root=/dev/cobd0
ro
initrd=..\initrd.gz
mem=386
eth0=slirp,,tcp:22:22/tcp:80:80

参考: ネットワーク - CoLinux

debian.bat
..\colinux-daemon.exe @debian.conf

起動

rootでログイン。パスワードは無い。
debian.batを実行。

/etc/apt/sources.list
- deb http://ftp.debian.org/debian squeeze main
+ deb http://ftp.jp.debian.org/debian/ wheezy main contrib non-free
apt-get update
apt-get dist-upgrade
apt-key adv --keyserver keyring.debian.org --recv 891D7E07
apt-get update
apt-get install -y openssh-server telnet sudo task-japanese vim locales w3m ack-grep curl mosh
vi /etc/locale.gen
locale-gen ja_JP.UTF-8
useradd -m owner
unlink /etc/localtime
ln -s /usr/share/zoneinfo/Japan /etc/localtime
locale-gen ja_JP.UTF-8
一般ユーザでログイン
echo "LANG=ja_JP.UTF-8" >> .bashrc
sudo apt-get install -y postfix apache2 php5 golang ruby mysql-server mutt

参考:
coLinuxのメモ - coLinuxのインストール(0.7.x) [その8]

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1