[Holger Levsen]
> so the code to detect laptops is now part of the debian-edu package
> or not?
Yes. This is what it look like now:
% cat src/debian-edu/debian/always-laptop
#!/bin/sh
NEW_INSTALL=true exec /usr/lib/tasksel/tests/laptop "$@"
%
Happy hacking,
--
Petter Reinholdtsen
--
Hi,
On Montag, 25. Januar 2010, Petter Reinholdtsen wrote:
> The code for task selection have been moved to debian-edu and tasksel
> tests, so the laptop-detect check is no longer used in
> debian-edu-install.
so the code to detect laptops is now part of the debian-edu package or not?
cheers,
Hi,
On Saturday 19 July 2008 09:11, Petter Reinholdtsen wrote:
> A problem with running laptop-detect after base-installer, is that
> this make it impossible to adjust the partitioning on laptops. I
> would like us to create encrypted filesystems / LVM physical volumes
> on laptops, and for that
[Petter Reinholdtsen]
> I guess we could move it to run after base-installer, and avoid the
> problem completely. We would then need to extract the current
> tasksel setting and replace it with one including the two laptop
> tasks.
A problem with running laptop-detect after base-installer, is tha
This is the code in question from debian-edu-profile that is using the
laptop-detect result:
# Activate our and Debians Laptop task if a laptop is detected
if is_laptop; then
log "Detected a laptop"
tasksel="${tasksel:+$tasksel, }Laptop, DebianEdu laptop packages"
else
log "Did
package: debian-edu-install
severity: important
version: 0.669
Hi,
./debian-edu-profile contains code from laptop-detect refering to #426608
which has been fixed more than a year ago. Please remove that code and use
the one from laptop-detect.
Filing this as severity important as no code dupli
6 matches
Mail list logo