Project

General

Profile

Bug #267

is not clear what CHROOTDIR and CHROOT do

fauno - over 11 years ago - . Updated over 11 years ago.

Status:
fixed
Priority:
bug
Category:
-
Assignee:
% Done:

100%


Description

I've set CHROOTDIR=/home/backup and CHROOT=chroot where my chroot is:

/home/backup
/home/backup/root
/home/backup/chroot -> root (symlink)

But running `libremakepkg` tries to work on "/home/backup/chroot/nicolas" so to make it work i had to do CHROOTDIR=/home; CHROOT=backup and run `libremakepkg -l chroot`.

History

#2

Updated by lukeshu over 11 years ago

To be added to the documentation:

The full path of the chroot is $CHROOTDIR/$CHROOT/$CHROOTCOPY; where CHROOTCOPY is either set with the `-l` flag, or is your username (or 'copy' if you are root).

Also available in: Atom PDF