Ubuntu 19.10 (Eoan Ermine) has reached end of life, so this bug will not
be fixed for that specific release.
** Changed in: casper (Ubuntu Eoan)
Status: Confirmed => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
htt
I can also confirm that preseed/url= still does not work correctly.
The line
url_location="${x#url=}"
should be changed to
url_location="${x#*url=}"
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/18
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: casper (Ubuntu Eoan)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849684
Title:
I can see the issue is due to bug in:
main/scripts/casper-bottom/24preseed, line 72
preseed/url=*|url=*)
url_location="${x#url=}"
start_network
chroot /root wget -P /tmp "$url_location"
locations="/tmp/$(basename "$url_location") $locations"
;;
if you specific
preseed/url=http://host/pat
error on the preseed/url=
Wget: not a http or ftp url
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849684
Title:
casper preseed url not working
To manage notifications about this bug go to:
http
in focal url=http://host/path/to/preseed.cfg is working
but preseed/url=http://host/path/to/preseed.cfg is not working.
Ok, for me.
Are you dropping the preseed/url parameter?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bug
So there were multiple bugs:
- preseed/url= not accepted as valid pressed key
- url= accepted twice, once as netboot iso and once as d-i/ubiquity preseed
config
- in server iso, it meant we downloaded .iso twice
- in desktop iso, it meant preseeding was broken
Everything should be now fixed with
** Also affects: casper (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849684
Title:
casper preseed url not working
To manage notifications abou