~ubuntu-branches/ubuntu/natty/augeas/natty

« back to all changes in this revision

Viewing changes to tests/grub-rm-entry.rb

  • Committer: Bazaar Package Importer
  • Author(s): Raphaël Pinson
  • Date: 2011-02-24 09:32:22 UTC
  • mfrom: (1.2.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110224093222-bfd4fkm6envek6ys
Tags: 0.8.0-0ubuntu1
* New upstream release.
* Remove obsolete ruby Build-Depend.
* Build PDF docs and add them to augeas-doc.
* Build-Depend on texlive-latex-base to build PDF docs.
* Install txt doc files in augeas-doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
refresh=true
2
 
commands="
3
 
rm /files/etc/grub.conf/title[2]
4
 
save
5
 
"
6
 
 
7
 
diff["/etc/grub.conf"] = <<TXT
8
 
--- /etc/grub.conf
9
 
+++ /etc/grub.conf.augnew
10
 
@@ -15,10 +15,6 @@
11
 
 \troot (hd0,0)
12
 
 \tkernel /vmlinuz-2.6.24.4-64.fc8 ro root=/dev/vg00/lv00
13
 
 \tinitrd /initrd-2.6.24.4-64.fc8.img
14
 
-title Fedora (2.6.24.3-50.fc8)
15
 
-\troot (hd0,0)
16
 
-\tkernel /vmlinuz-2.6.24.3-50.fc8 ro root=/dev/vg00/lv00
17
 
-\tinitrd /initrd-2.6.24.3-50.fc8.img
18
 
 title Fedora (2.6.21.7-3.fc8xen)
19
 
 \troot (hd0,0)
20
 
 \tkernel /xen.gz-2.6.21.7-3.fc8
21
 
@@ -28,4 +24,4 @@
22
 
 \troot (hd0,0)
23
 
 \tkernel /vmlinuz-2.6.24.3-34.fc8 ro root=/dev/vg00/lv00
24
 
 \tinitrd /initrd-2.6.24.3-34.fc8.img
25
 
-        savedefault
26
 
+\tsavedefault
27
 
TXT