fixed typos
authorJF Ding <jfding@gmail.com>
Wed, 19 Oct 2011 09:44:32 +0000 (17:44 +0800)
committerJF Ding <jfding@gmail.com>
Wed, 19 Oct 2011 09:44:32 +0000 (17:44 +0800)
plugins/imager/livecd_plugin.py
plugins/imager/liveusb_plugin.py
plugins/imager/loop_plugin.py
plugins/imager/raw_plugin.py

index f702d1b..bbfc375 100644 (file)
@@ -60,7 +60,7 @@ class LiveCDPlugin(ImagerPlugin):
                 recording_pkgs.append('name')
             ksconf = misc.save_ksconf_file(ksconf, creatoropts['release'])
             name = os.path.splitext(os.path.basename(ksconf))[0]
-            createopts['outdir'] = "%s/%s/images/%s/" % (createopts['outdir'], createopts['release'], name)
+            creatoropts['outdir'] = "%s/%s/images/%s/" % (creatoropts['outdir'], creatoropts['release'], name)
         cfgmgr._ksconf = ksconf
 
         # try to find the pkgmgr
index c620fa8..1969bb9 100644 (file)
@@ -62,7 +62,7 @@ class LiveUSBPlugin(ImagerPlugin):
                 recording_pkgs.append('name')
             ksconf = misc.save_ksconf_file(ksconf, creatoropts['release'])
             name = os.path.splitext(os.path.basename(ksconf))[0]
-            createopts['outdir'] = "%s/%s/images/%s/" % (createopts['outdir'], createopts['release'], name)
+            creatoropts['outdir'] = "%s/%s/images/%s/" % (creatoropts['outdir'], creatoropts['release'], name)
         cfgmgr._ksconf = ksconf
 
         # try to find the pkgmgr
index fbc90bf..e0b6e81 100644 (file)
@@ -57,7 +57,7 @@ class LoopPlugin(ImagerPlugin):
                 recording_pkgs.append('name')
             ksconf = misc.save_ksconf_file(ksconf, creatoropts['release'])
             name = os.path.splitext(os.path.basename(ksconf))[0]
-            createopts['outdir'] = "%s/%s/images/%s/" % (createopts['outdir'], createopts['release'], name)
+            creatoropts['outdir'] = "%s/%s/images/%s/" % (creatoropts['outdir'], creatoropts['release'], name)
         cfgmgr._ksconf = ksconf
 
         # try to find the pkgmgr
index d543b14..cf4edf3 100644 (file)
@@ -59,7 +59,7 @@ class RawPlugin(ImagerPlugin):
                 recording_pkgs.append('name')
             ksconf = misc.save_ksconf_file(ksconf, creatoropts['release'])
             name = os.path.splitext(os.path.basename(ksconf))[0]
-            createopts['outdir'] = "%s/%s/images/%s/" % (createopts['outdir'], createopts['release'], name)
+            creatoropts['outdir'] = "%s/%s/images/%s/" % (creatoropts['outdir'], creatoropts['release'], name)
         cfgmgr._ksconf = ksconf
 
         # try to find the pkgmgr