[RULE] Fw: First install log of Slinky 0.5.0

Richard Kweskin rkwesk at hellug.gr
Sat Feb 26 12:02:56 EET 2005


Hello All

Here is the install log of Slinky 0.5.0, installing the smallest number of packages possible onto box rule-115.

Configuration file exists:
==============================================
#!/bin/sh

## Copyright (C) 2002 Michael Fratoni
## Customized by Ingo - 26. Aug. 2003
## <Devon at tuxfan.homeip.net>
## Copyright (C) The "RULE" project
## http://www.freesoftware.fsf.org/rule

## This program is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License
## as published by the Free Software Foundation; either version 2
## of the License, or (at your option) any later version.

## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.

## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

## The GNU General Public License is also available online:
## http://www.gnu.org/licenses/gpl.html

#############################################################################

## This is the configuration file for the slinky installer.
## Variables which are defined in this file will be used during
## installation. Variables not defined here will be prompted for
## by the installer.

## Variables
## Uncomment and edit these variables for your specific needs.
## Please, uncomment only one in each section!
## Lines containing a single # are the valid options.

#############################################################################

echo == Start: $0

## What distribution would you like to install?
# distri=RedHat    not supported any more
distri=Fedora

## What version of Red Hat or Fedora Linux would you like to install?

# version="8.0"    # RH    not supported any more
# version="9"      # RH    not supported any more
# version="2"      # Fedora FC2
version="3"      # Fedora FC3

	## ******** Next define ******** ##

## Installation method. Where will the installer find the rpm packages?

## FTPrpm installs.*User must bring up network manually*

# method="ftprpms"

## NFSrpm installs. *User must bring up network manually* 
## All rpm packages must be in the same exported_directory/Fedora/RPMS

# method="nfsrpms"

## NFSiso installs. *User must bring up network manually* 
## All ISOs must be in the same exported_directory

# method="nfsiso"

## image installs 
## ISO files must be available on a local hardrive, and
## must be on a partition that will not be used in the install.

# method="iso"
## name of the first disc of Fedora
fc2_disc1=FC2-i386-disc1.iso
fc3_disc1=FC3-i386-disc1.iso

## RPM installs
## RPM files must be available on a local hardrive, and
## must be on a partition that will not be used in the install.

# method="rpms"

## CDROM installs
## Install via local CDROM drive.
## This is the default!

# method="cdrom"

	## ******** Next define ******** ##

## What type of filesystems shall we create?
## ext2 and ext3 are supported.

fstype="ext3"
# fstype="ext2"

	## ******** Next define ******** ##

## What disk device shall we install on?
## Examples:
## /dev/hda for the first hard drive on the primary IDE controller.
## /dev/hdb for the second drive on the primary IDE controller.
## /dev/hdc for the first hard drive on the secondary IDE controller.
## /dev/hdd for the first hard drive on the secondary IDE controller.

## /dev/sda for the first SCSI drive, etc.

## Note /dev/ is prepended by the installer, do not add it here!

## SELECT ONLY ONE!

# device="hda"
# device="hdb"
# device="hdc"
# device="hdd"
# device="sda"
# device="sdb"
# device="sdc"
# device="sdd"

	## ******** Next define ******** ##

## Use additional devices for this installation? If you want
## to use another device, uncomment "use_additional_device="yes"", and
## select the device here.
## Do NOT select the same device selected above!

# use_additional_device="yes"

## Select the device if you uncommented the above line.
## SELECT ONLY ONE!

# device2="hda"
# device2="hdb"
# device2="hdc"
# device2="hdd"
# device2="sda"
# device2="sdb"
# device2="sdc"
# device2="sdd"

	## ******** Next define ******** ##

## If you selected multiple drives above, which drive should the
## installer consider bootable? We need to know to install lilo
## later. You can choose NOT to install lilo later in the config file.

## Note /dev/ is prepended by the installer, do not add it here!

# lilo_dev="hda"

	## ******** Next define ******** ##

## There is only one partition tool available: busybox-fdisk

partition_tool="fdisk"
# partition_tool="none"

	## ******** Next define ******** ##

## Define which partition should be mounted as "/"
## This partition must either exist, or be created 
## with a partitioning tool during install.

# ROOT_PART="hda1"
# ROOT_PART="hda2"
# ROOT_PART="hdb1"
# ROOT_PART="hdb2"

