creating a netinstall iso from the installer

2006-09-27 Thread Marco Herrn
Hi there,

I finally managed to build my installer with a 2.6.18 kernel.
That worked fine. The only problem is: How do I produce an ISO now?

In
http://d-i.alioth.debian.org/svn/debian-installer/installer/doc/custom-kernel.txt
a target build_monolithic is mentioned. When I call make list in
debian-installer/installer/build, I do not see such a target. When calling
it with fakeroot make build_monolithic it does not complain, but also
does nothing.

So, how do I get my netinstall ISO? Which target to choose?
build_gtk_miniiso does create an ISO, but that is not enough as I see. (And
I have no idea what this target means, either.)

So please help, what I have to do to just build the ISO.

Regards
Marco

--
Marco Herrn  _  ___  o '   (_)   _ _
 _(__'o  0 (_X %
   (_`  O o  _; _;'7^'_ \;\ %
(GnuPG/PGP-encrypted mail preferred)   _;\ _.\ _.';;) ;,;_/;
Key ID: 0x94620736  _  _'./_\('))_; );/\)}/`fsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: debian installer with kernel 2.6.18

2006-09-26 Thread Marco Herrn
Hi,

I am still having problems. I now installed kernel-wedge from svn, but
still fail on creating the udebs:

[EMAIL PROTECTED]:/usr/src/debian-installer/k/linux-kernel-di-amd64-2.6$ 
dpkg-buildpackage -rfakeroot
dpkg-buildpackage: source package is linux-kernel-di-amd64-2.6
dpkg-buildpackage: source version is 1.11
dpkg-buildpackage: source changed by Frederik SchÃŒler [EMAIL PROTECTED]
dpkg-buildpackage: host architecture amd64
dpkg-buildpackage: source version without epoch 1.11
 fakeroot debian/rules clean
kernel-wedge gen-control  debian/control
dh_testdir
dh_clean `find modules -type l`
 dpkg-source -b linux-kernel-di-amd64-2.6
dpkg-source: warning: missing information for output field Standards-Version
dpkg-source: warning: source directory `./linux-kernel-di-amd64-2.6' is not 
sourcepackage-upstreamversion `linux-kernel-di-amd64-2.6-1.11'
dpkg-source: building linux-kernel-di-amd64-2.6 in 
linux-kernel-di-amd64-2.6_1.11.tar.gz
dpkg-source: building linux-kernel-di-amd64-2.6 in 
linux-kernel-di-amd64-2.6_1.11.dsc
 debian/rules build
kernel-wedge gen-control  debian/control
dh_testdir
 fakeroot debian/rules binary
kernel-wedge gen-control  debian/control
dh_testdir
dh_testdir
dh_clean -k
kernel-wedge install-files
install -D -m 644 /boot/vmlinuz-2.6.18-1-xen-amd64 
debian/kernel-image-2.6.18-1-amd64-generic-di/boot/vmlinuz
install -D -m 644 /boot/System.map-2.6.18-1-xen-amd64 
debian/kernel-image-2.6.18-1-amd64-generic-di/boot/System.map
kernel-wedge copy-modules 2.6.18-1 amd64-generic 2.6.18-1-xen-amd64
missing module irport
command exited with status 1
make: *** [binary-arch] Error 2


It now complains about a different module. What is going wrong here? 

Regards
Marco
--
Marco Herrn  _  ___  o '   (_)   _ _
 _(__'o  0 (_X %
   (_`  O o  _; _;'7^'_ \;\ %
(GnuPG/PGP-encrypted mail preferred)   _;\ _.\ _.';;) ;,;_/;
Key ID: 0x94620736  _  _'./_\('))_; );/\)}/`fsc


pgpIWg2paM3DF.pgp
Description: PGP signature


debian installer with kernel 2.6.18

2006-09-25 Thread Marco Herrn
Hi there,

since I have a mainboard with VIA VT8251 chipset, I need an installer that
supports that chipset. It is contained in kernel 2.6.18, which is also
available as a debian package since today. 

No I tried to build my own installer with that kernel, as in
http://d-i.alioth.debian.org/svn/debian-installer/installer/doc/custom-kernel.txt.
However I fail doing that.

I have changed the content of kernel-versions to

   # arch  abi   flavourinstalledname   suffix   # 
build-depends
   amd64   2.6.18-2  amd64-generic  2.6.18-1-xen-amd64  - 
linux-image-2.6.18-1-xen-amd64

I also changed every occurrence of linux-image-2.6.16-2-amd64-generic to
linux-image-2.6.18-1-xen-amd64. 

But when I build the package, it fails:


[EMAIL PROTECTED]:/tmp/k/linux-kernel-di-amd64-2.6$ dpkg-buildpackage -rfakeroot
dpkg-buildpackage: source package is linux-kernel-di-amd64-2.6
dpkg-buildpackage: source version is 1.11
dpkg-buildpackage: source changed by Frederik SchÃŒler [EMAIL PROTECTED]
dpkg-buildpackage: host architecture amd64
dpkg-buildpackage: source version without epoch 1.11
 fakeroot debian/rules clean
kernel-wedge gen-control  debian/control
dh_testdir
dh_clean `find modules -type l`
 dpkg-source -b linux-kernel-di-amd64-2.6
dpkg-source: warning: missing information for output field Standards-Version
dpkg-source: warning: source directory `./linux-kernel-di-amd64-2.6' is not 
sourcepackage-upstreamversion `linux-kernel-di-amd64-2.6-1.11'
dpkg-source: building linux-kernel-di-amd64-2.6 in 
linux-kernel-di-amd64-2.6_1.11.tar.gz
dpkg-source: building linux-kernel-di-amd64-2.6 in 
linux-kernel-di-amd64-2.6_1.11.dsc
 debian/rules build
kernel-wedge gen-control  debian/control
dh_testdir
 fakeroot debian/rules binary
kernel-wedge gen-control  debian/control
dh_testdir
dh_testdir
dh_clean -k
kernel-wedge install-files
install -D -m 644 /boot/vmlinuz-2.6.18-1-xen-amd64 
debian/kernel-image-2.6.18-2-amd64-generic-di/boot/vmlinuz
install -D -m 644 /boot/System.map-2.6.18-1-xen-amd64 
debian/kernel-image-2.6.18-2-amd64-generic-di/boot/System.map
kernel-wedge copy-modules 2.6.18-2 amd64-generic 2.6.18-1-xen-amd64
missing module raid5
command exited with status 1
make: *** [binary-arch] Error 2


Any ideas what is going wrong here? Do I use the wrong source package? 

Regards
Marco

--
Marco Herrn  _  ___  o '   (_)   _ _
 _(__'o  0 (_X %
   (_`  O o  _; _;'7^'_ \;\ %
(GnuPG/PGP-encrypted mail preferred)   _;\ _.\ _.';;) ;,;_/;
Key ID: 0x94620736  _  _'./_\('))_; );/\)}/`fsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: debian installer with kernel 2.6.18

2006-09-25 Thread Marco Herrn
Hi,

On Mon, Sep 25, 2006 at 07:51:06PM +0200, Frans Pop wrote:
 On Monday 25 September 2006 17:12, Marco Herrn wrote:
 # arch  abi   flavourinstalledname   suffix   #
  build-depends amd64   2.6.18-2  amd64-generic  2.6.18-1-xen-amd64  - 
  linux-image-2.6.18-1-xen-amd64
 
 
 You have the ABI wrong.

Sorry about the dumb question, but what is the correct one? I tried
with 2.6.18, which leads to the same problem.

And in the source package I downloaded the line was:

amd64   2.6.17-2  amd64  2.6.17-2-amd64  - 
linux-image-2.6.17-2-amd64

I got that source package from
http://ftp.debian.org/debian/pool/main/l/linux-kernel-di-amd64-2.6/linux-kernel-di-amd64-2.6_1.14.tar.gz

Would be nice if you can help me here.

Regards
Marco



--
Marco Herrn  _  ___  o '   (_)   _ _
 _(__'o  0 (_X %
   (_`  O o  _; _;'7^'_ \;\ %
(GnuPG/PGP-encrypted mail preferred)   _;\ _.\ _.';;) ;,;_/;
Key ID: 0x94620736  _  _'./_\('))_; );/\)}/`fsc


pgpOmvQzFUiQw.pgp
Description: PGP signature


Re: debian installer with kernel 2.6.18

2006-09-25 Thread Marco Herrn
On Mon, Sep 25, 2006 at 09:11:31PM +0200, Frans Pop wrote:
 On Monday 25 September 2006 20:27, Marco Herrn wrote:
  Sorry about the dumb question, but what is the correct one? I tried
  with 2.6.18, which leads to the same problem.
 
 How about the same as the kernel's: 2.6.18-1...

Argh, stupid me. Of course.
But even with that change. The problem still exists.
What does it mean with missing module raid5?

--
Marco Herrn  _  ___  o '   (_)   _ _
 _(__'o  0 (_X %
   (_`  O o  _; _;'7^'_ \;\ %
(GnuPG/PGP-encrypted mail preferred)   _;\ _.\ _.';;) ;,;_/;
Key ID: 0x94620736  _  _'./_\('))_; );/\)}/`fsc


pgpjJw8CHI5jA.pgp
Description: PGP signature


Re: debian installer with kernel 2.6.18

2006-09-25 Thread Marco Herrn
 A new version of kernel-wedge that deals with that was uploaded yesterday.

Hmm, the newest version I find is 2.26. Shouldn't it be in sid already, if
it was uploaded yesterday? However, is there some other place I can fetch
it from?



--
Marco Herrn  _  ___  o '   (_)   _ _
 _(__'o  0 (_X %
   (_`  O o  _; _;'7^'_ \;\ %
(GnuPG/PGP-encrypted mail preferred)   _;\ _.\ _.';;) ;,;_/;
Key ID: 0x94620736  _  _'./_\('))_; );/\)}/`fsc


pgpiCtr2ae0jg.pgp
Description: PGP signature


Re: debian installer with kernel 2.6.18

2006-09-25 Thread Marco Herrn
On Mon, Sep 25, 2006 at 10:16:31PM +0200, Frans Pop wrote:
 So, you'll have to build the new version locally and install that.

OK, I will try that. Thanks for your help.


--
Marco Herrn  _  ___  o '   (_)   _ _
 _(__'o  0 (_X %
   (_`  O o  _; _;'7^'_ \;\ %
(GnuPG/PGP-encrypted mail preferred)   _;\ _.\ _.';;) ;,;_/;
Key ID: 0x94620736  _  _'./_\('))_; );/\)}/`fsc


pgpLXBecBi6qj.pgp
Description: PGP signature


Bug#134388: modconf shouldn't only depend on whiptail, but whiptail | dialog

2002-02-17 Thread Marco Herrn

Package: modconf
Version: 0.2.39
Severity: wishlist

If it is possible to use dialog, modconf should have a dependency on
whiptail or dialog, not only whiptail.
That is important for me, because my whiptail version is somewhat broken
(see #130039). 

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux darkstar 2.4.17 #1 Mon Feb 11 01:24:56 CET 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages modconf depends on:
ii  modutils  2.4.13-3   Linux module utilities.
ii  whiptail  0.50.17-9  Displays user-friendly dialog boxe



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]