红联Linux门户
Linux帮助

Archlinux三步安装e17

发布时间:2007-11-24 00:15:36来源:红联作者:Dalandenz
1、加入e17的源
编辑/etc/pacman.conf加入如下内容:

#E17 for 686

[takhis]

Server=ftp://takhis.net/arch

#E17 for x86_64

#[takhis]

#Server=ftp://takhis.net/arch/x86_64

#E17 for PPC

#[takhis]

#Server=ftp://takhis.net/arch/powerp

2、安装
$ sudo pacman -Sy e-cvs e_modules-cvs entrance-cvs

3、开机自动启动e17
在/etc/rc.conf文件的DAEMONS段内加入entranced模块,如:

DAEMONS=(syslog-ng network @alsa entranced)

如果你在开机重启时,出现entranced无法启动的问题,请在终端执行如下命今:

$ sudo /etc/rc.d/entranced start启可。
文章评论

共有 0 条评论