remove the default kernel cmdln "quiet vga" for raw
authorJF Ding <jian-feng.ding@intel.com>
Fri, 23 Mar 2012 02:54:36 +0000 (10:54 +0800)
committerJF Ding <jian-feng.ding@intel.com>
Fri, 23 Mar 2012 02:54:36 +0000 (10:54 +0800)
mic/imager/loop.py [changed mode: 0755->0644]
mic/imager/raw.py

old mode 100755 (executable)
new mode 100644 (file)
index a600464..7c20079 100644 (file)
@@ -284,7 +284,7 @@ class RawImageCreator(BaseImageCreator):
                              % (self.distro_name.lower(), footlabel)
             syslinux_conf += "\tmenu label %s (%s)\n" % (self.distro_name, v)
             syslinux_conf += "\tkernel vmlinuz-%s\n" % v
-            syslinux_conf += "\tappend ro root=%s quiet vga=current %s\n" \
+            syslinux_conf += "\tappend ro root=%s %s\n" \
                              % (rootdev, options)
             if footlabel == 0:
                syslinux_conf += "\tmenu default\n"