Re: Debootstrap for Arch?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Wed, Mar 31, 2010 at 05:31:31PM -0600, Brendan Long wrote:
> Is there anything similar to debootstrap for Arch? Debootstrap basically
> a command where you give it some options and point it to a partition and
> it installs Debian (or a Debian-based distro) onto it.

You can install packages under a particular directroy using the command

pacman -S pkgname -r /gateway/to/hell

So using that you can actually build a chrooted environment and work
your way up.

Somethign like

$ pacman -S base -r /gateway/to/hell
$ mount -t proc /gateway/to/hell/proc
...
...

$ chroot bash /gateway/to/hell
$ complete the installation there.

should work.


Regards

ppk




[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux