Skip to content

Commit 7640c4d

Browse files
authored
Merge pull request #197 from Nowa-Ammerlaan/main
52-ugrd.install: install to staging area
2 parents 891c66c + 281a6be commit 7640c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/installkernel/52-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}")/initrd
7+
initrd=${INSTALLKERNEL_STAGING_AREA}/initrd
88

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

0 commit comments

Comments
 (0)