From 7c05a7d739030c5a9c3154c6e70cf23fa018b51b Mon Sep 17 00:00:00 2001 From: Michael LeMay Date: Sat, 27 Feb 2016 12:16:03 -0800 Subject: [PATCH] doc: Remove unneeded Ubuntu dependencies for GRUB I built GRUB on Ubuntu v.15.10, and I found that some of the dependencies listed in the Galileo documentation do not actually need to be listed on the apt-get install command line. Some are simply unnecessary, and others are already listed as dependencies by other packages in the list. Change-Id: If6ae0c3abe54a18839e75299a3e9cf006c745d0c Signed-off-by: Michael LeMay --- doc/board/galileo.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/board/galileo.rst b/doc/board/galileo.rst index b16e58918a4..9c68f325fb2 100644 --- a/doc/board/galileo.rst +++ b/doc/board/galileo.rst @@ -210,10 +210,7 @@ GRUB. .. code-block:: console - $ sudo apt-get install gnu-efi:i386 bison libopts25 \ - libselinux1-dev autogen m4 autoconf help2man libopts25-dev flex \ - libfont-freetype-perl automake autotools-dev libfreetype6-dev \ - texinfo + $ sudo apt-get install bison autoconf libopts25-dev flex automake On Fedora, type: