mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-30 14:11:00 +01:00
mkdir -p $rootfs/boot/firmware
This commit is contained in:
parent
c3ce5a7fb2
commit
bf37d104ac
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ in
|
||||||
${config.netImage.populateFirmwareCommands}
|
${config.netImage.populateFirmwareCommands}
|
||||||
mkdir -p $bootfs
|
mkdir -p $bootfs
|
||||||
cp -r . $bootfs
|
cp -r . $bootfs
|
||||||
|
mkdir -p $rootfs/boot/firmware
|
||||||
cp -r . $rootfs/boot/firmware
|
cp -r . $rootfs/boot/firmware
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue