[pkg-fso-maint] [Fwd: patch to install.sh (Debian at FreeRunner)]

Jens Seidel jensseidel at users.sf.net
Mon Feb 2 13:52:10 UTC 2009


On Mon, Feb 02, 2009 at 02:25:16PM +0100, Steffen Moeller wrote:
> Jens Seidel wrote:
> > On Mon, Feb 02, 2009 at 11:28:41AM +0100, Joachim Breitner wrote:
> > The script currently assumes that either FAT or ext2 is supported. The last
> > (which was also the first) time I used it from Qtopia, it's kernel supported
> > only ext3. This forced me to replace ext2 by ext3 a few times in the script.
> > 
> > It's nothing complicated but it should be automated based on the current kernel
> > and user space utilities.
> 
> The current script works with an ext3 partition. I had tried it ... by accident :)

But how to generate the ext3 partition? As usual I do not find my patched install.sh
script but the following needs to be adapted:

mkfs.ext2
mount -t ext2  (yep, ext2 and 3 are apart from the journal compatible, nevertheless
ext2 need not be supported even if ext3 is)

The uboot specific settings should not be changed to ext3 (config file,
ext2load, ...).

> The ext3 fs is only interpreted as ext2 by some magic, as shown at boot time. Is it just
> the entry in the /etc/fstab? I have not checked.

Yep, really minor stuff. But one has to test it, perform a new install, ...
How about ext4???

Jens



More information about the pkg-fso-maint mailing list