From 1cd9d2d59b3dd72518798879976f52bd76f4bb47 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Sun, 21 Mar 2021 11:00:34 -0500 Subject: Clear screen before build starts. --- lfs.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lfs.sh b/lfs.sh index 88ad29c..7d28cfa 100755 --- a/lfs.sh +++ b/lfs.sh @@ -1,5 +1,7 @@ #!/bin/bash +clear + # LFS build environment settings source env.sh @@ -70,4 +72,4 @@ for package in m4 ncurses bash coreutils diffutils file findutils gawk grep gzip if [ "$retval" -ne 0 ]; then exit 1 fi -done \ No newline at end of file +done -- cgit v1.2.3-54-g00ecf