Skip to content

Commit 27b316d

Browse files
floppymjohannbg
authored andcommitted
fix(virtiofs): make shebangs work on split-usr systems
Fixes: c29325a Signed-off-by: Mike Gilbert <[email protected]>
1 parent 2f791b4 commit 27b316d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules.d/95virtiofs/module-setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash
1+
#!/bin/bash
22

33
# called by dracut
44
check() {

modules.d/95virtiofs/mount-virtiofs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/sh
1+
#!/bin/sh
22

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

modules.d/95virtiofs/parse-virtiofs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/sh
1+
#!/bin/sh
22
# Accepted formats:
33
# rootfstype=virtiofs root=<tag>
44
# root=virtiofs:<tag>

0 commit comments

Comments
 (0)