[16:51] ubuntu install: juser@nk2:~$ sudo debconf-get-selections --installer |grep select_disk [16:51] partman-auto partman-auto/select_disk select [16:51] (good) [16:51] Debian stretch : juser@val2:~$ sudo debconf-get-selections --installer |grep select_disk [16:51] partman-auto partman-auto/select_disk select /var/lib/partman/devices/=dev=sda [16:52] that looks odd - should that be reported somewhere? [22:43] CarlFK: No, that seems perfectly fine. [23:15] cjwatson: k - thanks. [23:17] (partman-auto/select_disk isn't asked on every possible path through the partitioner) [23:31] What is this value about? /var/lib/partman/devices/=dev=sda [23:41] CarlFK: internal representation [23:41] that path exists during installation and stores various bits of metadata [23:42] but for preseeding you probably just want /dev/sda instead which IIRC is the documented form. partman has lots of areas in which the values left in the debconf db after installation are not what you want to preseed [23:43] ah. neat.