Correct typo
This commit is contained in:
parent
d315aa1236
commit
e536e257f5
|
@ -15,8 +15,6 @@ rm -f ${CONFIG_PXE} && touch ${CONFIG_PXE}
|
||||||
|
|
||||||
for DISTRO in jessie stretch wheezy sid; do # For ALL Debian's version
|
for DISTRO in jessie stretch wheezy sid; do # For ALL Debian's version
|
||||||
for ARCH in amd64 i386; do # For all classic architecture
|
for ARCH in amd64 i386; do # For all classic architecture
|
||||||
# Config file
|
|
||||||
echo "label install" >> "${CONFIG_PXE}"
|
|
||||||
|
|
||||||
# Create and go into directory
|
# Create and go into directory
|
||||||
mkdir -p ${TFTP_ROOT}/installer/debian/${DISTRO}/${ARCH}
|
mkdir -p ${TFTP_ROOT}/installer/debian/${DISTRO}/${ARCH}
|
||||||
|
@ -29,6 +27,7 @@ for DISTRO in jessie stretch wheezy sid; do # For ALL Debian's version
|
||||||
|
|
||||||
# Config file
|
# Config file
|
||||||
/bin/cat >> "${CONFIG_PXE}" << EOF
|
/bin/cat >> "${CONFIG_PXE}" << EOF
|
||||||
|
label ${DISTRO}${ARCH}
|
||||||
menu label Debian GNU/Linux ${DISTRO} ^${ARCH} bits
|
menu label Debian GNU/Linux ${DISTRO} ^${ARCH} bits
|
||||||
kernel installer/debian/${DISTRO}/${ARCH}/linux
|
kernel installer/debian/${DISTRO}/${ARCH}/linux
|
||||||
append vga=normal initrd=installer/debian/${DISTRO}/${ARCH}/initrd.gz -- quiet
|
append vga=normal initrd=installer/debian/${DISTRO}/${ARCH}/initrd.gz -- quiet
|
||||||
|
|
Loading…
Reference in New Issue