Re: Question about custom boot partitions

2004-04-16 Thread Anton Zinoviev
On 15.IV.2004 at 23:21 (+0100) Martin Michlmayr wrote: > * tbm <[EMAIL PROTECTED]> [2004-04-12 17:02]: > > There are at least 2 sub-architectures which need a special ext2 > > partition to boot. That is, not just an ext2 file system, but an ext2 > > file system of revision 0 with no extensions (mk

Re: Question about custom boot partitions

2004-04-16 Thread Anton Zinoviev
On 16.IV.2004 at 15:36 (+1000) Andrew Pollock wrote: > > Let's say one wants to format /home with a greater than default > inode density. The block size, the inode density and file system label are something I have plans to add to partman. Anton Zinoviev -- To UNSUBSCRIBE, email to [EMAIL PRO

Re: Question about custom boot partitions

2004-04-15 Thread Sven Luther
On Mon, Apr 12, 2004 at 05:02:45PM +0100, Martin Michlmayr wrote: > There are at least 2 sub-architectures which need a special ext2 > partition to boot. That is, not just an ext2 file system, but an ext2 > file system of revision 0 with no extensions (mkfs.ext2 -r 0 -O none). > Now I wonder how t

Re: Question about custom boot partitions

2004-04-15 Thread Andrew Pollock
On Mon, Apr 12, 2004 at 05:02:45PM +0100, Martin Michlmayr wrote: > There are at least 2 sub-architectures which need a special ext2 > partition to boot. That is, not just an ext2 file system, but an ext2 > file system of revision 0 with no extensions (mkfs.ext2 -r 0 -O none). > Now I wonder how t

Re: Question about custom boot partitions

2004-04-15 Thread Martin Michlmayr
* tbm <[EMAIL PROTECTED]> [2004-04-12 17:02]: > There are at least 2 sub-architectures which need a special ext2 > partition to boot. That is, not just an ext2 file system, but an ext2 > file system of revision 0 with no extensions (mkfs.ext2 -r 0 -O none). > Now I wonder how to implement this in

Question about custom boot partitions

2004-04-12 Thread Martin Michlmayr
There are at least 2 sub-architectures which need a special ext2 partition to boot. That is, not just an ext2 file system, but an ext2 file system of revision 0 with no extensions (mkfs.ext2 -r 0 -O none). Now I wonder how to implement this in partman. As I see it, there are 3 options: 1. Chan