## etc. Select one of the above, or edit one as required.

        ## ******** Next define ******** ##

## Shall we format the / partition? It is strongly suggested
## that you allow the root device to be formatted during
## installation. This is here only to allow the option of not
## formatting in certain situations. Uncomment this to skip
## formatting.

## Big Fat Warning!
## If you uncomment and set SKIP_FORMAT_ROOT=0, the installer
## will format your / partition without further prompting.
## Please be careful!
## 0 = format without prompting, 1 = skip formatting
## Leave commented, and the installer will ask about formatting.

# SKIP_FORMAT_ROOT=1

	## ******** Next define ******** ##

## FIXME
## Individual mount points must be entered during install.
## Deal with it! ;)

	## ******** Next define ******** ##

## The following defines are for stage 2, and must be exported.

## locale support
## Configure languages to install here.
## A list of allowable values is:
## af:sq:ar:eu:be:bs:br:ca:zh:kw:hr:cs:da:nl:en:et:fo:fi:fr:gl:de:el:kl:he
## hi:hu:is:id:ga:it:ja:ko:lv:lt:mk:ms:mt:gv:mr:se:no:nn:oc:fa:pl:pt:ro:ru
## sr:sk:sl:es:sv:tl:ta:te:th:tr:uk:ur:uz:wa

## Default is to install all locales.
## Uncomment and edit the following to install only specific locales.
## This must be a colin (:) separated list.

# export LANGS="en:de:fr"

## List of predefined package subsets to install.
## Uncomment each subset you want to install.

## Uncomment the next line if you want to use any of the 
## following predefined packages.

# export use_package_set="yes"

## Then select individual packages below.

## Laptop support packages.
# export LAPTOP="1"

## Networking support packages.
# export NETWORK="1"

## Dialup networking support packages.
# export DIALUP="1"

## DHCP client support packages.
# export DHCP="1"

## Various web tools and communication packages.
# export WEBTOOLS="1"

## Openssh server packages
# export OPENSSH="1"

## Sendmail server packages.
# export SENDMAIL="1"

#########################################
## Packages below are only for Red Hat 9!
#########################################

## TinyX packages (Xservers and fluxbox window manager)
# export TINYX="1"

## AbiWord packages (Word processor)
# export ABIWORD="1"

## Mozilla packages (Web Browser)
# export MOZILLA="1"

## OpenOffice Packages (Office Suite)
# export OPENOFFICE="1"

## Printing (cups) packages
# export PRINTING="1"

## Date/time configuration packages
## export DATECONFIG="1"

#################################
## End Red Hat 9 only limitation
#################################

#################################################
## Do not enable the following X related packages 
## if you selected TinyX above.
#################################################

## Basic X server packages.
# export XFREE86="1"

## Basic KDE desktop packages
# export KDE="1"

## Basic Gnome desktop packages.
# export GNOME="1"

	## ******** Next define ******** ##

## Select a hostname for this machine.
## Only used if networking is installed.

# export hostname="slinky"

	## ******** Next define ******** ##

## If on a network, and you need to use a gateway, define it here.

# export gateway="192.168.0.3" 


==============================================
End configuration file.
Fri Feb 25 00:42:03 UTC 2005 Slinky installer starting.
Command line used:
initrd=rootfs.gz ramdisk_size=2048 root=/dev/ram0 rw BOOT_IMAGE=vmlinuz ide=nodma
Processor info:
processor : 0 vendor_id : GenuineIntel cpu family : 5 model : 2 model name : Pentium 75 - 200
Memory info:
MemTotal: 30240 kB MemFree: 26212 kB Buffers: 2048 kB Cached: 360 kB SwapCached: 0 kB
==Fedora== Linux version <3> selected
==Fedora== Linux version <3> selected
User selected cdrom install type.
CD probe=hdb
CDROM_DEV=/dev/hdb
Filesystem type selected = ext3
file system options = -j -q -m 3
Available devices = hda
PART_DEV= /dev/hda
INSTALL_DEV= /dev/hda
partition_tool=fdisk
SWAP_DEV=/dev/hda1
Available partitions = hda5

############# FDISK OUTPUT ###############

