#!/bin/bash # Note lldpad will stay running after switchroot, the system initscripts # are to kill it and start a new lldpad to take over. Data is transfered # between the 2 using a shm segment lldpad -d # wait for lldpad to be ready i=0 while [ $i -lt 60 ]; do lldptool -p && break info "Waiting for lldpad to be ready" sleep 1 i=$(($i+1)) done
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
cleanup-fcoe.sh | File | 363 B | 0644 |
|
fcoe-edd.sh | File | 1.24 KB | 0755 |
|
fcoe-genrules.sh | File | 817 B | 0755 |
|
fcoe-up.sh | File | 2.3 KB | 0755 |
|
lldpad.sh | File | 363 B | 0644 |
|
module-setup.sh | File | 2.94 KB | 0755 |
|
parse-fcoe.sh | File | 1.76 KB | 0755 |
|