Makefile | 2 +- imgcreate/kickstart.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit bd7c399756359916628a8016ff69a1064dd2f521 Author: Warren Togami wtogami@redhat.com Date: Mon Oct 19 22:22:27 2009 -0400
version 030
diff --git a/Makefile b/Makefile index 8175ed6..3d1db26 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@
-VERSION = 029 +VERSION = 030
INSTALL = /usr/bin/install -c INSTALL_PROGRAM = ${INSTALL}
commit fb71c65c1d6cb478969b3214c5caa94dc4b2b9af Author: Warren Togami wtogami@redhat.com Date: Mon Oct 19 22:21:59 2009 -0400
I am a moron, committed wrong version of this patch.
diff --git a/imgcreate/kickstart.py b/imgcreate/kickstart.py index c926977..328043c 100644 --- a/imgcreate/kickstart.py +++ b/imgcreate/kickstart.py @@ -406,7 +406,7 @@ class SelinuxConfig(KickstartConfig): """A class to apply a kickstart selinux configuration to a system.""" def relabel(self, ksselinux): # touch some files which get unhappy if they're not labeled correctly - for fn in ("/etc/resolv.conf"): + for fn in ("/etc/resolv.conf",): path = self.path(fn) f = file(path, "w+") os.chmod(path, 0644)
On Tue, Oct 20, 2009 at 4:22 AM, Warren Togami 砥上勇 wtogami@fedoraproject.org wrote:
version 030
for completeness, please push also release tags to git, last I see is livecd-tools-027
Thanks, Alan
I created a livecd of fedora 12 using the templates provided, and put this on usb with an overlay. livecd-iso-to-disk --home-size-mb 2048 --overlay-size-mb 2048 fedora12.iso /dev/sdb1 I add a luks password, in my case "test".
My default plymouth theme is set to spinfinity.
During the boot process, plymouth does not prompt me for a password, my machine boots, but /home is not mounted.
If I boot in runlevel 3, I am prompted.
Is there a problem with plymouth here?
livecd@lists.fedoraproject.org