|
楼主 |
发表于 2006-4-16 11:16:48
|
显示全部楼层
现在是gbk编码。。一直没弄懂怎么弄utf-8。。
安装x11-6.8.2-i486-1.Firefly
安装kde-i18n-zh_CN-3.5.1-noarch-1
安装ttf-arphic-zh_CN-2.11-noarch-1.tgz或者ttf-fireflysung-1.3.0-noarch-1.tgz等中文字体。。或是偷懒直接拷贝simsun。。如果系统没有显示出新安装字体用 fc-cache -v -f
安装skim。。
如果真实安装到硬盘用GRUB启动。。按照论坛的方法slax-install
配置GRUB
image = /boot/vmlinuz
root = /dev/hda3
可能会出现找不到目录的问题。。至少我就出现了问题。。。
手动安装比较好。。有这句“mount --bind /dev/ /mnt/hdax/dev/”就不会出现问题
把hdax。。改成你要安装到的硬盘。。如hda3
========================================
cp --preserve -R /{bin,dev,etc,home,lib,opt,root,sbin,usr,var} /mnt/hdax/
mkdir /mnt/hdax/{boot,mnt,proc,sys,tmp}
cp /boot/boot/vmlinuz /mnt/hdax/boot/
mount -t proc proc /mnt/hdax/proc/
mount --bind /dev/ /mnt/hdax/dev/
===========================================
完了![](static/image/smiley/default/icon_razz.gif) |
|