Comments on Install Multiple Linux Distributions Via PXE (The Easy Way)

Install Multiple Linux Distributions Via PXE (The Easy Way) The following script will set up a PXE config on your server, making it possible to install major Linux distributions via netboot.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Anonymous

This script is nice however if we do not want to download all those distributions do we just comment out the distribution versions? I did that but it came out with an error

 install_installs.sh: 55: function: not found
Not Downloading (file exists) :
install_installs.sh: 63: Syntax error: "}" unexpected

-------------------

 #!/bin/bash
clear
#
# Configuration
#
tftp_boot_dir=/var/lib/tftpboot
menu_bg_png_url=https://www.howtoforge.com/images/pxe_install_server_ubuntu_9.10/howtoforge_pxe.png
#
ubuntu_stable=karmic
#ubuntu_testing=lucid
#
debian_stable=lenny
#debian_unstable=sid
 -------------------

By: Anonymous

There is a problem with the script. All .cfg inside debian/lenny/i386/boot-screens/ shows "ubuntu/lenny/i386/"