Changeset 249d4ad for LFS/master.sh

Timestamp:
11/16/2023 03:10:46 PM (10 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
078ef3c
Parents:
09ac7fc
Message:

Fix (again) the run-in-cgroup.sh script

When using "sh << EOF", what is between this line and EOF runs
with no attached terminal. But we need a terminal for running the
build. So we have to use "sh -c ". But then nesting of double
quotes, $, etc is too complicated. So run as root, and become back
user only when exec'ing. For some reason $@ does not work, so use
a variable set to $@.

(No files)

Note: See TracChangeset for help on using the changeset viewer.