Hi,
I am trying to create a minimal livecd with live cd creator. Here is the
kickstart file.
lang C
keyboard us
timezone US/Eastern
auth --useshadow --enablemd5
selinux --disabled
firewall --disabled
#By default we just bump into runlevel 3
bootloader --timeout=1 --append="acpi=force 3"
network --bootproto=dhcp --device=eth0 --onboot=on
services --enabled=network
part / --size 2024 --fstype ext4 --ondisk sda
repo --name=fedora --mirrorlist=
http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$b…
repo --name=updates --mirrorlist=
http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$release…
#Fix pyparted: https://bugzilla.redhat.com/show_bug.cgi?id=711573
repo --name=custom-repo --baseurl=file:///home/zer0c00l/custom-repo/
%packages --excludedocs --nobase
@core
#
#Fonts, metacity and base-x are needed for anaconda
#Anaconda does not support text based installation as of now
#
@Fonts
@base-x
-desktop-backgrounds-basic
-firstboot
metacity
bash
kernel
grub
e2fsprogs
passwd
chkconfig
openssh
openssh-server
rootfiles
yum
vim-minimal
acpid
#needed to disable selinux
lokkit
#Allow for dhcp access
dhclient
iputils
-prelink
-setserial
-ed
# Remove the authconfig pieces
-authconfig
#-rhpl
-wireless-tools
# these are all kind of overkill but get pulled in by mkinitrd ordering
-mkinitrd
-kpartx
-dmraid
-mdadm
-lvm2
# selinux toolchain of policycoreutils, libsemanage, ustr
-policycoreutils
-checkpolicy
-selinux-policy*
-libselinux-python
-libselinux
# Things it would be nice to loose
fedora-logos
-fedora-release-notes
@Development Tools
-git
anaconda
rcs
cvs
subversion
fuse-devel
createrepo
mysql-server
MySQL-python
python
perl
%end
Everything works file in livecd-creator end, When i started anaconda using
'liveinst', it shows me the language selection screen. On clicking next on
language selection secreen i get "className=KeyboardWindow" error . Is it a
problem with my ks file or anaconda?
--
Arun S.A.G
http://zer0c00l.in/
Hi,
as you probably know I work on Fusion Linux Fedora Remix (www.fusionlinux.org)
My biggest problem is lack of sysadmin and development knowledge and
because of that I have to do lots of things maniually, and I know they
can be automated and streamlined but have no idea where to start.
If you work on a simple Fedora Remix then all you do is done via
simple edits in kickstart but when you go further than that things get
very complicated very quickly. For example if you want to use make
some system changes or provide additional files then you need to
create new rpm package, manage .spec files from rpm packages as they
evolve, rebuild new rpm packages, upload them to your repository and
rebuild repo metadata.
I currently do all this manually and that is just wrong, time
consuming and not open to other contributors.
If anybody can help us out by providing some guidance, best practices
and tutoring that would be awesome. We would help with creating wiki
pages and blog post to further spread this knowledge and help more
people create their own Fedora Remixes.
Cheers,
Valent.
--
follow me - www.twitter.com/valentt & http://kernelreloaded.blog385.com
linux, anime, spirituality, wireless, scuba, linuxmce smart home, zwave
ICQ: 2125241, Skype: valent.turkovic, MSN: valent.turkovic(a)hotmail.com
Hi guys,
are you having problems with Live CD Installer? I get F15 iso to build
and it works ok as a live image but can't install it.
Here is the crash of liveinst :
[root@localhost ~]# liveinst
Traceback (most recent call last):
File "/usr/bin/anaconda-cleanup", line 41, in <module>
from pyanaconda.cmdline import InstallInterface
File "/usr/lib/python2.7/site-packages/pyanaconda/cmdline.py", line
25, in <module>
import parted
File "/usr/lib/python2.7/site-packages/parted/__init__.py", line 53,
in <module>
from partition import Partition
File "/usr/lib/python2.7/site-packages/parted/partition.py", line
249, in <module>
partitionFlag[__flag] = _ped.partition_flag_get_name(__flag)
ValueError: Invalid flag provided.
localuser:root being added to access control list
Traceback (most recent call last):
File "/usr/sbin/anaconda", line 507, in <module>
from pyanaconda import kickstart
File "/usr/lib/python2.7/site-packages/pyanaconda/kickstart.py",
line 21, in <module>
from storage.deviceaction import *
File "/usr/lib/python2.7/site-packages/pyanaconda/storage/__init__.py",
line 31, in <module>
import parted
File "/usr/lib/python2.7/site-packages/parted/__init__.py", line 53,
in <module>
from partition import Partition
File "/usr/lib/python2.7/site-packages/parted/partition.py", line
249, in <module>
partitionFlag[__flag] = _ped.partition_flag_get_name(__flag)
ValueError: Invalid flag provided.
Should I report this issue as a new bug? Do your remixes of F15 have
working live installer?
Cheers,
Valent.
--
follow me - www.twitter.com/valentt & http://kernelreloaded.blog385.com
linux, anime, spirituality, wireless, scuba, linuxmce smart home, zwave
ICQ: 2125241, Skype: valent.turkovic, MSN: valent.turkovic(a)hotmail.com