Kickstart with partitions specified still pops up the partition menu on install

Bug #38111 reported by Andy Delcambre
This bug report is a duplicate of:  Bug #40186: Cannot preseed partman-auto/disk. Edit Remove
8
Affects Status Importance Assigned to Milestone
partman-auto (Ubuntu)
New
Medium
Unassigned

Bug Description

Using the dapper version of debian-installer from source, I am rebuilding the mini.iso, the only change I have made from the stock d-i, is the addition of the nfs kernel module udeb.

When I specify a drivemap in the kickstart, the installer pops up the dialog for partitioning the disk. If you pick the default and say "Erase entire disk and automatically partition" it uses the drivemap. Selecting lvm on the menu breaks the install.

Here is a sample kickstart file which breaks this.

install
url --url http://lsd.cat.pdx.edu:8080/ubuntu

reboot
lang en_US
langsupport en_US
keyboard us
mouse
xconfig --depth=24 --defaultdesktop=GNOME --startxonboot
network --device eth0 --bootproto dhcp
rootpw randompass
firewall --disabled
timezone --utc America/Los_Angeles

# partitioning
bootloader --location=mbr
zerombr yes
clearpart --all --initlabel

part / --fstype ext3 --size 10240
part /boot --fstype ext3 --size 128
part swap --size 1024
part /var --fstype ext3 --size 3072
part /tmp --fstype ext3 --size 3072
part /disk/trump --fstype ext3 --size 1 --grow

%packages
@ ubuntu-minimal

Revision history for this message
Andy Delcambre (adelcambre) wrote :

Just tested with the most recent stock mini.iso and saw the same problem. Was not caused by my rebuilding of mini.iso

Revision history for this message
Colin Watson (cjwatson) wrote :

I'm pretty sure that this is the same as bug 40186, which I recently fixed. Could you try tomorrow's daily build and let me know if it still doesn't work? Thanks.

Revision history for this message
Colin Watson (cjwatson) wrote :

From #ubuntu-devel:

<dAndy_> Kamion: re #38111 the new package fixed it for me, the bug is already marked as a duplicate, do I need to do anything else?

No, that's fine. Thanks for re-testing!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.