Hi Steffen! Second patch, second mail :-)
On Fri, 13 Feb 2009 02:47:31 +0100, Steffen Moeller wrote: >>From 865dcafc9ef910746dd5420de9381d9c7b6ac464 Mon Sep 17 00:00:00 2001 > From: Steffen Moeller <[email protected]> > Date: Thu, 12 Feb 2009 23:35:56 +0100 > Subject: [PATCH] Gave instructions on how to use install.sh with a vfat first > partition. First note: I prefer every output to be wrapped at 72 columns, to be visible without any newline on a default 80x25 terminal. Again, this is my preference, not a dogma. > -Thus, you should continue at your own risk. > +Thus, you should continue at your own risk. You can still use Debian's > +kernel for the OpenMoko, just don't mount your vfat boot partition to /boot > +yet. Install the regular kernel package, then manually copy /boot/uImage.bin ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is not possible if /boot is on vfat http://lists.linuxtogo.org/pipermail/smartphones-userland/2008-November/000456.html Thus, if we really want to support /boot on vfat (if it was not clear, I do not), we need something similar (but not the same) to the cdebootstrap installation. Would you mind implementing it? The idea is simple: the kernel stage is wrapped into a big if/else statement: --8<---------------cut here---------------start------------->8--- if [ "$SD_PART1_FS" = "vfat" ]; then # download (but not install) the Debian kernel with apt-get, # then extract it into the correct place # please use only Debian tools, i.e. apt-get and dpkg else chroot $INST_DIR /bin/sh -e <<__END_CHROOT__ apt-get --yes install linux-image-2.6.28-openmoko-gta02 apt-get clean __END_CHROOT__ fi --8<---------------cut here---------------end--------------->8--- Thx, bye, Gismo / Luca
pgpokc0hGvWNl.pgp
Description: PGP signature
_______________________________________________ pkg-fso-maint mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-fso-maint
