#!/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
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| dracut-lib.sh | File | 32.96 KB | 0755 |
|
| init.sh | File | 11.52 KB | 0755 |
|
| initqueue.sh | File | 1.16 KB | 0755 |
|
| loginit.sh | File | 492 B | 0755 |
|
| module-setup.sh | File | 4.01 KB | 0755 |
|
| parse-root-opts.sh | File | 246 B | 0755 |
|
| rdsosreport.sh | File | 1.31 KB | 0755 |
|