home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / openSuSE / openSUSE-11.2-KDE4-LiveCD-i686.iso / boot / i386 / loader / initrd / initrd~ / preinit < prev   
Text File  |  2009-11-02  |  1KB  |  37 lines

  1. #!/bin/bash
  2. #================
  3. # FILE          : preinit
  4. #----------------
  5. # PROJECT       : OpenSuSE KIWI Image System
  6. # COPYRIGHT     : (c) 2006 SUSE LINUX Products GmbH. All rights reserved
  7. #               :
  8. # AUTHOR        : Marcus Schaefer <ms@suse.de>
  9. #               :
  10. # BELONGS TO    : Operating System images
  11. #               :
  12. # DESCRIPTION   : This file is called after the image root
  13. #               : has changed by the linuxrc script
  14. #               :
  15. # STATUS        : BETA
  16. #----------------
  17. #======================================
  18. # Functions...
  19. #--------------------------------------
  20. . /include
  21.  
  22. #======================================
  23. # 1) start error log
  24. #--------------------------------------
  25. Echo "Calling pre-init stage in system image"
  26. errorLogStart
  27.  
  28. #======================================
  29. # 2) update mount table
  30. #--------------------------------------
  31. updateMTAB
  32.  
  33. #======================================
  34. # 3) create framebuffer devices
  35. #--------------------------------------
  36. createFramebufferDevices
  37.