Merge pull request #48245 from volth/patch-258
bootStage1: fix cross build
This commit is contained in:
commit
6bd73e860b
@ -251,9 +251,9 @@ let
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
echo checking syntax
|
echo checking syntax
|
||||||
# check both with bash
|
# check both with bash
|
||||||
${pkgs.bash}/bin/sh -n $target
|
${pkgs.buildPackages.bash}/bin/sh -n $target
|
||||||
# and with ash shell, just in case
|
# and with ash shell, just in case
|
||||||
${extraUtils}/bin/ash -n $target
|
${pkgs.buildPackages.busybox}/bin/ash -n $target
|
||||||
'';
|
'';
|
||||||
|
|
||||||
inherit udevRules extraUtils modulesClosure;
|
inherit udevRules extraUtils modulesClosure;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user