[cowbuilder-dist] fails if /home is on different partition than /var
Bug #340495 reported by
Laurent Bigonville
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-dev-tools (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
Binary package hint: ubuntu-dev-tools
by default cowbuilder create chroot in the home directory of the user.
If I try to update the chroot, I get "invalid cross-device link" as /home is a separate partition.
cowbuilder-dist should maybe not create the chroot there by default
summary: |
- cowbuilder-dist fails if /home is on different partition than /var + [cowbuilder-dist] fails if /home is on different partition than /var |
Changed in ubuntu-dev-tools (Ubuntu): | |
importance: | Undecided → Low |
To post a comment you must log in.
You can override the directory using the PBUILDFOLDER variable.
For example, add export PBUILDFOLDER= "/opt/builder/ " to your
.bashrc for cowbuilder-dist to use /opt/builder as folder for
everything.