golden hour
/usr/lib/dracut/modules.d/99base
⬆️ Go Up
Upload
File/Folder
Size
Actions
dracut-lib.sh
32.09 KB
Del
OK
init.sh
11.2 KB
Del
OK
initqueue.sh
1.18 KB
Del
OK
loginit.sh
584 B
Del
OK
memtrace-ko.sh
5.91 KB
Del
OK
module-setup.sh
3.77 KB
Del
OK
parse-root-opts.sh
356 B
Del
OK
rdsosreport.sh
942 B
Del
OK
Edit: parse-root-opts.sh
#!/bin/sh # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- # ex: ts=8 sw=4 sts=4 et filetype=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