wip
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user