If you boot with 'quiet', things are quiet. Almost.. *too* quiet. Add a startup message. If "$product" or "$version" can't be found the message will just be "Loading $arch installer..." which is pretty OK. --- dracut/parse-anaconda-options.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dracut/parse-anaconda-options.sh b/dracut/parse-anaconda-options.sh index 2da4e25..755c33f 100755 --- a/dracut/parse-anaconda-options.sh +++ b/dracut/parse-anaconda-options.sh @@ -35,6 +35,7 @@ else strstr "$uuid" "." && arch=${uuid##*.} fi [ -z "$arch" ] && arch=$(uname -m) +echo Loading $product $version $arch installer... # set HTTP headers so server(s) will recognize us set_http_header "X-Anaconda-Architecture" "$arch" -- 1.7.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list