📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 13:33:47
📂
/ (Root)
/
lib
/
dracut
/
modules.d
/
99base
📍 /lib/dracut/modules.d/99base
🔄 Refresh
✏️
Editing: parse-root-opts.sh
Read Only
#!/bin/sh root=$(getarg root=) rflags="$(getarg rootflags=)" getargbool 0 ro && rflags="${rflags},ro" getargbool 0 rw && rflags="${rflags},rw" rflags="${rflags#,}" fstype="$(getarg rootfstype=)" if [ -z "$fstype" ]; then fstype="auto" fi
💾 Save Changes
❌ Cancel