diff options
author | Dan Radez <dradez@redhat.com> | 2016-04-06 14:48:18 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-04-07 22:22:28 -0400 |
commit | d84beb35dfa3a804eef35e1349ffec74ef9bbd87 (patch) | |
tree | 40c994e87ebd6fb2cf084638b9e47fe7491d996c /build/isolinux.cfg | |
parent | d1dc7ebd54fd2eba6bbf17a0bc531e5838635206 (diff) |
Updates to the iso build
- refreshing to the Cent 7 1511 version of comps.xml
- adding a graphical desktop install option
- refreshing to the Cent 7 1511 version of isolinux.cfg
- adding package depedencies for Mitaka ISO install
JIRA: APEX-104
Change-Id: I73413270d2da656a4421f78a93504b611d300206
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build/isolinux.cfg')
-rw-r--r-- | build/isolinux.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/isolinux.cfg b/build/isolinux.cfg index 487226e1..87ae01b0 100644 --- a/build/isolinux.cfg +++ b/build/isolinux.cfg @@ -59,8 +59,7 @@ menu separator # insert an empty line menu separator # insert an empty line label linux - menu label ^Install Apex OPNFV :: CentOS 7 - menu default + menu label ^Install OPNFV Apex :: CentOS 7 kernel vmlinuz append initrd=initrd.img inst.stage2=hd:LABEL=OPNFV\x20CentOS\x207\x20x86_64 |