Table of Contents

Fedora Core 6

Please read Downloads before attempting to use these files. The password for this and other images is ‘password’

If you can not get this image to boot, mount the image (see HOWTO: Filesystems) and try the steps in /mnt/loop/root/imageNotes/README.txt

Installed Packages

  • audit
  • audit-libs
  • audit-libs-python
  • authconfig
  • basesystem
  • bash
  • beecrypt
  • bzip2
  • bzip2-libs
  • checkpolicy
  • chkconfig
  • coreutils
  • cpio
  • cracklib
  • cracklib-dicts
  • cyrus-sasl
  • cyrus-sasl-lib
  • cyrus-sasl-md5
  • db4
  • device-mapper
  • dhclient
  • diffutils
  • dmraid
  • e2fsprogs
  • e2fsprogs-libs
  • ed
  • elfutils
  • elfutils-libelf
  • elfutils-libs
  • ethtool
  • expat
  • fedora-logos
  • fedora-release
  • file
  • filesystem
  • findutils
  • gawk
  • gdbm
  • glib2
  • glibc
  • glibc-common
  • gpg-pubkey
  • grep
  • groff
  • gzip
  • hdparm
  • hwdata
  • info
  • initscripts
  • iproute
  • iputils
  • kbd
  • kpartx
  • krb5-libs
  • less
  • libacl
  • libattr
  • libcap
  • libgcc
  • libselinux
  • libselinux-python
  • libsemanage
  • libsepol
  • libstdc++
  • libtermcap
  • libuser
  • libxml2
  • libxml2-python
  • lvm2
  • MAKEDEV
  • man
  • mcstrans
  • mingetty
  • mkinitrd
  • mktemp
  • module-init-tools
  • nano
  • nash
  • ncurses
  • neon
  • net-tools
  • newt
  • openldap
  • openssh
  • openssh-clients
  • openssh-server
  • openssl
  • pam
  • passwd
  • pciutils
  • pcre
  • policycoreutils
  • popt
  • procps
  • psmisc
  • python
  • python-elementtree
  • python-sqlite
  • python-urlgrabber
  • pyxf86config
  • readline
  • rhpl
  • rootfiles
  • rpm
  • rpm-libs
  • rpm-python
  • sed
  • selinux-policy
  • selinux-policy-targeted
  • setools
  • setup
  • shadow-utils
  • slang
  • sqlite
  • sysklogd
  • SysVinit
  • tar
  • tcl
  • tcp_wrappers
  • termcap
  • tzdata
  • udev
  • usermode
  • util-linux
  • vim-minimal
  • wget
  • which
  • wireless-tools
  • yum
  • yum-metadata-parser
  • zlib

Notes

Tweaks

  • To resolve tls issues, issued the following commands (*):
    • cp /lib/i686/nosegneg/lib* /lib/i686/
    • ldconfig
  • /sbin/hwclock has been replaced with “empty” shell script
  • edited /etc/rc.d/rc.sysinit to remove problematic sections
  • udev has been disabled
(*) The "nosegneg" libraries are actually a part of the standard i686 rpm 
in fc6; the two commands above make the dynamic linker use them 
instead of the libc directly under /lib.  

An alternative to the tweak above is to use the following commands:
  # echo "hwcap 0 nosegneg" > /etc/ld.so.conf.d/libc6-xen.conf
  # ldconfig
This alternative did not work in the jailtime image however.

Networking

  • The main config file is /etc/sysconfig/network-scripts/ifcfg-eth0
  • See also /etc/resolv.conf, /etc/hosts, /etc/sysconfig/network

Discuss

Add a Comment (must be logged in)

Comments for Fedora Core 6:

I think is good idea to have by default SELINUX=disabled in /etc/selinux/config

 
download/fedora/fc6.txt · Last modified: 2008/02/05 15:21
 
Questions? Comments? Email admin@jailtime.org