bugfix bad netboot config
This commit is contained in:
parent
f888eb39f9
commit
221b232ba1
|
@ -47,7 +47,7 @@ install_netboot() {
|
||||||
cd "${tftp_path}"
|
cd "${tftp_path}"
|
||||||
wget http://ftp.debian.org/debian/dists/${VERSION_CODENAME}/main/installer-amd64/current/images/netboot/netboot.tar.gz
|
wget http://ftp.debian.org/debian/dists/${VERSION_CODENAME}/main/installer-amd64/current/images/netboot/netboot.tar.gz
|
||||||
tar xvf netboot.tar.gz
|
tar xvf netboot.tar.gz
|
||||||
cat "${tftp_path}/pxelinux.cfg/default" <<END
|
cat > "${tftp_path}/pxelinux.cfg/default" <<END
|
||||||
default wb
|
default wb
|
||||||
|
|
||||||
label wb
|
label wb
|
||||||
|
|
Loading…
Reference in New Issue