hello,
i want to create 2 partitions (c: and d:).
i want to install windows and the optional programs on c: and on d: i want to have 'documents and settings'.
my harddisk has 240G.
i want to choose between (10G C: and rest D:), (20G C: and rest D:) or (30G C: and rest D:).
so i changed the install.pl:
"
my $ret = menu_choice
('Do nothing (continue)' => undef,
'Run partitioning tool manually (experts only)' =>$interactive_cmd,
'10G C:, rest D:', =>
'fdisk /pri:10240;fdisk /pri:100,100 /spec:7',
'20G C:, rest D:', =>
'fdisk /pri:20480;fdisk /pri:100,100 /spec:7',
'30G C:, rest D:', =>
'fdisk /pri:30720;fdisk /pri:100,100 /spec:7'
);
"my problems:
- if i choose (10G C:, rest D) i get 2 patitions c: and d: with c:=10G, but d:=10G too (but it have to be the rest so 230G) - if i choose (20G C:, rest D) the windows installation aborts - if i choose (30G C:, rest D) all works fine
can you help me please
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info
