This commit is contained in:
2026-03-20 11:21:20 +01:00
parent 0d041913be
commit ad3819c9c9
4 changed files with 150 additions and 21 deletions

View File

@@ -27,7 +27,8 @@ DF_LDFLAGS="-Wl,-O1,--as-needed"
# --- Verify mount point ------------------------------------------------------
if ! mountpoint -q "${LFS}" 2>/dev/null; then
echo "ERROR: ${LFS} is not a mount point."
echo "Mount the target partition first: mount /dev/<partition> ${LFS}"
echo "Run 000-setup-disk.sh first to create and mount the LFS filesystem,"
echo "or mount a partition manually: mount /dev/<partition> ${LFS}"
exit 1
fi