Compare commits

...

4 Commits
master ... fc6

Author SHA1 Message Date
Fedora Release Engineering 0261912d38 dist-git conversion 2010-07-29 02:28:48 +00:00
Bill Nottingham 427cad508c Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:57:26 +00:00
Jeremy Katz 119f533071 - disable screensaver with default config
- add aic7xxx and sym53c8xx drivers to default initramfs
- fixes from johnp for FC6 support in the creator
- fix iso-to-stick to work on FC6
2007-05-04 22:11:36 +00:00
Jeremy Katz 54b3c881f2 Initialize branch FC-6 for livecd-tools 2007-05-04 22:10:14 +00:00
5 changed files with 12 additions and 27 deletions

View File

@ -1 +0,0 @@
livecd-tools-007.tar.bz2

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
livecd-tools-008.tar.bz2

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: livecd-tools
# $Id$
NAME := livecd-tools
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,6 +1,6 @@
Summary: Tools for building live CD's
Name: livecd-tools
Version: 007
Version: 008
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
@ -13,11 +13,11 @@ Requires: e2fsprogs
Requires: yum >= 3.0.0
Requires: mkisofs
Requires: squashfs-tools
Requires: pykickstart >= 0.96
Requires: syslinux >= 3.30
Requires: pykickstart
Requires: syslinux
Requires: dosfstools >= 2.11-8
BuildArch: noarch
ExcludeArch: ppc pp64
ExcludeArch: ppc ppc64
%description
Tools for generating live CD's on Fedora based systems including
@ -48,6 +48,12 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/livecd-tools/*
%changelog
* Fri May 4 2007 Jeremy Katz <katzj@redhat.com> - 008-1
- disable screensaver with default config
- add aic7xxx and sym53c8xx drivers to default initramfs
- fixes from johnp for FC6 support in the creator
- fix iso-to-stick to work on FC6
* Tue Apr 24 2007 Jeremy Katz <katzj@redhat.com> - 007-1
- Disable prelinking by default
- Disable some things that slow down the live boot substantially

View File

@ -1 +1 @@
2d38ef9279789c9cb2339dab42d4da06 livecd-tools-007.tar.bz2
13d24d79bfe46bea81ec7880cded9deb livecd-tools-008.tar.bz2