mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:35:53 +00:00
[MODULES] Add a convenient option to transfer files into a new installation (#877)
Purpose: When doing a PXE BootCD installation, you may be left without networking, usb and a cd drive. This adds an easy way to include a few or more files to the installation which are then present on the disk after the installation and which does not require any change to ReactOS source code/build script files (and no manual editing of boot/bootdata/packages/reactos.dff.in). Proposed changes: Adds a new modules/3rdparty folder which lets the files end up in C:\ReactOS\3rdParty ready for use.
This commit is contained in:
parent
c00bafaad9
commit
76daaf9faf
4 changed files with 14 additions and 0 deletions
|
@ -81,6 +81,7 @@ Signature = "$Windows NT$"
|
|||
60 = winsxs\x86_reactos.newapi_6595b64144ccf1df_1.0.0.0_none_deadbeef
|
||||
61 = winsxs\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.14393.0_none_deadbeef
|
||||
62 = Resources\Themes\Modern
|
||||
63 = 3rdParty
|
||||
|
||||
.InfEnd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue