Welcome to the Compact Flash Builder
(for RedHat 6.1 Distribution)
This document will enable you to build custom Compact Flash Images
to boot your IBM Network Stations (2800,2200) with a Compact Flash
Linux Image. This package contains this document, which explains
how to use the program, and a tar file which will install the program
to the client image and allow you to build custom Compact Flash Images.
Files Included
Getting Started
To start, first download the RedHat 6.1 Server Boot package
(nstation_rh61_from_rpm.tar) from the
IBM Network Station
Linux page. You must follow the instructions there and have a working Network Station
booting from the image that the package creates. Once you have successfully installed
the image to your Linux server, you can then start creating Compact Flash Images with
this program. On the server, change to the directory of the boot image
(default is /nstation/linux), copy the tar file, CFBuilder_X.X.tar
, to your boot diretory and untar the file there.
For example, if your boot dir was /nstation/linux, then
- cp CFBuilder_2.4.02.tar /nstation/linux>
- cd /nstation/linux
- tar -xvf CFBuilder_2.4.02.tar
This will install the Compact Flash Image Builder. To run the program,
boot your Network Station Client to the Linux server, login, and start
Xwindows. Then open a terminal, and change directories to
/IBM/CFBuilder_X.X/
This is the home directory for the Compact Flash Image Builder. In your
terminal, execute the program with this command:
This will start the program. It consists of several Wizard Pages which
will walk you through the necessary steps required to build a custom
Compact Flash Image.
Addition Files
Several additional files needed. The list below names the programs and
files needed. They are located on the RedHat 6.1 CD. Other files will
be downloaded from the internet. CFBuilder will provide documentation
on where the files can be downloaded from within the program.
FVWM2:
- /RedHat/RPMS/fvwm2-2.2.2-3.i386.rpm
- /RedHat/RPMS/fvwm2-icons-2.2.2-3.i386.rpm
Gimp:
- /RedHat/RPMS/gimp-1.0.4-5.i386.rpm
- /RedHat/RPMS/gimp-libgimp-1.0.4-5.i386.rpm
- /RedHat/RPMS/gtk+-1.2.5-2.i386.rpm
You have two options to make these files available to the install program:
- Option 1) Mount and Export your CDROM to the client.
- Insert the RedHat 6.1 CD in to your Linux server. Mount it so you can access it.
- mount /dev/cdrom /mnt/cdrom
- Then you must export the cdrom. Edit your exports file, /etc/exports , and add this entry:
- /mnt/cdrom *(r,no_root_squash)
- then start and stop your nfs server
- cd /etc/rc.d/init.d/
- nfs -stop
- nfs -start
- Boot the client to your Linux server and mount the cdrom. On the client make a mount point in the /mnt directory
- mkdir /mnt/cdrom
- mount the cdrom from the server (replace 127.0.0.1 with the ip of your server) with this command:
- mount 127.0.0.1:/mnt/cdrom /mnt/cdrom
- Now your client can access the cdrom. All files needed are in /mnt/cdrom/RedHat/RPMS
- Option 2) Copy files from RedHat 6.1 CD to Client Image on Server.
- On the server, copy the needed files over into the client image.
For example are booting your Network Station to /nstation/linux
- Change directory to the boot dir
- cd /nstation/linux
- Make an installation directory
- mkdir /install
- Insert the RedHat 6.1 CD into the server and mount it.
- mount /dev/cdrom /mnt/cdrom
- Copy the files needed from /mnt/cdrom/RedHat/RPMS to
your install directory at /nstation/linux/install
Tutorial
Follow the tutorial to learn how to use CFBuilder.
Last Updated: 06.26..00 - CFBuilder Team - RAH/CMG