summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Millan <rmh@debian.org>2007-09-11 12:33:41 +0000
committerRobert Millan <rmh@debian.org>2007-09-11 12:33:41 +0000
commit98a7fbce709210c275b8060af17a6a43ccb199b2 (patch)
tree5235b4c23179995630cf43e9681c639767d6e2ce /Makefile
parenta4b69e4489c9a77c8320177e4a732aa8631b185c (diff)
Implement support for loading README.html.
r49238
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 661d96d..8dbe51c 100644
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,8 @@ win32-loader.iso: win32-loader.exe win32-loader.ini autorun.inf \
todos < autorun.inf > netboot/autorun.inf
todos < win32-loader.ini > netboot/win32-loader.ini
cp win32-loader.exe netboot/
+ # this mimics the location of html docs in official CDs
+ echo "<html>hello, borg world!</html>" > netboot/README.html
genisoimage -r -J -o $@ netboot
netboot/install.386/vmlinuz: