Re: [arch-general] ArchLinux Cheat Cube (english)

2011-10-04 Thread Simon Schneider
Am 05.10.2011 07:38 schrieb "Madhurya Kakati" : > > Hi, > I saw cheat cubes for Fedora and Ubuntu. However someone has created a > cheatcube for archlinux but it is in Spanish. I was wondering if anyone > could translate it into english. > Here is the link for the Spanish cheatcube > http://elblogd

Re: [arch-general] btrfs & Arch

2011-08-29 Thread Simon Schneider
2011/8/25 C Anthony Risinger > On Thu, Aug 25, 2011 at 2:19 AM, Gour-Gadadhara Dasa > wrote: > > On Wed, 24 Aug 2011 12:44:10 -0500 > > C Anthony Risinger wrote: > > > >> unfortunately you can only do /boot on btrfs if you use a single disk > >> due to bootloader limitations: > > > > Is it only

Re: [arch-general] btrfs & Arch

2011-08-22 Thread Simon Schneider
Am 22.08.2011 18:35 schrieb "C Anthony Risinger" : > > On Mon, Aug 22, 2011 at 5:19 AM, Gour-Gadadhara Dasa wrote: > > On Mon, 22 Aug 2011 09:38:52 +0200 > > Thomas Bächler wrote: > > > >> Using LVM and software RAID is the right thing to do here. Any > >> particular reason why you don't want it?

Re: [arch-general] 2011.08-2 archboot "2k11-R5" ISO hybrid image released

2011-08-12 Thread Simon Schneider
2011/8/11 Tobias Powalowski > Hi Arch community, > > Arch Linux (archboot creation tool) 2011.08-2, "2k11-R5" has been released. > To avoid confusion, this is not an official arch linux iso release! > > Homepage and for more information on archboot: > http://wiki.archlinux.org/index.php/Archboot

Re: [arch-general] How to cache pacman mirror for LAN

2011-06-05 Thread Simon Schneider
You can also share the pacman directory /var/cache/pacman/pkg via NFS or some other protocol. Whenever a new package is requested, it gets downloaded to your login node which stores it for later use in case another client needs it. The drawback is, that you can't upgrade two machines at the same ti