Re: ITP shell-parted and debconf-partitioner

2003-08-02 Thread Eduard Bloch
#include * Thorsten Sauter [Thu, Jul 31 2003, 10:50:12PM]: > | It would perhaps be a good idea to integrate partitioner and > | partconf, if this succeeds... > > I'm not sure, that this is the best solution. > If you would like to merge both programs, then we also need support for > lvm and raid

Re: ITP shell-parted and debconf-partitioner

2003-08-02 Thread Anton Zinoviev
On 31.VII.2003 at 20:04 Thorsten Sauter wrote: > > | 3. If the user choosed a partition, then there are options to delete, > | resize, format, mount, etc. > mount,format should be removed. It's part of partconf. > > | 4. If the user choosed a free space then there are some options to > | create,

Re: ITP shell-parted and debconf-partitioner

2003-07-31 Thread Thorsten Sauter
* Sebastian Ley <[EMAIL PROTECTED]> [2003-07-31 20:14]: | * Thorsten Sauter wrote: | | > | 3. If the user choosed a partition, then there are options to delete, | > | resize, format, mount, etc. | > mount,format should be removed. It's part of partconf. | | It would perhaps be a good idea to int

Re: ITP shell-parted and debconf-partitioner

2003-07-31 Thread Sebastian Ley
* Thorsten Sauter wrote: > | 3. If the user choosed a partition, then there are options to delete, > | resize, format, mount, etc. > mount,format should be removed. It's part of partconf. It would perhaps be a good idea to integrate partitioner and partconf, if this succeeds... Sebastian -- P

Re: ITP shell-parted and debconf-partitioner

2003-07-31 Thread Thorsten Sauter
Hi Anton, * Anton Zinoviev <[EMAIL PROTECTED]> [2003-07-31 15:39]: | I want to create a partitioner that communicates with the user using | debconf. I am going to write this as a shell script rather that as a | C program. Another package shell-parted will provide the partitioner | with shell-bi

ITP shell-parted and debconf-partitioner

2003-07-31 Thread Anton Zinoviev
Hi! I want to create a partitioner that communicates with the user using debconf. I am going to write this as a shell script rather that as a C program. Another package shell-parted will provide the partitioner with shell-bindings to parted. I think this C+shell approach will be easier to maint