I've build the linuxboot iso in a small sarge chroot. 
I was wondering, isn't it easier when we have one "uniform" build environment
 so that anyone who builds the disk starts out the same ?

My zipped chroot of debian sarge is about 70mb, maybe we could start from
that ?

Small bug while building the iso though, it needs stage1/usr/lib for the 
ncurses libs.

--- Makefile    2004-08-10 20:36:35.000000000 +0200
+++ ../../../../deb/sarge/linuxboot/Makefile    2004-08-11 12:20:19.000000000 +0200
@@ -305,7 +305,7 @@
 # against our just-built libraries instead of the system libraries.
 # FIXME: Should include -nostdinc here
 fakelib_cflags=-isystem $(cwd)/fakeinclude -L$(cwd)/fakelib                \
-               -L$(cwd)/stage1/lib -Wl,-rpath-link,$(cwd)/stage1/lib
+               -L$(cwd)/stage1/lib -L$(cwd)/stage1/usr/lib 
-Wl,-rpath-link,$(cwd)/stage1/lib
 
 # Create empty config file to silence ldconfig warnings
 stage1/etc/ld.so.conf:

--Wim


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
unattended-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to