[12:10] Which d-i component provides /usr/lib/finish-isntall.d/10bind-mount ? === cjwatson_ is now known as cjwatson [12:17] soren: finish-install === cjwatson_ is now known as cjwatson [14:25] cjwatson: Alright... which component generates the target /etc/fstab? In particular that cdrom bit.. [14:30] I could also just explain what my problem is... [14:31] The server install gets stuck during finish-install, and from what I can tell, it's because 10bind-mount tries to unmount /target/cdrom, but mount shows that the cdrom is mounted as /target/media/cdrom0 instead.. [14:35] So I'm trying to find out if something changed in the installer to make this happen or if it's perhaps one of the postinst scripts in one of the packages that get installed that causes it to be mounted as /media/cdrom0 _in addition_ to the bind mount on /cdrom from the installer.. [15:10] soren: partman-target generates the target /etc/fstab [15:12] /cdrom (in /target) is meant to be a symlink to /media/cdrom0 or whatever [15:12] actually to /media/cdrom which is then a symlink in turn [15:12] it's a relative symlink so *should* work [15:14] base-installer does the bind-mount, and does so using 'mount -o bind /cdrom/ /target/cdrom/' (configure_apt in library.sh) [16:14] Aw, crap. This time it worked. [16:16] cjwatson: Did you update d-i to use 2.6.24-8 kernels yet? (I've been away for a few days, so no entirely caught up yet) [16:50] soren: no, because linux-meta is still on -7 [16:50] hmm, apparently was bumped and my mirror is out of date [16:52] debian-installer: cjwatson * r876 ubuntu/ (10 files in 4 dirs): * Move to 2.6.24-8 kernels. [16:58] debian-installer: cjwatson * r877 ubuntu/debian/changelog: releasing version 20070308ubuntu29 [17:02] cjwatson: Excellent, thanks. That ticks the last bits off my "this must be done before ff"-check list.