/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 130 - (hide 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 dpavlin 130 #!/bin/sh -x
2 dpavlin 129
3 dpavlin 130 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 dpavlin 129
7 dpavlin 130 echo -n "ENTER to program bios and reboot or CTRL+C to abort ";
8 dpavlin 129 read
9    
10 dpavlin 130 modprobe dell_rbu
11     dellBiosUpdate -u -f $bios
12     reboot

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26