Magellan Linux

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

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

revision 2082 by niro, Fri May 10 13:13:37 2013 UTC revision 2112 by niro, Thu Jan 2 16:26:38 2014 UTC
# Line 82  install() { Line 82  install() {
82   # networking stuff   # networking stuff
83   dracut_install ifconfig ip route udhcpc iwconfig wpa_supplicant chroot systemd-nspawn   dracut_install ifconfig ip route udhcpc iwconfig wpa_supplicant chroot systemd-nspawn
84   inst /usr/share/udhcpc/default.script   inst /usr/share/udhcpc/default.script
85     inst_simple "$moddir/net-lib.sh" /lib/net-lib.sh
86    
87   # mcored config stuff   # mcored config stuff
88   dracut_install hwinfo vncpasswd   dracut_install hwinfo vncpasswd
# Line 110  install() { Line 111  install() {
111   inst /usr/lib/mcored/mcored   inst /usr/lib/mcored/mcored
112   inst /usr/lib/mcored/mcore-generate-certificate   inst /usr/lib/mcored/mcore-generate-certificate
113   inst /usr/lib/mcored/mcorepasswd   inst /usr/lib/mcored/mcorepasswd
  inst /usr/lib/mcored/start-daemon.sh  
114   inst /usr/lib/mcored/VERSION   inst /usr/lib/mcored/VERSION
115   inst_symlink /usr/sbin/mcored   inst_symlink /usr/sbin/mcored
116   inst_symlink /usr/bin/mcorepasswd   inst_symlink /usr/bin/mcorepasswd

Legend:
Removed from v.2082  
changed lines
  Added in v.2112