[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Ceci est une ancienne révision du document !


Configurer Slackware chroot

TRADUCTION en cours — Cedric M. 2015/09/11 01:22

Goal: I wanted to setup a Slackware chroot in order to build 32 bit packages on my 64 bit system.

Obtaining a Slackware installation of your desired architecture

For a 32 bit chroot I downloaded installation disks 1 and 2 from http://www.slackware.com/getslack/ via torrent.

Installing the packages

Create a folder which will contain the chroot.

Mount the installation ISO(s). After they have been mounted the packages in them (found under the slackware folder) can be installed to the chroot folder with:

installpkg –root <chroot-folder> a/*.t?z ap/*.t?z l/*.t?z n/*.t?z

installpkg –root <chroot-folder> d/*.t?z k/*.t?z t/*.t?z tcl/*.t?z

(additional sets can be installed in a similar way)

An elegant script for the above: http://dawoodfall.net/files/scripts/bash/mkchroot

Chroot

After the chroot folder has been populated with packages we can proceed to chroot into it (volume_mounting).

Updating packages

After that I setup slackpkg and updated the packages (configure_a_package_manager).

Mounting partitions

I needed to mount the partition which contained the SlackBuilds for which I wanted to make a package, I used the command:

mount -B <slackware-host-mount-point> <chroot-mount-point>

(http://www.thegeekstuff.com/2013/01/mount-umount-examples/)

Then I built the package by executing the Slackbuild as follows:

ARCH=i686 ./<my-package>.SlackBuild

Exit and unmounting

Finally I exited the chroot by pressing Ctrl+d, and unmounted the mount points I had mounted earlier.

Notes

Wrote a small script to automate these steps.

https://raw.githubusercontent.com/aadityabagga/scripts/master/chroot.sh

Sources

 fr:howtos:general_admin:setting_up_a_slackware_chroot ()
Cette traduction est plus ancienne que la page originale et est peut-être dépassée. Voir ce qui a changé.