We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e0fc3 commit ec74eefCopy full SHA for ec74eef
tools/build_pxe_boot.sh tools/build_pxe_env.shtools/build_pxe_boot.sh renamed to tools/build_pxe_env.sh
@@ -1,11 +1,14 @@
1
#!/bin/bash -e
2
-# build_pxe_boot.sh - Create a PXE boot environment
+# build_pxe_env.sh - Create a PXE boot environment
3
#
4
-# build_pxe_boot.sh destdir
+# build_pxe_env.sh destdir
5
+#
6
+# Requires Ubuntu Oneiric
7
-# Assumes syslinux is installed
8
# Only needs to run as root if the destdir permissions require it
9
10
+dpkg -l syslinux || apt-get install -y syslinux
11
+
12
DEST_DIR=${1:-/tmp}/tftpboot
13
PXEDIR=${PXEDIR:-/var/cache/devstack/pxe}
14
OPWD=`pwd`
0 commit comments