modified: ../main/setup

modified:   ../xml/dependency.xml
    ghu modified: 1 setup  ---> $workdir="$(pwd)/../interface"
                  2 change a new dependency.xml
This commit is contained in:
fling
2010-10-21 22:26:30 +08:00
parent 97052a38bd
commit b1cde67d43
3 changed files with 2 additions and 2 deletions

View File

@@ -192,7 +192,6 @@ class ConfigureFstab(Mount):
def get_stdin(self):
fstab=''
flag=True
for k in Mount.dict.keys():
if ri_data.MountPoint.dict[k] != 'swap':
fstab += "/dev/%s %s %s\n" %(k,Mount.dict[k],ri_data.MountPoint.dict[k].filesystem)

View File

@@ -23,7 +23,7 @@
#===================================================================================
#Set variables
#===================================================================================
workdir='/usr/lib/new_install/interface'
workdir="$(pwd)/../interface"
exec_file='xinitrc_setup'
work_write_dir='/var/install'
#===================================================================================

View File

@@ -1656,6 +1656,7 @@
</runtime>
</package>
<package name='kernel-header'/>
<package name='kernel_source'/>
<package name='killproc'>
<runtime>
</runtime>