#!/bin/bash

# Set bootseq on Dell machines using syscfg
# TDR Mar 1, 2008

# see what it was
syscfg --bootseq

# either form works...
#syscfg --bootseq=2,1
syscfg --bootseq=nic.emb.1,hdd.emb.0