File: parse-dcssblk.sh

package info (click to toggle)
dracut 110-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,184 kB
  • sloc: sh: 24,970; ansic: 5,236; makefile: 346; perl: 186; python: 48; javascript: 19
file content (6 lines) | stat: -rwxr-xr-x 151 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh

if dcssblk_arg=$(getarg rd.dcssblk=); then
    info "Loading dcssblk segments=$dcssblk_arg"
    modprobe dcssblk segments="$dcssblk_arg"
fi