Size: 2099
Comment:
|
Size: 2101
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 41: | Line 41: |
||<#ADADAC -4 : tablewidth="70%" style="border: medium none ;-moz-border-radius-topleft: 30px ;-moz-border-radius-topright: 30px;"> # debootstrap --arch amd64 unstable /srv/chroot/unstable [[https://deb.debian.org/debian | https://deb.debian.org/debian || | ||<#ADADAC -4 : tablewidth="70%" style="border: medium none ;-moz-border-radius-topleft: 30px ;-moz-border-radius-topright: 30px;"> # debootstrap --arch amd64 unstable /srv/chroot/unstable [[https://deb.debian.org/debian | https://deb.debian.org/debian]] || |
|
PACKAGES STUCK WITH SCHROOT
Chroot Manager
Allows you to configure chroots without requiring root credentials.
For a better knowledge on the subject:
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 /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] |
1. Installing the Debian base in the cage
# mkdir -p /srv/chroot/unstable |
# debootstrap --arch amd64 unstable /srv/chroot/unstable https://deb.debian.org/debian |