[livecd-tools] - add 'troubleshooting' submenu with 'basic graphics mode' to UEFI boot menu (awilliam) - make UEFI

Brian C. Lane bcl at fedoraproject.org
Mon Nov 18 22:46:41 UTC 2013


commit c8483457a33b9d629e9b7f54409217a3766dabdd
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Nov 18 14:46:57 2013 -0800

    - add 'troubleshooting' submenu with 'basic graphics mode' to UEFI boot menu (awilliam)
    - make UEFI boot menu resemble the BIOS and non-live boot menus more (awilliam)
    - drop 'xdriver=vesa' from basic graphics mode parameters (per ajax) (awilliam)
    - Ensure filesystem modules end up in the live image initramfs. (notting)
    - Don't use mkfs.extN options for any filesystem types. (notting)
    - litd: Add --label option to override LIVE label (helio)
    - liveimage-mount: add missing import (bcl)
    - Change vfat limit from 2047 to 4095 (#995552) (bcl)

 .gitignore        |    1 +
 livecd-tools.spec |   12 +++++++++++-
 sources           |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d0d41ae..d3ea83d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /livecd-tools-19.6.tar.bz2
 /livecd-tools-20.0.tar.bz2
+/livecd-tools-20.1.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index 5eccab7..e804f3c 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 20.0
+Version: 20.1
 Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
@@ -105,6 +105,16 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Mon Nov 18 2013 Brian C. Lane <bcl at redhat.com> 20.1-1
+- add 'troubleshooting' submenu with 'basic graphics mode' to UEFI boot menu (awilliam)
+- make UEFI boot menu resemble the BIOS and non-live boot menus more (awilliam)
+- drop 'xdriver=vesa' from basic graphics mode parameters (per ajax) (awilliam)
+- Ensure filesystem modules end up in the live image initramfs. (notting)
+- Don't use mkfs.extN options for any filesystem types. (notting)
+- litd: Add --label option to override LIVE label (helio)
+- liveimage-mount: add missing import (bcl)
+- Change vfat limit from 2047 to 4095 (#995552) (bcl)
+
 * Wed Aug 07 2013 Brian C. Lane <bcl at redhat.com> 20.0-1
 - Version 20.0 (bcl)
 - Install docs in unversioned doc directory (#992144) (bochecha)
diff --git a/sources b/sources
index 5818996..af1432b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-967794e73df4d5239266f2e9e892b518  livecd-tools-20.0.tar.bz2
+d0cdcb85a044037fca7646b6f6eacf8d  livecd-tools-20.1.tar.bz2


More information about the scm-commits mailing list