Skip to content

Commit

Permalink
year++, more detail about last commit
Browse files Browse the repository at this point in the history
In this lines in net-genrules.sh of dracut modules we need to change
exit 1 to exit 0. Otherwise the missing network will cause dracut to
drop into the rescue shell

if [ "$NEEDNET" = "1" ]; then
    echo 'for i in /tmp/net.*.did-setup; do [ -f "$i" ]  && exit 0; done; exit 1' >$hookdir/initqueue/finished/wait-network.sh
fi
  • Loading branch information
Thomas Lange committed Jan 30, 2019
1 parent 07bf265 commit 349a9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/fai-make-nfsroot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# fai-make-nfsroot -- create nfsroot directory and add additional packages
#
# This script is part of FAI (Fully Automatic Installation)
# (c) 2000-2018 by Thomas Lange, lange@informatik.uni-koeln.de
# (c) 2000-2019 by Thomas Lange, lange@informatik.uni-koeln.de
# Universitaet zu Koeln
# (c) 2004 by Henning Glawe, glaweh@physik.fu-berlin.de
# Freie Universitaet Berlin
Expand All @@ -32,7 +32,7 @@
usage() {

cat <<-EOF
Copyright (C) 1999-2018 Thomas Lange
Copyright (C) 1999-2019 Thomas Lange
Usage: fai-make-nfsroot [OPTIONS]
Create an NFSROOT for FAI.
Expand Down

0 comments on commit 349a9db

Please sign in to comment.