Bug#487404: dont copy code from laptop-detect

2010-01-25 Thread Holger Levsen
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,

Bug#487404: dont copy code from laptop-detect

2010-01-25 Thread Petter Reinholdtsen
[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 --

Bug#487404: dont copy code from laptop-detect

2008-07-20 Thread Holger Levsen
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 to

Bug#487404: dont copy code from laptop-detect

2008-07-19 Thread Petter Reinholdtsen
[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 that

Bug#487404: dont copy code from laptop-detect

2008-07-06 Thread Petter Reinholdtsen
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 not

Bug#487404: dont copy code from laptop-detect

2008-06-21 Thread Holger Levsen
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