Syntax
bootgen -image test.bif -w on -o boot.bin
or
bootgen -image test.bif -w -o boot.bin
Description
This option specifies whether to overwrite an existing file or not. If the
file boot.bin already exists in the path, then
it is overwritten. Options -w on and -w are treated as same. If the -w option is not specified, the file is be overwritten by default.
Arguments
- on: Specified with the
-w oncommand with or-wwith no argument. This is the default value. - off: Specifies to not overwrite an existing file.