[[os:fedora]]
You are using IPv4, you should consider start using IPv6
 
Übersetzungen dieser Seite:

Fedora

Informationen

Dokumentation

Installation

  • Alternate method: at boot CD prompt: linux askmethod

Kernel

Netinstall / Mirrors

#!/bin/sh
# select a rsync host close to your location from
# http://mirrors.fedoraproject.org/publiclist
MIRROR_PATH=./fedora
MIRROR_HOST=ftp-stud.hs-esslingen.de
SECTION=core
VERSION=4
ARCH=i386
EXCLUDE="--exclude=debug/ --exclude=iso/ --exclude=repodata/ --exclude=*debuginfo*"
# append excludes below to exclode something more ...
# --exclude=*i18* --exclude=*langpack*
OPTIONS="-auvH --progress --delay-updates --numeric-ids --delete-after"
 
rsync rsync://$MIRROR_HOST/fedora/linux/$SECTION/$VERSION/$ARCH $OPTIONS $EXCLUDE $MIRROR_PATH

Paketmanagement

yum

Post-Installation (optional)

  • terminus-fonts1)

yum install terminus-font-console nano /etc/sysconfig/i18n SYSFONT "ter-i16n" setsysfonf

1)
/lib/kbd/consolefonts/ter*
 
os/fedora.txt · Zuletzt geändert: 2008/06/20 12:04 von admin
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki