/[sysadmin-cookbook]/recepies/dell/make-mirror.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/make-mirror.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 129 - (show annotations)
Thu Aug 20 12:43:53 2009 UTC (14 years, 7 months ago) by dpavlin
File MIME type: application/x-sh
File size: 293 byte(s)
flash Dell bios from Linux
1 #!/bin/sh -x
2
3 system_id=`getSystemId | grep 'System ID:' | cut -d: -f2 | sed 's/ //g'`
4 url=http://linux.dell.com/repo/firmware/bios-hdrs/
5
6 wget -q -O - $url | grep system_bios_ven_0x1028_dev_$system_id | sed -e 's/^.*href="//' -e 's/".*$//' -e "s|^|$url|" -e "s|$|bios.hdr|" | xargs wget -m
7

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26