Browse Source

systemd/dracut-cmdline.sh: output dracut version

master
Harald Hoyer 13 years ago
parent
commit
93d7b823b4
  1. 3
      modules.d/98systemd/dracut-cmdline.sh

3
modules.d/98systemd/dracut-cmdline.sh

@ -12,6 +12,9 @@ if [ -f /dracut-state.sh ]; then @@ -12,6 +12,9 @@ if [ -f /dracut-state.sh ]; then
fi
type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh

[ -f /etc/initrd-release ] && . /etc/initrd-release
[ -n "$VERSION" ] && info "dracut-$VERSION"

source_conf /etc/conf.d

# run scriptlets to parse the command line

Loading…
Cancel
Save