dpsyco, ahh, err
Will Lowe
harpo at thebackrow.net
Thu Aug 28 17:50:12 CEST 2003
> > together in the meantime. What is the current plan for debconf
> > support? That would be tremendously useful.
> Currently, I have no time to think about how to implement this. And
I currently do something like this:
* On a server where I like the debonf settings:
debconf-copydb configdb newdb --configg=Name:newdb --config=Driver:File --config=Filename:/debconf.dat
(use --pattern) to grab just some of the settings
* In a script during FAI installation:
#!/bin/sh
echo -n "Altering debconf defaults for ntp/* ... "
cp $FAI/etc/debconf.dat $target/tmp
chroot $target debconf-copydb newdb configdb --config=Name:newdb --config=Driver:File --config=Filename:/tmp/debconf.dat
echo "done."
... it seems to work quite well.
--
thanks,
Will
More information about the linux-fai
mailing list