Differences between revisions 18 and 19
Revision 18 as of 2020-05-31 02:01:28
Size: 1536
Editor: coringao
Comment:
Revision 19 as of 2020-05-31 02:03:47
Size: 1573
Editor: coringao
Comment:
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:
* '''editor''' = ''your favorite text editor: nano, vim, mcedit, etc ...''  * '''editor''' = ''your favorite text editor: nano, vim, mcedit, etc ...''
Line 29: Line 29:
'''Copy and paste into the file'''

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

  • editor = your favorite text editor: nano, vim, mcedit, etc ...

Copy and paste into the file

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