Re: [PATCH] osdetect.lua improvement

2009-12-24 Thread Robert Millan
On Sat, Dec 19, 2009 at 07:03:31PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Bean wrote: Hi, This patch would check for drive number and use drivemap to map disks, this is required to boot DOS/Windows from secondary drive. Committed with exception for Vista (it neither needs

Re: [PATCH] osdetect.lua improvement

2009-12-19 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Bean wrote: Hi, This patch would check for drive number and use drivemap to map disks, this is required to boot DOS/Windows from secondary drive. Committed with exception for Vista (it neither needs nor supports drivemap). Thanks

Re: [PATCH] osdetect.lua improvement

2009-07-13 Thread Pavel Roskin
On Sat, 2009-07-11 at 13:58 +0800, Bean wrote: Hi, This patch would check for drive number and use drivemap to map disks, this is required to boot DOS/Windows from secondary drive. It also change commands like root (hd0,0) to root=hd0,0 (I remember someone want to remove the root command ?)

[PATCH] osdetect.lua improvement

2009-07-10 Thread Bean
Hi, This patch would check for drive number and use drivemap to map disks, this is required to boot DOS/Windows from secondary drive. It also change commands like root (hd0,0) to root=hd0,0 (I remember someone want to remove the root command ?) -- Bean diff --git a/util/osdetect.lua