File: parse-dasd-mod.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 (4 lines) | stat: -rwxr-xr-x 67 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/bin/sh
if [ -x /sbin/dasd_cio_free ]; then
    dasd_cio_free
fi