Magellan Linux

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

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

revision 2298 by niro, Mon Jan 20 10:11:41 2014 UTC revision 2299 by niro, Mon Jan 20 10:30:48 2014 UTC
# Line 16  check() { Line 16  check() {
16  }  }
17    
18  depends() {  depends() {
19   echo network   echo busybox network
20  }  }
21    
22  install() {  install() {
# Line 34  install() { Line 34  install() {
34   dracut_install hwinfo vncpasswd   dracut_install hwinfo vncpasswd
35    
36   # mcored   # mcored
  # install all busybox modules  
  dracut_install busybox  
  for __file in $(cat @@DATADIR@@/busybox/busybox.links)  
  do  
  inst_symlink ${__file}  
  done  
37   # install things which are needed but not provided by our busybox   # install things which are needed but not provided by our busybox
38   dracut_install find install sslsvd touch   dracut_install find install sslsvd touch
39   inst @@SYSCONFDIR@@/mageversion   inst @@SYSCONFDIR@@/mageversion

Legend:
Removed from v.2298  
changed lines
  Added in v.2299