File: lsinitrd

package info (click to toggle)
dracut 109-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,756 kB
  • sloc: sh: 24,508; ansic: 5,234; makefile: 346; perl: 186; python: 48; javascript: 19
file content (9 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -eu

# Smoke test for dracut to build an initrd in /boot/

lsinitrd

echo "Checking that the initrd uses systemd..."
lsinitrd -m | grep -q '^systemd$'