Tom Berger <[EMAIL PROTECTED]> writes:

[...]

> - languages selection not sorted alphabetically, same goes for keyboard
>   list.

yep, will fix (Till's fault :p)

[...]

> - I'm not sure but in 'recommended' mode I don't remember having seen
>   the 'how many CDs you've got?' screen. Intended?

yep

> - Partitioning. The partition sizes chosen by DiskDrake when left on its
>   own devices ('auto-allocate') are sub-optimal. Here's for 3 GB of free
>   space:
>   
>   1,7 GB for /, 243 MB for swap, 1.1 GB for /home
>   When using the 'with /usr' setting:
>   392 MB for /, 243 MB for swap, 1.2 GB for /usr, 1.2 GB for /home
>   
>   Who needs a GB for home? Isn't there a way to set a hard limit for
>   auto-allocate to let's say 400 MB and *always* allocate the rest to /
>   or /usr?

you like pbs? ok, you asked for it:

  __("simple") => [
    { mntpoint => "/",     size => 300 << 11, type => 0x83, ratio => 5, maxsize =>3500 
<< 11 },
    { mntpoint => "swap",  size =>  64 << 11, type => 0x82, ratio => 1, maxsize => 250 
<< 11 },
    { mntpoint => "/home", size => 300 << 11, type => 0x83, ratio => 3 },
  ], 'with usr' => [
    { mntpoint => "/",     size => 150 << 11, type => 0x83, ratio => 1, maxsize => 500 
<< 11 },
    { mntpoint => "swap",  size =>  64 << 11, type => 0x82, ratio => 1, maxsize => 250 
<< 11 },
    { mntpoint => "/usr",  size => 300 << 11, type => 0x83, ratio => 4, maxsize =>3000 
<< 11 },
    { mntpoint => "/home", size => 100 << 11, type => 0x83, ratio => 5 },

DrakX gives you the power, now choose ;pp

[...]


> - installation type: the help file mentions *three* installation types
>   ('Recommended' 'Customized' 'Expert') and refers to the 'Primary
>   usage' setting. We don't have those anymore :-) amd only two choices.

> - Bootloader installation: Maybe we should add a sentence to the help
>   screen in 'expert mode' how *not* to install a bootloader. *Many* people
>   want to know that.

i don't/won't take care of help, see with Camille the Doc Master.

[...]

> - I can't remember seeing a 'create bootdisk' screen in 'recommended
>   mode'

normal

[...]

> Packages (referring to a standard installation with no changes to the
> package selection screen):
> 
> - no pcmcia installed,

do you have pcmcia?

> no slocate, no howtos, no mandrake-doc, no localized man-pages

?? mail me your /root/report.bug

> - but gcc3.0, seven (!) web browsers, uucp (anyone still using it? Wow)

gcc3.0? i can understand you would get gcc3.0-cpp, but other i don't.

mail me your /root/report.bug

[...]

> - No automatic power down after system halt.

seems like chmouel merged with the redhat's default... hopefully he'll change
back to halt is the same as poweroff.

Reply via email to