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
Wrap
Text File
|
2009-11-02
|
1KB
|
37 lines
#!/bin/bash
#================
# FILE : preinit
#----------------
# PROJECT : OpenSuSE KIWI Image System
# COPYRIGHT : (c) 2006 SUSE LINUX Products GmbH. All rights reserved
# :
# AUTHOR : Marcus Schaefer <ms@suse.de>
# :
# BELONGS TO : Operating System images
# :
# DESCRIPTION : This file is called after the image root
# : has changed by the linuxrc script
# :
# STATUS : BETA
#----------------
#======================================
# Functions...
#--------------------------------------
. /include
#======================================
# 1) start error log
#--------------------------------------
Echo "Calling pre-init stage in system image"
errorLogStart
#======================================
# 2) update mount table
#--------------------------------------
updateMTAB
#======================================
# 3) create framebuffer devices
#--------------------------------------
createFramebufferDevices