diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2018-05-31 12:34:33 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-02 11:41:25 +0100 |
| commit | 5e2232b3c51ad76f54e565f1147c51d39539d62d (patch) | |
| tree | 620e9133316ed3940c53ee1bbb4c379d23138c34 /scripts/lib/wic/canned-wks | |
| parent | 2c63f6bc0e7bead9163fe722e7aaeec3c6d72cd2 (diff) | |
| download | poky-5e2232b3c51ad76f54e565f1147c51d39539d62d.tar.gz | |
qemux86-directdisk.wks: remove uvesafb.mode_option
Let this be dictated by the module parameter value being set by qemu
machine configuration.
(From OE-Core rev: c40b241e8d40c8bc1c9e6065b12e260662f5bba4)
(From OE-Core rev: 5a3dec9fb42838ddfec7c0b216367bf4c9a32db6)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/canned-wks')
| -rw-r--r-- | scripts/lib/wic/canned-wks/qemux86-directdisk.wks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/canned-wks/qemux86-directdisk.wks b/scripts/lib/wic/canned-wks/qemux86-directdisk.wks index 1f8466af29..cfa32bd38a 100644 --- a/scripts/lib/wic/canned-wks/qemux86-directdisk.wks +++ b/scripts/lib/wic/canned-wks/qemux86-directdisk.wks | |||
| @@ -4,5 +4,5 @@ | |||
| 4 | 4 | ||
| 5 | include common.wks.inc | 5 | include common.wks.inc |
| 6 | 6 | ||
| 7 | bootloader --timeout=0 --append="vga=0 uvesafb.mode_option=640x480-32 rw mem=256M ip=192.168.7.2::192.168.7.1:255.255.255.0 oprofile.timer=1 rootfstype=ext4 " | 7 | bootloader --timeout=0 --append="vga=0 rw mem=256M ip=192.168.7.2::192.168.7.1:255.255.255.0 oprofile.timer=1 rootfstype=ext4 " |
| 8 | 8 | ||
