这里以安装中文系统哦为例
安装基本系统,这个就不用说了。
基本系统之后的第一步就是安装zhcon。
接下来就是更新系统
apt-get dist-upgrade
将更新进行到底,更新内核
apt-cache search kernel-image-2.6
再安装一个合适的
apt-get install kernel-image-2.6-686-smp
开始安装桌面了
apt-get install x-window-system-core xfce4
这里随你的便,喜欢什么桌面环境就选择什么桌面环境。(core并不是必须的)
安装字体
apt-get install ttf-arphic-* ttf-bitstream-vera
安装中,英文字体,安装位置在/usr/share/fonts..
安装输入法
apt-get install fcitx 输入法
如果需要:
apt-get install fcitx
sh -c " echo 'export XMODIFIERS=@im=fcitx ; export GTK_IM_MODULE="fcitx" ; export QT_IM_MODULE="fcitx" ; fcitx ' > /etc/X11/Xsession.d/95xinput "
chmod +755 /etc/X11/Xsession.d/95xinput
安装基本的编译环境
apt-get install build-essential
接下来的事情就要自己来做了,make your own debian。
阅读(1055) | 评论(4) | 转发(0) |