You are not logged in.

#1 2006-11-27 11:32:15

jaideep_jdof
Member
From: Delhi, India
Registered: 2006-06-05
Posts: 311

Custom CD ISO?

I am using Arch linux for last 2 month on my desktop system, i installed the OS using net installer CD. Now i want to install arch linux on my laptop but i dont want to download all the packages again i have the packages on my desktop system in /var/cache/pacman/pkg is it possible to remaster the net installer ISO to add the packages to the ISO. If yes then please tell me how :?:

Offline

#2 2006-11-27 12:16:44

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: Custom CD ISO?

You can export the /var/cache/pacman/pkg directory using NFS on your desktop. Mount it to the directory where the installer normally looks for the CD (/src/cd I think). The select to install from CD.

You will need a "db" file for the repository in your /var/cache/pacman/pkg. You can generate it with the "gensync" command. Take a look at this Wiki page for more information.


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#3 2006-11-27 12:32:09

jaideep_jdof
Member
From: Delhi, India
Registered: 2006-06-05
Posts: 311

Re: Custom CD ISO?

Is there any other simpler method, like copying all the packages from var/cache/pacman/pkg to a CD and then using the CD during installation.

Offline

#4 2006-11-27 12:33:52

[vEX]
Member
From: Sweden
Registered: 2006-11-23
Posts: 450

Re: Custom CD ISO?

One of these links might help:
Wiki link: http://wiki.archlinux.org/index.php/Mak … package_cd.
Forum link: make a custom package-cd


PC: Antec P182B | Asus P8Z77-V PRO | Intel i5 3570k | 16GB DDR3 | GeForce 450GTS | 4TB HDD | Pioneer BDR-207D | Asus Xonar DX | Altec Lansing CS21 | Eizo EV2736W-BK | Arch Linux x86_64
HTPC: Antec NSK2480 | ASUS M3A78-EM (AMD 780G) | AMD Athlon X3 425 | 8GB DDR2 | GeForce G210 | 2TB HDD | Arch Linux x86_64
Server: Raspberry Pi (model B) | 512MB RAM | 750GB HDD | Arch Linux ARM

Offline

#5 2006-11-27 12:46:58

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: Custom CD ISO?

Simpler than an NFS-share? I think not! tongue wink


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#6 2006-11-28 06:48:30

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: Custom CD ISO?

It's possibly not simpler than an NFS share, but another possibility would be to build a larch CD on your desktop system and install from that. It will take the packages it needs from your cache, if they are present. It starts with a pacman -Sy, though, so if your cached packages are not up-to-date, it will need to download all the updates.

Aside: for building a repo db, my gen_repo (python) script might be easier than gensync because it doesn't need abs.

Offline

Board footer

Powered by FluxBB