~ubuntu-branches/ubuntu/precise/flash-kernel/precise-proposed

« back to all changes in this revision

Viewing changes to debian/flash-kernel-installer.postinst

  • Committer: Oliver Grawert
  • Date: 2011-08-30 16:58:42 UTC
  • Revision ID: ogra@ubuntu.com-20110830165842-p3egxx2p6892sa5m
make flask-kernel-installer use teh right MLO on panda

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
        # Find the rootfs
94
94
        rootfs=$(findfs /)
95
95
 
96
 
        if ! apt-install x-loader-omap4-panda; then
97
 
                error "apt-install x-loader failed"
98
 
        fi
99
 
 
100
96
        if ! apt-install u-boot-linaro-omap4-panda; then
101
97
                error "apt-install u-boot failed"
102
98
        fi