Automating the building of a BartPE bootable disk (updated for pebuilder 3.1.3)
To automate the tedious process of building a bootable BartPE disk, I created the Makefile pebuilder.mak to build a BartPE disk with a single command.
To build the disk, all you need to type is:
$ make -f pebuilder.mak
The Makefile, and the supporting files are available as pebuilder-makefile.zip.
Of course, to run make, you will need to install Cygwin and select the make and wget packages. Alternatively, you could unzip cygwin-1.5.23.zip, which contains only the executables needed to run make.
It helps speed the build process by telling pebuilder to not build the .ISO. It then calls InfCacheBuilder, and then calls mkisofs. Finally, it calls cdrecord. A Windows version of cdrecord is available as cdrtools-latest.zip.
Also included is inirw.exe, a small C program I wrote to read and write .ini files. inirw.exe is also available separately (including source) as inirw.zip.
- ross's blog
- Login to post comments
PEbuilder.mak
Hi..
Your script works so good that i create your pecd in minutes.
There are sites that dont exist anymore. I correct some, but i how i include more plugins in it ? Can anyone explain ?
Thanks an sorry about my poor english.
Nightwings
Why not make the Script work in Linux
Thanks,
Jeff Hatfield / Visit Our new web site - MGALUG.org
error while making pebuilder.mak
Allright i think i've done everything correct but i keep getting the error: "make: *** No rule to make target 'pebuilder.mak'. Stop.
I'm not very experienced with this but i'm trying to learn, so can anyone please explain to me what i'm doing wrong?:) thanks.
What are you typing, exactly?
My guess is you are not including the -f option: