You are not logged in.
Pages: 1
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
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
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
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
Simpler than an NFS-share? I think not!
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
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.
larch: http://larch.berlios.de
Offline
Pages: 1