Browse code

Remove grub2 from minimal and fix iso packages.

Touseef Liaqat authored on 2015/07/30 07:53:15
Showing 2 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 {
2 2
     "packages":["glibc", "zlib", "filesystem",
3 3
                 "libgcc", "libstdc++", 
4
-                "sed", "pkg-config", "readline", "ncurses", "bash",
4
+                "sed", "bzip2", "pkg-config", "readline", "ncurses", "bash",
5 5
                 "cracklib", "cracklib-dicts", "cracklib-python", "shadow", 
6 6
                 "coreutils", "grep",
7 7
                 "findutils",
... ...
@@ -1,7 +1,7 @@
1 1
 {
2
-    "packages":["glibc", "zlib", "filesystem", "binutils", "gmp", "mpfr", "libgcc", "libstdc++","libgomp", 
2
+    "packages":["glibc", "zlib", "filesystem", "gmp", "mpfr", "libgcc", "libstdc++","libgomp", 
3 3
                 "pkg-config", "ncurses", "readline", "bash", "bzip2", "cracklib", "cracklib-dicts", "shadow", "procps-ng", "iana-etc", "coreutils", "bc", "libtool", "inetutils",
4
-                "findutils", "xz", "grub2", "iproute2", "util-linux", "openssl", "kmod", "linux", "ca-certificates", "curl", "iptables", "Linux-PAM",
4
+                "findutils", "xz", "iproute2", "util-linux", "openssl", "kmod", "linux", "ca-certificates", "curl", "iptables", "Linux-PAM",
5 5
                 "attr", "libcap", "systemd", "expat", "dbus", "file", "e2fsprogs", "elfutils-libelf", "lua", "popt", "sqlite-autoconf", "nspr", "nss", "rpm",
6 6
                 "openssh", "libffi", "gdbm", "python2", "python2-libs", "pcre", "glib", "libxml2", "libxml2-python",
7 7
                 "photon-release",
... ...
@@ -9,7 +9,7 @@
9 9
                 "libdnet", "xerces-c", "xml-security-c", "libmspack", "open-vm-tools",
10 10
                 "docker","bridge-utils",
11 11
                 "libyaml", "PyYAML", "python-requests", "python-prettytable", "python-jsonpointer", "python-jsonpatch", "python-six", "python-configobj", "cloud-init",
12
-		         "krb5", "e2fsprogs-devel", "which"]
12
+                "krb5", "e2fsprogs-devel", "which"]
13 13
 }
14 14
 
15 15