Fredag 18 april 2008 16:02, skrev Juan Jose Pablos:
> Nils Olav Fossum escribió:
> > please try one of these settings first:
> >
> > Do not fix disk geometry, use what parted believe it should be:
> >       fix_disk_geo_heads = ""
> >       fix_disk_geo_sectors = ""
> > - ie: nothing to write into the partition, keeping whats there.
> > - note: set to (or define) empty strings
>
> Sorry, I thought that this was the default. Do we need to added to
> install/lib/unattended.txt ?

well, I see now that the difference between:
       fix_disk_geo_heads = ""
       fix_disk_geo_sectors = ""
and:
       fix_disk_geo_heads = 
       fix_disk_geo_sectors = 
is confusing as its two very different moduses.

but, yes, adding it into install/lib/unattended.txt
will help. At leas for a short term immediate solution.

I was more thinking into adding one more parameter:
  fix_disk_geo.

  fix_disk_geo = #unset. Ask the user. The default.
  fix_disk_geo ="?" #ask the user
  fix_disk_geo = "1" #use legacy bios settings
  fix_disk_geo = "0" #Do not touch, 

What do you think?




-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to