Franco Silvestro <[EMAIL PROTECTED]> writes:
> In my laptop I've two cooker install (two root partitions) : expert upgrade
> installer choose automatically hdb1 as /boot and hdb6 as root but if I want
doesn't it propose?
it should:
$o->ask_from_listf(_("Root Partition"),
_("What is the root partition (/) of your system?"),
\&partition_table_raw::description,
[ install_any::find_root_parts($o->{hds}, $o->{prefix})
]) or die "setstep exitInstall\n";
can you give the lines containing suggest_mount_points in the ddebug.log?