Submit
Path:
~
/
/
usr
/
lib
/
dracut
/
modules.d
/
95iscsi
/
File Content:
mount-lun.sh
#!/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
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
cleanup-iscsi.sh
88 bytes
0755
iscsiroot.sh
10426 bytes
0755
module-setup.sh
9208 bytes
0755
mount-lun.sh
332 bytes
0755
parse-iscsiroot.sh
5965 bytes
0755
N4ST4R_ID | Naxtarrr