From ce203670071d5d4ee277f84eb8a4e1934f8def63 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 1 Feb 2025 20:12:49 +0800 Subject: [PATCH] stages: "Changing Ownership" shouldn't be executed resuming an interrupted build Before we added "--from lfs", it'll break a half-baken LFS system. After we added "--from lfs", it has no effect. --- chapter02/stages.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapter02/stages.xml b/chapter02/stages.xml index 287aa43f4..f3215035d 100644 --- a/chapter02/stages.xml +++ b/chapter02/stages.xml @@ -68,7 +68,8 @@ - A few operations, from Changing Ownership to + A few operations, from Preparing Virtual Kernel File + Systems to Entering the Chroot Environment, must be done as the root user, with the LFS environment variable set for the &root; user.