~ubuntu-branches/ubuntu/trusty/uck/trusty

« back to all changes in this revision

Viewing changes to libraries/customization-profiles/localized_cd/customize_iso

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-29 16:27:29 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101129162729-mvttwldbpezfojex
Tags: 2.4.0-0ubuntu1
* New upstream release.
* Depends on gfxboot (<< 4.2.2) | gfxboot-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
function get_latest_kernel()
60
60
{
61
 
        set -- $(ls "$REMASTER_DIR"/boot/vmlinuz* |
 
61
        set -- $(ls "$REMASTER_DIR"/boot/vmlinuz* 2>/dev/null |
62
62
                sed -e "s@$REMASTER_DIR/boot/@@" |
63
63
                tr --  '-.' '\t' |
64
64
                sort --key=2 --key=3 --key=4  --key=5 --numeric-sort |