~hggdh2/ubuntu/oneiric/cobbler/bug943000

« back to all changes in this revision

Viewing changes to debian/patches/53_sample_preseed_kopts_postinst.patch

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2011-07-05 12:45:32 UTC
  • Revision ID: james.westby@ubuntu.com-20110705124532-gpwcsrd022k5lwu4
Tags: 2.1.0+git20110602-0ubuntu13
* debian/patches:
  - 52_ubuntu_default_config.patch: Rename/update patch created by quilt
    for changes to config/settings.
  - 53_sample_preseed_kopts_postinst.patch: Add post inst kernel options
    to sample preseed. (LP: #760019)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: cobbler-2.1.0+git20110602/kickstarts/sample.seed
 
2
===================================================================
 
3
--- cobbler-2.1.0+git20110602.orig/kickstarts/sample.seed       2011-07-05 12:35:56.704305444 -0400
 
4
+++ cobbler-2.1.0+git20110602/kickstarts/sample.seed    2011-07-05 12:37:24.464434163 -0400
 
5
@@ -5,6 +5,8 @@
 
6
 d-i    grub-installer/only_debian      boolean true
 
7
 #grub-installer        grub-installer/bootdev  string  hd0
 
8
 d-i    grub-installer/bootdev  string  hd0
 
9
+### add kernel postinst options (--kopts-post)
 
10
+d-i    debian-installer/add-kernel-opts        string $kernel_options_post
 
11
 
 
12
 # Partition clearing information
 
13
 ### Partitioning available methods are: "regular", "lvm" and "crypto"