Skip to content

Commit 63dcd5b

Browse files
committed
add missing /initrd
Signed-off-by: Zen <[email protected]>
1 parent d18a440 commit 63dcd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/installkernel/51-ugrd.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
ver=${1}
66
img=${2}
7-
initrd=$(dirname "${img}")
7+
initrd=$(dirname "${img}")/initrd
88

99
# familiar helpers, we intentionally don't use Gentoo functions.sh
1010
die() {

0 commit comments

Comments
 (0)