Skip to content

Commit

Permalink
fix(virtiofs): make shebangs work on split-usr systems
Browse files Browse the repository at this point in the history
Fixes: c29325a
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
  • Loading branch information
floppym authored and johannbg committed Aug 15, 2022
1 parent 2f791b4 commit 27b316d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules.d/95virtiofs/module-setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash

# called by dracut
check() {
Expand Down
2 changes: 1 addition & 1 deletion modules.d/95virtiofs/mount-virtiofs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/bin/sh

type ismounted > /dev/null 2>&1 || . /lib/dracut-lib.sh

Expand Down
2 changes: 1 addition & 1 deletion modules.d/95virtiofs/parse-virtiofs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/bin/sh
# Accepted formats:
# rootfstype=virtiofs root=<tag>
# root=virtiofs:<tag>
Expand Down

0 comments on commit 27b316d

Please sign in to comment.