Brian May wrote:
> convert_fdisk_parted(...) has a lot of debug print statements, where 
> does the output from these go?

Me blind.

Anyway, it translates:

fdisk_cmds="fdisk /clear 1;fdisk /pri:100,100;fdisk /activate:1"

into

parted -s /dev/dsk -- mklabel msdos
parted -s /dev/dsk -- mkpartfs primary fat32 0 -0
parted -s /dev/dsk -- set 1 boot on

which looks fine to me (despite the strange syntax for end of disk being 
-0).

Maybe this is a bug in the old version of parted?

Brian May


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to