[BusyBox] fdisk with entries not in disk order pb.

magicfox magicfox at magic.fr
Sat May 15 17:14:53 UTC 2004


>>>         I suppose I would be willing to unconditionally use
>>>lseek64()...
>>
>>which is unportable.
> 
> The alternative is either to leave things as-is and do nothing
> or apply a patch something like this...
> 
> --- busybox/util-linux/Config.in	30 Mar 2004 09:13:05 -0000	1.13
> +++ busybox/util-linux/Config.in	14 May 2004 23:06:18 -0000
> @@ -68,6 +68,7 @@
>  config CONFIG_FDISK
>  	bool "fdisk"
>  	default n
> +	select CONFIG_LFS
>  	help
>  	  The fdisk utility is used to divide hard disks into one or more
>  	  logical disks, which are generally called partitions.  This utility
> 
>  -Erik

Dears,
May be I forgot something else but with CONFIG_LFS set, I got the same 
wrong display.
Kind regards



More information about the busybox mailing list