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)