diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2018-05-31 12:34:33 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-04 15:15:00 +0100 |
| commit | 9481289419876dbb61c5b8844859add2795f5e54 (patch) | |
| tree | 458652d13c420c66da4260ce31fd3cdd6219a58f /scripts | |
| parent | 693638fd5dc46369a58e4913c5a70bf23e82ce17 (diff) | |
| download | poky-9481289419876dbb61c5b8844859add2795f5e54.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)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
| -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 | ||
