Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/dracut/module-setup.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2113 by niro, Thu Jan 2 16:26:38 2014 UTC revision 2114 by niro, Thu Jan 2 16:27:51 2014 UTC
# Line 5  check() { Line 5  check() {
5   . $dracutfunctions   . $dracutfunctions
6    
7   for _program in ifconfig ip route udhcpc iwconfig wpa_supplicant \   for _program in ifconfig ip route udhcpc iwconfig wpa_supplicant \
8   chroot systemd-nspawn vncpasswd mcored; do   chroot systemd-nspawn vncpasswd hostname mcored; do
9   if ! type -P $_program >/dev/null; then   if ! type -P $_program >/dev/null; then
10   derror "Could not find program \"$_program\" required by mcored."   derror "Could not find program \"$_program\" required by mcored."
11   return 1   return 1

Legend:
Removed from v.2113  
changed lines
  Added in v.2114