diff --git a/livecd-tools-027-make-liveusb-work-damnit.patch b/livecd-tools-027-make-liveusb-work-damnit.patch deleted file mode 100644 index d2bd307..0000000 --- a/livecd-tools-027-make-liveusb-work-damnit.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/imgcreate/live.py b/imgcreate/live.py -index 85de975..ed3d563 100644 ---- a/imgcreate/live.py -+++ b/imgcreate/live.py -@@ -416,7 +416,7 @@ menu hiddenrow 5 - - def __get_image_stanza(self, is_xen, isDracut, **args): - if isDracut: -- args["rootlabel"] = "live:LABEL=%(fslabel)s" % args -+ args["rootlabel"] = "live:CDLABEL=%(fslabel)s" % args - else: - args["rootlabel"] = "CDLABEL=%(fslabel)s" % args - diff --git a/livecd-tools.spec b/livecd-tools.spec index c624f96..f1321e3 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -10,7 +10,6 @@ License: GPLv2 Group: System Environment/Base URL: http://git.fedorahosted.org/git/livecd Source0: %{name}-%{version}.tar.bz2 -Patch0: livecd-tools-027-make-liveusb-work-damnit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: python-imgcreate = %{version}-%{release} Requires: mkisofs @@ -52,7 +51,6 @@ like live image or appliances. %prep %setup -q -%patch0 -p1 %build make