~ubuntu-core-dev/kickseed/saucy-proposed

« back to all changes in this revision

Viewing changes to kickseed.sh

  • Committer: Colin Watson
  • Date: 2010-03-05 14:55:01 UTC
  • Revision ID: cjwatson@canonical.com-20100305145501-8wxlbswf56233tvc-rebase-3b701eb1
Preseed base-installer/kernel/backports-modules to 'nouveau' if
installing a desktop task, as a partial workaround for problems
elsewhere (LP: #526422).

Show diffs side-by-side

added added

removed removed

Lines of Context:
259
259
                                task:-*)
260
260
                                        element="~t^${pkg#task:-}\$"
261
261
                                        hasnegatives=:
 
262
                                        case ${pkg#task:-} in
 
263
                                                *-desktop*)
 
264
                                                        # work around https://bugs.launchpad.net/bugs/526422
 
265
                                                        ks_preseed d-i base-installer/kernel/backports-modules string nouveau
 
266
                                                        ;;
 
267
                                        esac
262
268
                                        ;;
263
269
                                pkg:-*)
264
270
                                        element="~n^${pkg#pkg:-}\$"