#linux #fedora
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
name=Installations_DVD baseurl=file:///mnt/DVD/ enable=1
## Post-Installation (optional) * terminus-fonts(( /lib/kbd/consolefonts/ter* )) ```bash yum install terminus-font-console nano /etc/sysconfig/i18n SYSFONT "ter-i16n" setsysfonf ```