[Bug 1724768] Re: Installer shows ALL tasks (including Desktop) s390x server iso
Dimitri John Ledkov
launchpad at surgut.co.uk
Thu Oct 19 10:11:30 UTC 2017
d-i bugs should be filed against debian-installer.
ubiquity is for the graphical DE installer.
You are probably not, in fact, installing against the server ISO, but
using a net-install pointed at the whole archive, thus seeing all the
tasks from the whole archive.
If you for-example select a mirror which is the export of the server.iso
only, you would then see only the tasks that are present on the
server.iso.
Booting in qemu like that, is still simply loading the generic d-i
initrd+kernel, and nothing else. It does not detect & mount the iso, or
use the iso alone as the source of packages.
** No longer affects: ubiquity (Ubuntu)
** Changed in: debian-installer (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to debian-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1724768
Title:
Installer shows ALL tasks (including Desktop) s390x server iso
Status in debian-installer package in Ubuntu:
Incomplete
Bug description:
Hi,
I happened to find while tying an install from the latest Artful server iso that task selection on s390x is broken.
It shows you ALL potential tasks including all Desktop tasks.
Since the packages are not on the disk if you select them it fails.
But the error is that those tasks are shown at all.
This is the list I see:
[*] Ubuntu Cloud Image (instance)
[*] DNS server
[*] LAMP server
[*] Mail server
[*] PostgreSQL database
[*] Print server
[*] Samba file server
[*] Tomcat Java server
[*] Ubuntu MATE minimal
[*] Ubuntu MATE desktop
[*] Audio recording and editing suite
[*] Ubuntu Studio desktop
[*] Ubuntu Studio minimal DE installation
[*] Large selection of font packages
[*] 2D/3D creation and editing suite
[*] Photograph touchup and editing suite
[*] Publishing applications
[*] Video creation and editing suite
[*] Xubuntu minimal installation
[*] Xubuntu desktop
[*] OpenSSH server
[*] Basic Ubuntu server
Steps to reproduce:
$ wget http://cdimage.ubuntu.com/ubuntu-server/daily/current/artful-server-s390x.iso
$ qemu-img create mydisk2.img 10G
$ sudo qemu-system-s390x -enable-kvm -boot d -cdrom artful-server-s390x.iso -m 512 -hda mydisk2.img -nographic -device virtio-net,netdev=net0 -netdev user,id=net0,hostfwd=tcp::5555-:22
# then connect to the ssh via
$ ssh -p 5555 installer at 127.0.0.1
# Move to the task selection in the installer
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1724768/+subscriptions
More information about the foundations-bugs
mailing list