Nils Olav Fossum wrote: > format_cmd= is the only thing thats dosemu/dosfloppy specific, > its simply ignored by nt5x-install. > The rest is done by install.pl
Ok, I think I see it: foreach my $cmd (split /;/, $fdisk_cmds) { $is_fdisk = 1; system ($is_linux ? convert_fdisk_parted ($cmd) : $cmd); } I would assume is_linux=1 here. If this doesn't create the filesystem and dosemu is used, presumably it doesn't matter because dosemu runs format_cmd anyway. However it it probably rather important it does work for nt5x-install. convert_fdisk_parted(...) has a lot of debug print statements, where does the output from these go? Anyway, will keep investigating. 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