Bug#762478: redundant desktop selection

2014-09-25 Thread Didier 'OdyX' Raboud
Le mercredi, 24 septembre 2014, 11.00:50 Joey Hess a écrit :
> Then next release of tasksel will know about defaulting to xfce on
> hurd and freebsd, so it will be unncessary for win32-loader to do so
> at that point.

Okay, I'll just drop the desktop-related logic completely then, thanks 
for tasksel!

Cheers,
OdyX


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/2599182.piPIr4scNP@gyllingar



Bug#762478: redundant desktop selection

2014-09-24 Thread Joey Hess
Didier 'OdyX' Raboud wrote:
> Le lundi, 22 septembre 2014 14.31:19, vous avez écrit :
> > tasksel allows selecting the desktop now, so the selection in
> > win32-loader is unncessary (the list there is also incomplete).
> 
> Thanks for the heads'up, patch in the pipes.
> 
> > I think that default_desktop=xfce might still be passed for kfreebsd
> > installs, to override the current default of gnome. That can still be
> > passed through. Although it might make more sense to move that logic
> > to tasksel eventually.
> 
> For now I've patched win32-loader to keep enforcing this; the resulting 
> preseed configuration file is the following:
> 
> tasksel tasksel/desktop multiselect gnome-desktop

Should be just "gnome".

Template: tasksel/desktop
Type: multiselect
Choices: gnome, kde, xfce, lxde, cinnamon, mate
Description: This can be preseeded to override the default desktop

Then next release of tasksel will know about defaulting to xfce on hurd
and freebsd, so it will be unncessary for win32-loader to do so at that
point.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#762478: redundant desktop selection

2014-09-23 Thread Didier 'OdyX' Raboud
Le lundi, 22 septembre 2014 14.31:19, vous avez écrit :
> tasksel allows selecting the desktop now, so the selection in
> win32-loader is unncessary (the list there is also incomplete).

Thanks for the heads'up, patch in the pipes.

> I think that default_desktop=xfce might still be passed for kfreebsd
> installs, to override the current default of gnome. That can still be
> passed through. Although it might make more sense to move that logic
> to tasksel eventually.

For now I've patched win32-loader to keep enforcing this; the resulting 
preseed configuration file is the following:

tasksel tasksel/desktop multiselect gnome-desktop
tasksel tasksel/desktop seen false
d-i debian-installer/locale string $WindowsLocale
d-i netcfg/get_domain string $WindowsDomain
d-i netcfg/get_domain seen false
d-i console-keymaps-at/keymap select $WindowsKeymap
d-i console-keymaps-at/keymap seen true
d-i netcfg/get_hostname string $WindowsHostname
d-i netcfg/get_hostname seen false
d-i passwd/user-fullname string $WindowsLogin
d-i passwd/user-fullname seen false
d-i mirror/http/proxy seen true

Does that still look valid?

Cheers,
OdyX


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1466782.BQ14DESLPm@gyllingar