|
发表于 2006-12-21 18:44:35
|
显示全部楼层
Post by blance
Install the base 32 bit system
We create the repository.
mkdir /opt/arch32
vim /etc/pacman.d/current
Here you'll have to replace in the first address x86_64 by i686. Don't forget to revert it at the end of the howto or your system can be screwed when you install something.
You might also want to create a separate pacman.log LogFile for your 32-bit chroot environment (in order to be able to track the "32root" pacman/package changes properly/not mess up your current 64-bit pacman.log). Again, don't forget to change this back too at the end of this howto unless you want to mess up your pacman logging.
vim /etc/pacman.conf
Change the 'LogFile' directive accordingly.
Now proceed to sync up pacman:
pacman --root /opt/arch32 -Sy
原文:http://wiki.archlinux.org/index. ... undled_32bit_system
我能勉强看明白意思,它好像是说为新做的arch32设置一个pacman.log,但是不知道如何操作啊,于是就想当然的重新在/var/log/下创建了一个新的pacman.log文件,结果还是一样提示,郁闷~~~
[root@ccnu-blance log]# pacman --root /opt/arch32 -Sy
config: line 59: bad server location
求哪位大哥能看明白的帮帮小弟,真是不胜感激~~~
我想作者的意思应该是要你把
LogFile = /var/log/pacman.log
这个地方改成你新建的文件位置吧,譬如说新建一个/var/log/pacman32.log
就把这一行改为
LogFile = /var/log/pacman32.log
等你装完32位的系统后再改回来。
手头没有linux,在windows下凭记忆猜的,如果不对请勿怪。 |
|