PATH: //lib/dracut/modules.d/90multipath
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 module-setup.sh
↓
X
📄 multipath-shutdown.sh
↓
X
📄 multipathd-configure.service
↓
X
📄 multipathd-dracut.conf
↓
X
📄 multipathd-needshutdown.sh
↓
X
📄 multipathd-stop.sh
↓
X
📄 multipathd.service
↓
X
📄 multipathd.sh
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: multipathd.sh
#!/usr/bin/sh if [ "$(getarg rd.multipath)" = "default" ] && [ ! -e /etc/multipath.conf ]; then mkdir -p /etc/multipath/multipath.conf.d mpathconf --enable --user_friendly_names n fi if getargbool 1 rd.multipath && [ -e /etc/multipath.conf ]; then modprobe dm-multipath multipathd -B || multipathd need_shutdown else rm -- /etc/udev/rules.d/??-multipath.rules 2> /dev/null fi
SIMPAN PERUBAHAN