Tirsdag 11 desember 2007 17:26, skrev Gianluca Moro:
> Hi all,
>
> I was looking in the site docuimentation for a guide on how to
> build a personalized unattended boot CD but I did not find
> any informations: did I miss them? Is there some documentation?
Im not shure if it is this you are looking for;
attached is some notes I did some time ago because I never could remember the
correct magicspell for downloading from CVS..
Downloading from CVS:
-----------------------
- Pick a good directory for the CVS build:
[EMAIL PROTECTED]:~/src/unattended$ mkdir 2007-03-02
[EMAIL PROTECTED]:~/src/unattended$ cd 2007-03-02
- download from CVS magic spells:
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/unattended login
(just hit enter when asked for password)
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/unattended co -P unattended
(Instructions taken from: http://sourceforge.net/cvs/?group_id=62053)
You now have downloaded the unattended build-source from CVS :)
change to the linuxboot directory:
cd unattended/linuxboot
This is the time poke around a bit!
(Read the instructions and se whats in misc and tools)
Also take a good look at the Makefile.
Download the sources:
make download
This will take some time..
Building Unattended linuxboot:
First, read NOTES.txt in the linuxboot directory.
see "The whole shebang" at the end, and take another look at the Makefile.
Basically the options are:
make
make all
make stage1
make stage2
make iso
I just started at the top with:
make
Now, this will take some time..
..and then suddenly:
checking for db.h... no
configure: error: Cannot find db.h
make: *** [ncurses-5.6/lib/libncurses.so] Fejl 1
hm, ncurses-5.6. Lets see what I have installed on my computer:
[EMAIL PROTECTED]:~/src/unattended/2007-03-02/unattended/linuxboot$ dpkg
-l|grep ncurses
ii libncurses5 5.5-5 Shared
libraries for terminal handling
ii libncurses5-dev 5.5-5
Developer's libraries and docs for ncurses
ii libncursesw5 5.5-5 Shared
libraries for terminal handling (wide
ii mtr-tiny 0.71-2 Full
screen ncurses traceroute tool
ii ncurses-base 5.5-5
Descriptions of common terminal types
ii ncurses-bin 5.5-5
Terminal-related programs and man pages
ii ncurses-term 5.5-5
Additional terminal type definitions
[EMAIL PROTECTED]:~/src/unattended/2007-03-02/unattended/linuxboot$
Well, Im just adjusting the Makefile back one notch to ncurses-5.5 and see what
happens:
(adjusting/editing Makefile for 5.5, line 21)
make download
to get ncurses-5.5
and a
make
(some more time passes by)
..and then the build finishes ok. :)
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info