Differences between revisions 12 and 15 (spanning 3 versions)
Revision 12 as of 2020-05-31 01:23:09
Size: 1168
Editor: coringao
Comment:
Revision 15 as of 2020-05-31 01:53:19
Size: 1505
Editor: coringao
Comment:
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:


||<#EAE5DA -4 : tablewidth="65%" style="border: medium none ;-moz-border-radius-topleft: 15px ;-moz-border-radius-topright: 15px;"> <<BR>> [unstable] <<BR>> description=debian unstable <<BR>> type=directory <<BR>> directory=/srv/chroot/unstable <<BR>> users=usuario <<BR>> root-groups=root <<BR>> preserve-environment=true <<BR>>||

debian-cage.png

PACKAGES STUCK WITH SCHROOT

Chroot Manager

Allows you to configure chroots without requiring root credentials.

For a better knowledge on the subject:

wiki.debian.org/Schroot

wiki.debian.org/Debootstrap

Starting prison for packages

To start the installations, we will download the following packages:

# apt install debootstrap schroot

Once installed, we will edit the "/etc/schroot/schroot.conf" file.

# cp /etc/schroot/schroot.conf cp /etc/schroot/schroot.conf.old

# editor /etc/schroot/schroot.conf


[unstable]
description=debian unstable
type=directory
directory=/srv/chroot/unstable
users=usuario
root-groups=root
preserve-environment=true