netson / ubuntu-unattended

Script to create unattended Ubuntu ISO
MIT License
370 stars 185 forks source link

New menu build pulls in live isos #51

Closed rotflol closed 4 years ago

rotflol commented 4 years ago

the exclude list (line 79) should be extended with |live at line 91 the exclude list should be added line 91: wget -qO - ${URL} | grep server | grep amd64 | egrep -v ${EXLCUDE_LIST} >/dev/null

lmckiwo commented 4 years ago

The reason why "live" wasn't included is because in later releases, i see that live and servers are under the same iso file.

rotflol commented 4 years ago

the live isos dont work with this preseeding!

lmckiwo commented 4 years ago

@rotflol I retested and you are correct. For some odd reason when i tested, it seem like it was working. Correction on its way.