/[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 129 - (hide annotations)
Thu Aug 20 12:43:53 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/x-sh
File size: 151 byte(s)
flash Dell bios from Linux
1 dpavlin 129 #!/bin/sh
2    
3     modprobe dell_rbu
4     dellBiosUpdate -t -f $1 || exit
5    
6     echo -n "press ENTER to program bios or CTRL+C to abort ";
7     read
8    
9     dellBiosUpdate -u -f $1

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26