[01:33] cjwatson: tried the preseed file to add the user to the video group, no luck: http://dev.personnelware.com/carl/a/ubuntulivecd2.png [01:33] I have a few other live cd questions - whats a good list to post to? [02:50] printf "\nADD_EXTRA_GROUPS=1\nEXTRA_GROUPS="video"\n" >> /etc/adduser.conf [02:50] there, I fixed it [11:05] CarlFK: URL doesn't exist [11:05] CarlFK: ubuntu-installer@ [11:05] (as in the topic) [13:56] cjwatson: thanks [13:57] I think the reason the preseed didn't work is because there was already a file=u.seed, and I added a 2nd file=my.seed apparently the first one wins. [13:59] I like the ADD_EXTRA_GROUPS thing better anyway - easier to script / document [14:25] CarlFK: yes, if you specify it twice then the behaviour is at best undefined, although actually I think that's a (very minor) bug and the second ought to win [14:25] (since that's how d-i behaves) [14:26] CarlFK: ADD_EXTRA_GROUPS in adduser.conf has different semantics from doing it in preseeding [14:26] CarlFK: preseeding affects only the first user; ADD_EXTRA_GROUPS affects all non-system users added using adduser [14:26] CarlFK: so if the latter's what you want, fine, but you should be aware of the difference [14:31] cjwatson: thanks