Thanks again 2009/6/29 Matthew Palmer <mpal...@debian.org>
> On Mon, Jun 29, 2009 at 08:13:41AM +0200, MaTa wrote: > > Hello > > > > Please, I need some (little) help in some preseeds. I'm searching for > this > > questions in documentation and I havn't found anything. Would you say if > > exist some preseed (or preseeds) to get: > > > > a) Save the installationlog log (/var/log/syslog and partman files) > in > > some location > > The package that does this is save-logs; I think what you want is > save-logs/menu = mounted file system, and then save-logs/directory = > /target/root or something. Yes, I think that can be in a late_command like "cp /var/log/syslog /target/directory". I would known if there are some "standard `reseed" to do this like "save-log/copy /target/directory" > > > b) Change the default grub entry name "Debian GNU/Linux kernel > <kernel > > number>" to a diferent string? (like d-i debian-installer/add-menu-opts > > string "Newpreseeded Debian") > > I don't think this can be done; it's trivial to do in the late_command. > > > d) The preseed to add kernel parameters (d-i > > debian-installer/add-kernel-opts string ) is compatible with lilo? > > Doesn't look like it. > > > e) The name of multipackages selections are? > > That's tasksel/first; the actual set of options isn't static, > unfortunately. > I don't like installing packages during the install, so I don't know how to > get the full list of tasks. I will try with diferences of "dpkg -l" diferences with a "standard instalation" installed system and a "laptop" installation. > > > f) Don't start X-server (or the login manager gdm/kdm) automatically > on > > boot system? (like "xserver-xorg xserver-xorg/enable-server boolean > false") > > Don't install a display manager. Thanks, but I would install the x-server and display manager, but I don't want that start at boot. > > > - Matt Thanks again