Disk /dev/hda: 2111 MB, 2111864832 bytes
64 heads, 63 sectors/track, 1023 cylinders
Units = cylinders of 4032 * 512 = 2064384 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1               1          79      159232+  82  Linux swap
/dev/hda2              80        1023     1903104    5  Extended
/dev/hda5   *          80        1023     1903072+  83  Linux

########### END FDISK OUTPUT #############

ROOT_PART_SELECTED=hda5
ROOT_DEV=/dev/hda5
rpm is configured to install the following locales:
en:el
Preparing...                ##################################################
libgcc                      ##################################################
Preparing...                ##################################################
setup                       ##################################################
Preparing...                ##################################################
filesystem                  ##################################################
Preparing...                ##################################################
hwdata                      ##################################################
Preparing...                ##################################################
basesystem                  ##################################################
Preparing...                ##################################################
tzdata                      ##################################################
Preparing...                ##################################################
glibc                       warning: /etc/ld.so.conf created as /etc/ld.so.conf.rpmnew
##################################################
Preparing...                ##################################################
mktemp                      ##################################################
Preparing...                ##################################################
chkconfig                   ##################################################
Preparing...                ##################################################
popt                        ##################################################
Preparing...                ##################################################
beecrypt                    ##################################################
Preparing...                ##################################################
elfutils-libelf             ##################################################
Preparing...                ##################################################
pcre                        ##################################################
Preparing...                ##################################################
libacl                      ##################################################
Preparing...                ##################################################
libstdc++                   ##################################################
Preparing...                ##################################################
iputils                     ##################################################
Preparing...                ##################################################
mingetty                    ##################################################
Preparing...                ##################################################
device-mapper               ##################################################
Preparing...                ##################################################
termcap                     ##################################################
Preparing...                ##################################################
bash                        ##################################################
Preparing...                ##################################################
info                        ##################################################
install-info: No such file or directory for /usr/share/info/info-stnd.info.gz
error: %post(info-4.7-5.i386) scriptlet failed, exit status 1
Preparing...                ##################################################
findutils                   ##################################################
install-info: No such file or directory for /usr/share/info/find.info.gz
error: %post(findutils-4.1.20-7.i386) scriptlet failed, exit status 1
Preparing...                ##################################################
cracklib                    ##################################################
Preparing...                ##################################################
gawk                        ##################################################
Preparing...                ##################################################
tar                         ##################################################
install-info: No such file or directory for /usr/share/info/tar.info.gz
error: %post(tar-1.14-4.i386) scriptlet failed, exit status 1
Preparing...                ##################################################
psmisc                      ##################################################
Preparing...                ##################################################
gzip                        ##################################################
install-info: No such file or directory for /usr/share/info/gzip.info.gz
error: %post(gzip-1.3.3-13.i386) scriptlet failed, exit status 1
Preparing...                ##################################################
cracklib-dicts              ##################################################
Preparing...                ##################################################
iproute                     ##################################################
Preparing...                ##################################################
hotplug                     ##################################################
Preparing...                ##################################################
pam                         ##################################################
Preparing...                ##################################################
udev                        ##################################################
Preparing...                ##################################################
libsepol                    ##################################################
Preparing...                ##################################################
SysVinit                    ##################################################
telinit: timeout opening/writing control channel /dev/initctl
Preparing...                ##################################################
rpm                         ###warning: /etc/logrotate.d/rpm created as /etc/logrotate.d/rpm.rpmnew
###############################################
Preparing...                ##################################################
mkinitrd                    ##################################################
Preparing...                ##################################################
initscripts                 ##################################################
Preparing...                ##################################################
glibc-common                ##################################################
Preparing...                ##################################################
libselinux                  ##################################################
Preparing...                ##################################################
zlib                        ##################################################
Preparing...                ##################################################
shadow-utils                ##################################################
Preparing...                ##################################################
e2fsprogs                   ##################################################
Preparing...                ##################################################
bzip2-libs                  ##################################################
Preparing...                ##################################################
rpm-libs                    ##################################################
Preparing...                ##################################################
libattr                     ##################################################
Preparing...                ##################################################
glib2                       ##################################################
Preparing...                ##################################################
db4                         ##################################################
Preparing...                ##################################################
ethtool                     ##################################################
Preparing...                ##################################################
usbutils                    ##################################################
Preparing...                ##################################################
libtermcap                  ##################################################
Preparing...                ##################################################
ncurses                     ##################################################
Preparing...                ##################################################
grep                        ##################################################
Preparing...                ##################################################
sed                         ##################################################
install-info: No such file or directory for /usr/share/info/sed.info.gz
error: %post(sed-4.1.2-4.i386) scriptlet failed, exit status 1
Preparing...                ##################################################
MAKEDEV                     ##################################################
Preparing...                ##################################################
cpio                        ##################################################
install-info: No such file or directory for /usr/share/info/cpio.info.gz
error: %post(cpio-2.5-7.i386) scriptlet failed, exit status 1
Preparing...                ##################################################
readline                    ##################################################
install-info: No such file or directory for /usr/share/info/history.info.gz
install-info: No such file or directory for /usr/share/info/readline.info.gz
error: %post(readline-4.3-13.i386) scriptlet failed, exit status 1
Preparing...                ##################################################
less                        ##################################################
Preparing...                ##################################################
words                       ##################################################
Preparing...                ##################################################
fedora-release              ##################################################
Preparing...                ##################################################
net-tools                   ##################################################
Preparing...                ##################################################
coreutils                   ##################################################
grep: /usr/share/info/dir: No such file or directory
Preparing...                ##################################################
module-init-tools           ##################################################
Preparing...                ##################################################
util-linux                  ##################################################
install-info: No such file or directory for /usr/share/info/ipc.info*
error: %post(util-linux-2.12a-16.i386) scriptlet failed, exit status 1
Preparing...                ##################################################
procps                      ##################################################
Preparing...                ##################################################
sysklogd                    ##################################################
Preparing...                ##################################################
lvm2                        ##################################################
Preparing...                ##################################################
kernel                      ##################################################
Preparing...                ##################################################
eject                       ##################################################
Preparing...                ##################################################
rootfiles                   ##################################################
Preparing...                ##################################################
expat                       ##################################################
Preparing...                ##################################################
dbus-glib                   ##################################################
Preparing...                ##################################################
openssl                     ##################################################
Preparing...                ##################################################
newt                        ##################################################
Preparing...                ##################################################
hal                         ##################################################
Preparing...                ##################################################
gdbm                        ##################################################
Preparing...                ##################################################
kudzu                       ##################################################
Preparing...                ##################################################
dbus                        ##################################################
Preparing...                ##################################################
krb5-libs                   ##################################################
Preparing...                ##################################################
slang                       ##################################################
Preparing...                ##################################################
libcap                      ##################################################
Preparing...                ##################################################
gmp                         ##################################################
Preparing...                ##################################################
python                      ##################################################
Preparing...                ##################################################
logrotate                   ##################################################
Preparing...                ##################################################
man                         ##################################################
Preparing...                ##################################################
lilo                        ##################################################
Finished installing RPM's at Thu Feb 24 20:00:16 EST 2005

