░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/share/initramfs-tools/scripts/local-bottom
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: iscsi
#!/bin/sh # If iscsiuio is present in the initramfs, and it was started by us, # stop it again so the system iscsiuio can take over later. if [ -x /usr/sbin/iscsiuio ] && [ -e /run/initramfs/iscsiuio.pid ] ; then start-stop-daemon --stop --quiet --retry=TERM/10/KILL/5 \ --pidfile /run/initramfs/iscsiuio.pid \ --name iscsiuio --exec /usr/sbin/iscsiuio || : fi # Remove the interface file if no disks are present if [ -f /run/initramfs/open-iscsi.interface ] ; then found=0 for disk in /dev/disk/by-path/*-iscsi-*; do if [ ! -e "$disk" ] ; then # If we have no matches, we stil go through the for loop once with # the pattern as a string continue fi if ! readlink -f "$disk" > /dev/null ; then continue fi found=1 break; done if [ $found = 0 ] ; then rm /run/initramfs/open-iscsi.interface fi fi exit 0
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 cryptgnupg-sc
?
253 B
2024-06-05 13:46
EDIT
📄 cryptopensc
?
449 B
2024-06-05 13:46
EDIT
📄 cryptroot
?
307 B
2024-06-05 13:46
EDIT
📄 iscsi
?
841 B
2025-02-11 08:52
EDIT
📄 mdadm
?
46 B
2024-07-29 08:06
EDIT
📄 ntfs_3g
?
345 B
2026-07-11 15:55
EDIT