Verification :: cosmic-proposed ------------------------------- Successful.
$ wget http://archive.ubuntu.com/ubuntu/dists/cosmic-proposed/main/installer-amd64/20101020ubuntu557.1/images/netboot/ubuntu-installer/amd64/{linux,initrd.gz} $ virt-install \ --name cosmic \ --vcpus 2 \ --memory 512 \ --disk size=4,bus=virtio,format=qcow2 \ --network user,model=virtio \ --graphics none \ --import \ --boot kernel=linux,initrd=initrd.gz,kernel_args='console=ttyS0 ipv6.disable=1 auto=true hostname=ubuntu' Wait until dialog. Exit to shell. ~ # cat /etc/default-release cosmic ~ # sed -n '/^Package: debian-installer/,/^Version:/p' /var/lib/dpkg/status Package: debian-installer Status: install ok installed Version: netboot-20101020ubuntu557.1 ~ # ls -d /usr/lib/ssl/certs/ /usr/lib/ssl/certs/ ~ # wget http://github.com ... HTTP request sent, awaiting response... 301 Moved Permanently Location: https://github.com/ [following] --2018-12-07 20:39:52-- https://github.com/ ... Saving to: 'index.html' ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1807023 Title: installer stock images fail to validate any HTTPS certificates (ca- certificates missing) To manage notifications about this bug go to: https://bugs.launchpad.net/debian-installer/+bug/1807023/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
