Package Details: arch32-light 2015-4

Git Clone URL: https://aur.archlinux.org/arch32-light.git (read-only, click to copy)
Package Base: arch32-light
Description: Lightweight 32-bit chroot intended for 64-bit systems.
Upstream URL: https://xyne.dev/projects/arch32-light
Keywords: arch_linux system
Licenses: GPL
Conflicts: arch32
Submitter: Xyne
Maintainer: Xyne
Last Packager: Xyne
Votes: 47
Popularity: 0.000000
First Submitted: 2010-05-23 02:42 (UTC)
Last Updated: 2022-07-15 22:38 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

stativ commented on 2010-08-23 06:12 (UTC)

Xyne: thanks

Xyne commented on 2010-08-23 00:10 (UTC)

@stativ I've bypassed `whoami` and used '[ "$EUID" == "0" ]' instead. :)

stativ commented on 2010-08-22 19:23 (UTC)

Could you use `whoami` instead of $USER when checking whether the user is root in arch32initialize? When I use su to switch to root the $USER still contains the name of the casual user.

Xyne commented on 2010-08-18 21:02 (UTC)

I've made several important changes. You can find a changelog on the project page.

Xyne commented on 2010-08-18 03:35 (UTC)

added missing "d" to message ;)

svenstaro commented on 2010-08-18 02:31 (UTC)

Install script says '-> You should probably add "arch32" to your DAEMONS array in /etc/rc.conf too.' but the daemon is actually named arch32d. Is this a bug?

Xyne commented on 2010-06-24 04:05 (UTC)

Thanks, Pete. I've updated the install script. I've also added "--arch i686" to the pacman32 script to be sure. Existing installations will require intervention to set the architecture. A warning should be displayed during the upgrade. I'll eventually remove /opt/arch32/etc/pacman32.d/mirrorlist and use the default one now that it supports "$arch".

shetland_breeder commented on 2010-06-23 21:22 (UTC)

Sorry, Meant the arch-light.install script ;) Pete

shetland_breeder commented on 2010-06-23 21:18 (UTC)

The arch32.install script no longer works with pacman 3.4.2. The mirrorlist uses the $arch variable intead of having the architecture hardwired. Instead the Architecture = auto line in pacman.conf should be changed to Architecture = i686 in /opt/arch32/etc/pacman.conf and the mirrorlist just copied across Pete

Xyne commented on 2010-05-29 07:17 (UTC)

What's the output of "sudo which chroot"?