Thank You for everything you (rianav & Amzo and others) did about that.
OK, so maybe I need to change my virtualbox, because there is no 64-bit option of BSD and Linux and then try to install ArchBSD on it.
Best wishes
Sushiant
ee /etc/pacman.conf and go to ee editor, after editing that
SigLevel = Never and try to save it. I will get this message
- you can not save changes to /etc/pacman.conf
Can you help me, now what to do?
Thank You
-------------------------
OK, got it.
For anybody else who doesn't know (like me) and wants to know, as Amzo said:
have to copy pacman.conf to another directory like /tmp {read/write} and then edit pacman.conf with ee, vi or nano or what else..
cp /etc/pacman.conf /tmp nano /tmp/pacman.conf add at the end or edit:
SigLevel = Never then:
ctrl+x (to save it),
y
Enter.
and:
pacstrap -C /tmp/pacman.conf /mnt base Best Regards ![]()
Cheers.
]]>Hi,
First please run:
pacman -Syin order to update the latest repo data and run
pacman -S xorg xorg-server xorg-xinitthis should take care of startx and stuff needed for running first time Xorg.
If you run
pacman -S xorgWont that install all xorg stuff?
If so then it would have installed xorg-server and xorg-xinit also... without having to type it as you did.
Dont mean to thread jack, but I'm having problems starting X, and when I tried ito install all xorg i.e
pacman -S xorgI got a package conflict
xf86-video-intel and xorg-server are in conflict
Thread about trouble starting X is here
https://bbs.archbsd.net/viewtopic.php?id=163