You are not logged in.
Pages: 1
Hi , I would try to install arch on a usb stick from my current desktop and I thought
that a
pacman -S base -r newarch --ignore kernel26could go , where newarch is my mounted usb stick, but this simply don't work.
pacman returns 'base not found'.
pacman -S baseinstead works as it should... what I'm doing wrong?
Last edited by mangus (2009-03-03 21:21:08)
Offline
You want to do:
mkdir -p newarch/var/lib/pacman
pacman -Sy base -r newarchNote that the "--ignore kernel26" part does not work as you are using "base" which is a group (known issue) But you can always remove it later.
Offline
doh! I thought (fault) that the -y switch could be omitted..it's for the new system instead, now I realize..thank you for your superfast response :-)
Offline
Pages: 1