F7 general question about livecd-creator and timezones
by Skunk Worx
My ks scripts have the timezone set to PDT (America/Los_Angeles).
Installation to a hard drive works as expected. PDT in startup and in
shells, etc.
Creating a livecd-creator iso with the same tz setting, then booting,
shows A/L_A in the /etc/sysconfig/clock file, as expected.
However the date is always EDT in the boot messages, shells, etc.
During startup I see :
(lvm)
Press I to enter interactive startup
Setting clock (utc) Mon Jun 4 00:12:59 EDT 2007
(udev)
I'm not clear on what is happening between lvm and udev in the Linux
startup sequence.
If someone could give me a hint about what to look for and where to look
for it I would appreciate the help.
---
John
14 years, 5 months
config/livecd-fedora-kde.ks
by Sebastian Vahl
config/livecd-fedora-kde.ks | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 510a342ec5ad1d9a8aa58f755480907f26ec83b9
Author: Sebastian Vahl <fedora(a)deadbabylon.de>
Date: Mon Mar 31 00:32:16 2008 +0200
add dvd+rw-tools for k3b
diff --git a/config/livecd-fedora-kde.ks b/config/livecd-fedora-kde.ks
index a4550ff..9b24fc4 100644
--- a/config/livecd-fedora-kde.ks
+++ b/config/livecd-fedora-kde.ks
@@ -30,6 +30,7 @@ filelight
# some extras
fuse
+dvd+rw-tools
# additional fonts
@fonts
15 years, 6 months
customizing layout
by Davide Marchi
Hello!
I'm Davide from Italy (wonderful monnezza, do yu know?:)
I would like to customize the look amd feel on mine livecd Fedora Core 8;
for example, desktop background, greeter, desktop theme, etc, etc..
i don't know the better pratique, but i suppose that stopping, at
certain moment the build, i could make this changes
could you suggest the better way and how make it?
many many thanks!!
--
cosmogoniA <http://www.cosmogonia.org/>
noprovarenofareononfarenonc'èprovare
15 years, 6 months
Howto wiki page and selinux
by Valent Turkovic
Hi,
I saw howto page [1] and noticed that there is no mention of selinux
there. If you have selinux disabled you can't even start
livecd-creator and if you don't reload selinux policy after creating
of respin then you have lots of selinux alerts.
I got this tip from selinux mailing list:
If you have your selinux put in Enforcing mode then do this:
# setenforce 0
# livecd-creator ...
# load_policy
# setenforce 1
if you have your selinux in Permissive mode than yust this:
# livecd-creator ...
# load_policy
I have 0 time because of moving to a new apartment so please if
anybody can edit howto page.
Cheers,
Valent.
[1] http://fedoraproject.org/wiki/FedoraLiveCD/LiveCDHowTo
--
http://kernelreloaded.blog385.com/
linux, blog, anime, spirituality, windsurf, wireless
registered as user #367004 with the Linux Counter, http://counter.li.org.
ICQ: 2125241, Skype: valent.turkovic
15 years, 6 months
keep rpm/yum cache between builds?
by Valent Turkovic
Hi,
is it possible to keep rpm/yum cache between builds. This is very
useful when somebody is building multiple spins that are marginally
different (language, few packages that are installed/removed) and not
to download all the packages if they haven't changed.
Does this make sense to you?
Cheers,
Valent.
--
http://kernelreloaded.blog385.com/
linux, blog, anime, spirituality, windsurf, wireless
registered as user #367004 with the Linux Counter, http://counter.li.org.
ICQ: 2125241, Skype: valent.turkovic
15 years, 6 months
No Text in X
by Luc Desfosses
Hi all.
First, I want to say "thanks" for all the fedora's livecd you made who
help me to install fedora everywhere. :)
I have a problem with the two livecd ( KDE and normal ) of the 9beta.
I have no text when the X start.
My laptop is a Dell D630, the GPU is an Intel i965GM with no problems
under FC8.
What can i do ?
15 years, 6 months
Requirements for F9 Beta KDE Live Image
by Diego Búrigo Zacarão
Hi,
Anyone knows what are the minimum hardware requirements for Fedora 9 Beta
KDE Live Image?
Thank you.
--
Diego Búrigo Zacarão
Linux User #402589
USE SOFTWARE LIVRE
15 years, 6 months
Console fonts
by Richard W.M. Jones
I'm trying to enable a broad range of languages in virt-p2v, and to do
that, understand how to enable a broad Unicode console font. I notice
that Anaconda does this already, but I'm having a bit of trouble
understanding exactly how.
Anyway, first of all I discovered that if one adds the 'kbd' package
to the live CD, then you get a UTF-8 console (/bin/unicode_start runs
early on) and the default font is 'latarcyrheb-sun16'. The font, as
the name may suggest, supports Latin-1, Arabic(?), Cyrillic and Hebrew
characters.
Example tests (shows error message in exotic characters):
LANG=fr_FR.UTF-8 ls /nothere
LANG=ru_RU.UTF-8 ls /nothere
But note that these fail (square blocks displayed instead of
characters):
LANG=zh_CN.UTF-8 ls /nothere
LANG=ja_JP.UTF-8 ls /nothere
This doesn't give me any Asian language support, and I couldn't see a
console font which does. Note I'd like to display all languages at
the same time, because the first screen lets the user pick their
language.
Anaconda seems to do some trickery where it saves something (a
character map??) by issuing a KD_FONT_OP_GET ioctl, and then restores
this when the CD boots. I'm not sure when the saving occurs, or the
relationship between these rather small maps (about 5K each) and the
presumably much larger fonts that are required to support them.
So can anyone help?
Rich.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
15 years, 6 months
imgcreate/yuminst.py
by Jeremy Katz
imgcreate/yuminst.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit a965dabed43fc3325bd097bdcd2c0559da147e46
Author: Jeremy Katz <katzj(a)redhat.com>
Date: Wed Mar 12 09:46:30 2008 -0400
If ordering fails, don't let the image build
diff --git a/imgcreate/yuminst.py b/imgcreate/yuminst.py
index 4c9ae40..a8dd6cd 100644
--- a/imgcreate/yuminst.py
+++ b/imgcreate/yuminst.py
@@ -162,7 +162,10 @@ class LiveCDYum(yum.YumBase):
self.initActionTs()
self.populateTs(keepold=0)
self.ts.check()
- self.ts.order()
+ rc = self.ts.order()
+ if rc != 0:
+ raise CreatorError("ordering packages for installation failed!")
+
# FIXME: callback should be refactored a little in yum
sys.path.append('/usr/share/yum-cli')
import callback
15 years, 6 months