From 4ecfe765052af738f8bbbc80e399a387479f1839 Mon Sep 17 00:00:00 2001 From: Marc Piulachs Date: Mon, 30 Jun 2008 09:28:28 +0000 Subject: [PATCH] - try to fix build (NOT TESTED). This is a temporary solution however. Most of the registry information must be dynamically generated by rbuild and the rest in from of .inf files during 2nd stage setup svn path=/trunk/; revision=34215 --- reactos/boot/bootdata/arm/directory.rbuild | 12 ++++++++++ reactos/boot/bootdata/bootdata.rbuild | 25 ++++++++++++++++----- reactos/boot/bootdata/i386/directory.rbuild | 12 ++++++++++ 3 files changed, 43 insertions(+), 6 deletions(-) create mode 100644 reactos/boot/bootdata/arm/directory.rbuild create mode 100644 reactos/boot/bootdata/i386/directory.rbuild diff --git a/reactos/boot/bootdata/arm/directory.rbuild b/reactos/boot/bootdata/arm/directory.rbuild new file mode 100644 index 00000000000..7387d110f6b --- /dev/null +++ b/reactos/boot/bootdata/arm/directory.rbuild @@ -0,0 +1,12 @@ + + + + + hivecls.inf + hivedef.inf + hivesft.inf + hivesys.inf + txtsetup.sif + unattend.inf + + \ No newline at end of file diff --git a/reactos/boot/bootdata/bootdata.rbuild b/reactos/boot/bootdata/bootdata.rbuild index db1da783ea8..231e1dd38b4 100644 --- a/reactos/boot/bootdata/bootdata.rbuild +++ b/reactos/boot/bootdata/bootdata.rbuild @@ -4,12 +4,25 @@ autorun.inf icon.ico readme.txt - hivecls.inf - hivedef.inf - hivesft.inf - hivesys.inf - txtsetup.sif - unattend.inf + + + + + + + + + + + + + diff --git a/reactos/boot/bootdata/i386/directory.rbuild b/reactos/boot/bootdata/i386/directory.rbuild new file mode 100644 index 00000000000..7387d110f6b --- /dev/null +++ b/reactos/boot/bootdata/i386/directory.rbuild @@ -0,0 +1,12 @@ + + + + + hivecls.inf + hivedef.inf + hivesft.inf + hivesys.inf + txtsetup.sif + unattend.inf + + \ No newline at end of file