netson/ubuntu-unattended

New menu build pulls in live isos

Closed this issue · 3 comments

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

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

the live isos dont work with this preseeding!

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