Current Path: > > lib > dracut > modules.d > 95iscsi
Operation : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 Software : Apache Server IP : 185.61.154.216 | Your IP: 216.73.216.44 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
cleanup-iscsi.sh | File | 88 bytes | October 08 2018 13:38:33. | |
iscsiroot.sh | File | 10632 bytes | July 15 2025 09:09:23. | |
module-setup.sh | File | 9358 bytes | July 15 2025 09:09:22. | |
mount-lun.sh | File | 332 bytes | October 08 2018 13:38:33. | |
parse-iscsiroot.sh | File | 6099 bytes | July 15 2025 09:09:22. |
#!/bin/sh if [ -z $iscsi_lun ]; then iscsi_lun=0 fi NEWROOT=${NEWROOT:-"/sysroot"} for disk in /dev/disk/by-path/*-iscsi-*-$iscsi_lun; do if mount -t ${fstype:-auto} -o "$rflags" $disk $NEWROOT; then if [ ! -d $NEWROOT/proc ]; then umount $disk continue fi break fi done
SILENT KILLER Tool