You are not logged in.

#1 2009-03-03 21:08:44

mangus
Member
From: Bologna, Italy
Registered: 2007-04-07
Posts: 289

[solved]pacman -r issue

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 kernel26

could go , where newarch is my mounted usb stick, but this simply don't work.
pacman returns 'base not found'.

 pacman -S base

instead works as it should... what I'm doing wrong?

Last edited by mangus (2009-03-03 21:21:08)

Offline

#2 2009-03-03 21:13:15

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: [solved]pacman -r issue

You want to do:

mkdir -p newarch/var/lib/pacman
pacman -Sy base -r newarch

Note 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

#3 2009-03-03 21:20:47

mangus
Member
From: Bologna, Italy
Registered: 2007-04-07
Posts: 289

Re: [solved]pacman -r issue

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

Board footer

Powered by FluxBB