~ubuntu-branches/ubuntu/precise/dell-recovery/precise

« back to all changes in this revision

Viewing changes to debian/dell-recovery-bootloader.postrm

  • Committer: Package Import Robot
  • Author(s): Mario Limonciello, Mario Limonciello, David Chen
  • Date: 2011-12-14 18:02:03 UTC
  • Revision ID: package-import@ubuntu.com-20111214180203-6t1q36fko2p1nh9r
Tags: 1.13
[ Mario Limonciello ]
* Include some updated patches from tyson for XML parsing in bad BIOS
  scenarios.
* If no matching rec_part initially (blank disk) then don't crash
* Don't build grub.cfg again if building binaries from bootstrap.
* Query the release that we're running on to figure out whether to
  use patches for that release when building grub-setup.exe.
* Include patches for both trunk and precise.
* Fix file cleanup for dell-recovery-bootloader during purge.

[ David Chen ]
* Update the maximum size of a partition in the ubuntu.seed recipe
  to make sure partman doesn't make bad decisions about swap partition
  size when working with a >=2TB HDD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        TARGET=/var/lib/dell-recovery
7
7
        FILES="boot.img core.img grub.cfg grubenv grubx64.efi grub-setup.exe"
8
8
        for file in $FILES; do
9
 
                rm -f $TARGET/file
 
9
                rm -f $TARGET/$file
10
10
        done
11
11
fi
12
12