Cleanups
This commit is contained in:
parent
274ec1022e
commit
9a60bfac1e
1 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
||||||
# build_usb_boot.sh [-k kernel-version] destdev
|
# build_usb_boot.sh [-k kernel-version] destdev
|
||||||
#
|
#
|
||||||
# Assumes syslinux is installed
|
# Assumes syslinux is installed
|
||||||
# Assumes devstack files are in `pwd`/pxe
|
|
||||||
# Needs to run as root
|
# Needs to run as root
|
||||||
|
|
||||||
KVER=`uname -r`
|
KVER=`uname -r`
|
||||||
|
@ -95,7 +94,6 @@ cat >>$CFG <<EOF
|
||||||
|
|
||||||
LABEL local
|
LABEL local
|
||||||
MENU LABEL ^Local disk
|
MENU LABEL ^Local disk
|
||||||
MENU DEFAULT
|
|
||||||
LOCALBOOT 0
|
LOCALBOOT 0
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue