I found out, if I remove the fdisk_cmds = in the [_meta] section, I get the menu from install.pl with the ability to chose how to partition.
I've edited the line (install.pl) to create a 8GB partition (create 8GB C:, rest D:, delete C:, create C: with 2GB; ExtendOEMPartition=1),
but I only get one partition over the whole disk, not two.
the lines in install.pl
my $ret = menu_choice
('Do nothing (continue)' => undef,
'Run partitioning tool manually (experts only)' => $interactive_cmd,
'Whole disk C:', =>
'fdisk /pri:100,100',
'8G C:, (rest D: > manuell)', =>
'fdisk /pri:8192;fdisk /pri:100,100 /spec:7;fdisk /delete /pri:1;fdisk /pri:2000;fdisk /activate:1',
);
what's my mistake?
Thx.
Greets
Oliver
| [EMAIL PROTECTED]
08.08.2006 04:28 |
To: [EMAIL PROTECTED] cc: [email protected] Subject: Re: [Unattended] Question about partitioning |
[EMAIL PROTECTED] wrote:
> is it possible to choose how the harddisk was partitioned?
>
> Greets
> Oliver
Yep, look in the [_meta] section at fdisk_cmds = "..." - you can alter
that to your heart's content.
Cheers,
Greg.
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