Contents of /etc/lilo.conf

######### BEGIN LILO.CONF ######################

prompt
timeout=50
default=linux
boot= /dev/hda
map=/boot/map
install=/boot/boot.b
# message=/boot/message
lba32

image=/boot/vmlinuz-2.6.9-1.667
    label=linux
   initrd=/boot/initrd-2.6.9-1.667.img
    read-only
    root=/dev/hda5
########## END LILO.CONF #######################

LILO version 21.4-4, Copyright (C) 1992-1998 Werner Almesberger
'lba32' extensions Copyright (C) 1999,2000 John Coffman

Reading boot sector from /dev/hda
Merging with /boot/boot.b
Boot image: /boot/vmlinuz-2.6.9-1.667
Mapping RAM disk /boot/initrd-2.6.9-1.667.img
Added linux *
Backup copy of boot sector in /boot/boot.0300
Writing boot sector.
Install completed: Thu Feb 24 20:04:28 EST 2005

_______________________________________________
Original home page of the RULE project: www.rule-project.org
Rule-list at rule-project.org
http://mail.rule-project.org/mailman/listinfo/rule-list_rule-project.org



This full static mirror of the Run Up to Date Linux Everywhere Project mailing list, originally hosted at http://lists.hellug.gr/mailman/listinfo/rule-list, is kept online by Free Software popularizer, researcher and trainer Marco Fioretti. To know how you can support this archive, and Marco's work in general, please click here