You are not logged in.

#1 2006-03-19 02:32:16

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Installing Arch from within another linux distro

http://wiki.archlinux.org/index.php/Ins … her_distro

I wrote that last week, figuring it might be of use to someone, it's how I've installed arch on my computer. Could be done from a liveCD too

iphitus

Offline

#2 2006-03-19 09:28:17

Sander
Member
Registered: 2006-02-26
Posts: 138

Re: Installing Arch from within another linux distro

aww, I 'd have done this if I knew how to. Thanks, even though it comes about a month too late for me wink


You like cheese? You like peas? You'll love cheezy peas!

Offline

#3 2006-03-19 11:47:51

bogomipz
Member
From: Oslo, Norway
Registered: 2003-11-23
Posts: 169

Re: Installing Arch from within another linux distro

I wish all the packages in /var/abs/base were part of a group "base" because then:

pacman.static -S bash -r /newarch
pacman.static -S pacman -r /newarch
pacman.static -S filesystem -r /newarch
pacman.static -S `cat packages` -r /newarch
pacman.static -S kernel26 -r /newarch

would simply become:

pacman.static -S base -r /newarch
pacman.static -S kernel26 -r /newarch

You wanna suggest that to the rest of the team, iphitus?


All of your mips are belong to us!!

Offline

#4 2006-03-19 11:51:24

Sander
Member
Registered: 2006-02-26
Posts: 138

Re: Installing Arch from within another linux distro

Sounds like a good idea... and it should be easy to do... right?


You like cheese? You like peas? You'll love cheezy peas!

Offline

#5 2006-03-19 11:58:47

bogomipz
Member
From: Oslo, Norway
Registered: 2003-11-23
Posts: 169

Re: Installing Arch from within another linux distro

Just a matter of adding groups=('base') to the PKGBUILDs. All the packages would have to be rebuilt to make it effective, though.


All of your mips are belong to us!!

Offline

#6 2006-03-19 13:14:02

Sander
Member
Registered: 2006-02-26
Posts: 138

Re: Installing Arch from within another linux distro

oh, well, an idea for arch 0.8, then? smile


You like cheese? You like peas? You'll love cheezy peas!

Offline

#7 2006-03-19 15:55:35

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Installing Arch from within another linux distro

I've brought it up with the rest of the devs, I'll see what happens wink

Offline

#8 2006-03-19 18:35:52

raskolnikov
Member
From: France
Registered: 2006-01-08
Posts: 100

Re: Installing Arch from within another linux distro

Well, that's exactly why I wrote this script. It extracts the "base" packages the same way that quickinst do, it can be used in command line as well (packages.txt resides in the same directory as pacman.pkg.tar.gz wink )

cat "packages.txt" | grep "^base/" | cut -d "/" -f "2"

Excessive showering, grooming, and toothbrushing is not only vain, it wastes valuable coding time.

Offline

Board footer

Powered by FluxBB