How many megs it's reduced?Description=Removes cdboot files from build (reduces WIM size)
Remove cdboot files plugin
Remove cdboot files plugin
Re: Remove cdboot files plugin
From the Creating a TeraByte Recovery Environment, WinRE Boot Disc, or UFD Containing Image for Windows (TBWinRE) and Creating a TeraByte WinPE Boot Disc Containing Image for Windows (TBWinPE) tutorials
and then
From the removecdboot.tbplg
Why would I want to have an option to include such boot files?Optional: The Image for Linux CD Boot files will be included if installed.
and then
From the removecdboot.tbplg
Why would I want to remove such files now included?[Description]
This plugin removes the cdboot files for Image for DOS and Image for Linux from the build, which will result in a smaller WIM file.
-
- Posts: 1740
- Joined: Fri Aug 12, 2011 12:51 am
Re: Remove cdboot files plugin
I think the space is somewhere around 50MB, but it can vary depending on multiple things. By default, these will be included in the build if they exist so that they're available if backups are burned to CD/DVD/BD discs (the disc will boot to IFL). For installed WinRE builds, they may not be added even if they exist if there is insufficient space available.
The plugin will remove the files from the build if they are in it. This may be useful in some cases, but is also an example showing a simple plugin operation making file changes.
The plugin will remove the files from the build if they are in it. This may be useful in some cases, but is also an example showing a simple plugin operation making file changes.
Re: Remove cdboot files plugin
Thanks for the clarification.