Ignore:
Timestamp:
02/22/2015 09:50:39 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
9ee0e52a
Parents:
eb8b1c5
Message:

Cosmetic changes to output messages by network boot scripts.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10858 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/sbin/ifup

    reb8b1c5 rb7804ae  
    99# Update      : Bruce Dubbs - bdubbs@linuxfromscratch.org
    1010#
    11 # Version     : LFS 7.2
     11# Version     : LFS 7.7
    1212#
    1313# Notes       : The IFCONFIG variable is passed to the SERVICE script
     
    3434}
    3535
    36 RELEASE="7.2"
     36RELEASE="7.7"
    3737
    3838USAGE="Usage: $0 [ -hV ] [--help] [--version] interface"
     
    9090# is not set to yes
    9191if [ "${IN_BOOT}" = "1" -a "${ONBOOT}" != "yes" ]; then
    92    log_info_msg2 "skipped"
    93    echo
     92   log_skip_msg
    9493   exit 0
    9594fi
     
    104103  fi
    105104done
     105
     106if [ "${SERVICE}" = "wpa" ]; then log_success_msg; fi
    106107
    107108# Create/configure the interface
     
    127128if [ -n "${GATEWAY}" ]; then
    128129   if ip route | grep -q default; then
    129       log_warning_msg "\nGateway already setup; skipping."
     130      log_skip_msg "\n     Gateway already setup; skipping."
    130131   else
    131132      log_info_msg "Setting up default gateway..."
Note: See TracChangeset for help on using the changeset viewer.