On Mon, 2002-12-09 at 11:30, Brian wrote: > Jeremy Katz said: > > > To do it "correctly", you need to add the package names to $PACKAGES > > (or $PACKAGESGR if you only care about it being present for cdrom/nfs) > > and then update the appropriate file list as well (KEEPFILE or > > KEEPFILEGR respectively) > > When I do this and rerun buildinstall, it rebuilds the images but without > my additions. Is there a way I can turn on debugging to see what I might > be doing wrong? Add -x to the #!/bin/bash invocation at the top of upd-instroot to get all the gory details. Cheers, Jeremy