PATH:
usr
/
lib
/
systemd
#!/bin/bash # # Activation of dmraid sets. # . /etc/init.d/functions [ -z "${cmdline}" ] && cmdline=$(cat /proc/cmdline) if ! strstr "$cmdline" nodmraid && [ -x /sbin/dmraid ]; then modprobe dm-mirror >/dev/null 2>&1 dmraidsets=$(LC_ALL=C /sbin/dmraid -s -c -i) if [ "$?" = "0" ]; then SAVEIFS=$IFS IFS=$(echo -en "\n\b") for dmname in $dmraidsets; do if [[ "$dmname" == isw_* ]] && \ ! strstr "$cmdline" noiswmd; then continue fi /sbin/dmraid -ay -i --rm_partitions -p "$dmname" >/dev/null 2>&1 /sbin/kpartx -u -a "/dev/mapper/$dmname" done IFS=$SAVEIFS fi fi
[+]
..
[-] rhel-loadmodules
[edit]
[-] systemd-sysv-install
[edit]
[+]
system-preset
[+]
system
[+]
catalog
[-] import-pubring.gpg
[edit]
[+]
ntp-units.d
[+]
system-generators
[+]
system-shutdown
[+]
system-sleep
[-] systemd
[edit]
[-] systemd-ac-power
[edit]
[-] systemd-activate
[edit]
[-] systemd-backlight
[edit]
[-] systemd-binfmt
[edit]
[-] systemd-bootchart
[edit]
[-] rhel-import-state
[edit]
[-] systemd-cgroups-agent
[edit]
[-] systemd-coredump
[edit]
[-] systemd-cryptsetup
[edit]
[-] systemd-fsck
[edit]
[-] rhel-readonly
[edit]
[-] systemd-hibernate-resume
[edit]
[-] systemd-hostnamed
[edit]
[-] systemd-importd
[edit]
[-] systemd-initctl
[edit]
[-] systemd-journald
[edit]
[-] systemd-localed
[edit]
[-] systemd-logind
[edit]
[-] systemd-machine-id-commit
[edit]
[-] systemd-machined
[edit]
[-] systemd-modules-load
[edit]
[-] systemd-pull
[edit]
[-] systemd-quotacheck
[edit]
[-] systemd-random-seed
[edit]
[-] systemd-readahead
[edit]
[-] systemd-remount-fs
[edit]
[-] systemd-reply-password
[edit]
[-] systemd-rfkill
[edit]
[-] systemd-shutdown
[edit]
[-] systemd-shutdownd
[edit]
[-] systemd-sleep
[edit]
[-] systemd-socket-proxyd
[edit]
[-] systemd-sysctl
[edit]
[-] systemd-timedated
[edit]
[-] systemd-udevd
[edit]
[-] systemd-update-done
[edit]
[-] systemd-update-utmp
[edit]
[-] systemd-user-sessions
[edit]
[-] systemd-vconsole-setup
[edit]
[+]
user
[+]
user-generators
[+]
user-preset
[-] rhel-autorelabel
[edit]
[-] rhel-configure
[edit]
[-] rhel-dmesg
[edit]
[-] rhel-domainname
[edit]
[-] rhel-dmraid-activation
[edit]
[+]
scripts