/[sysadmin-cookbook]/recepies/dell/flash-bios.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /recepies/dell/flash-bios.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 130 - (show annotations)
Thu Aug 20 12:57:03 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/x-sh
File size: 307 byte(s)
select bios using iselect

1 #!/bin/sh -x
2
3 bios=`ls -d linux.dell.com/repo/firmware/bios-hdrs/*0x0211*/bios.hdr | iselect -a -t 'select bios'`
4 dellBiosUpdate -i -f $bios || exit
5 dellBiosUpdate -t -f $bios || exit
6
7 echo -n "ENTER to program bios and reboot or CTRL+C to abort ";
8 read
9
10 modprobe dell_rbu
11 dellBiosUpdate -u -f $bios
12 reboot

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26