PHP 8.1.33
Preview: lldpad.sh Size: 472 B
/lib/dracut/modules.d/95fcoe/lldpad.sh

#!/bin/bash

if ! getargbool 1 rd.fcoe -d -n rd.nofcoe ; then
	info "rd.fcoe=0: skipping lldpad activation"
	return 0
fi

# 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

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
544 B lrwxr-xr-x 2018-10-08 13:38:33
Edit Download
1.13 KB lrwxr-xr-x 2018-10-08 13:38:33
Edit Download
1.18 KB lrwxr-xr-x 2018-10-08 13:38:33
Edit Download
2.47 KB lrwxr-xr-x 2018-10-08 13:38:33
Edit Download
472 B lrwxr-xr-x 2025-07-15 09:09:22
Edit Download
3.34 KB lrwxr-xr-x 2025-07-15 09:09:22
Edit Download
1.99 KB lrwxr-xr-x 2025-07-15 09:09:22
Edit Download
111 B lrwxr-xr-x 2018-10-08 13:38:33
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).