From 8b57d4588ceff322a9d60e23ec8b1e10437b0600 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 11 Apr 2007 18:00:44 +0000 Subject: * created example of a PXE-template file and changed Makefile to copy this to the config-path git-svn-id: http://svn.openslx.org/svn/openslx/trunk@876 95ad53e4-c205-0410-b2fa-d234c58c8868 --- Makefile | 2 ++ config-db/PXE-template.example | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 config-db/PXE-template.example diff --git a/Makefile b/Makefile index e9d744d0..11178865 100644 --- a/Makefile +++ b/Makefile @@ -152,6 +152,8 @@ supported."; \ tar -xp -C $(SLX_SHARE_PATH)/initramfs; cd ../.. @tar --exclude=.svn -cp -C initramfs distro-specs | \ tar -xp -C $(SLX_SHARE_PATH) + @cp -p config-db/PXE-template.example \ + $(SLX_CONFIG_PATH)/ @cp -a installer/default_files/machine-setup.default \ $(SLX_SHARE_PATH)/templates/ @tar --exclude=.svn -cp -C installer/default_files tftpboot | \ diff --git a/config-db/PXE-template.example b/config-db/PXE-template.example new file mode 100644 index 00000000..9d544b71 --- /dev/null +++ b/config-db/PXE-template.example @@ -0,0 +1,8 @@ +NOESCAPE 0 +PROMPT 0 +TIMEOUT 10 +DEFAULT menu.c32 +IMPLICIT 1 +ALLOWOPTIONS 1 +MENU TITLE Was möchten Sie tun (Auswahl mittels Cursortasten)? +MENU MASTER PASSWD secret -- cgit v1.2.3-55-g7522