mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-29 21:50:59 +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}
|
||||
mkdir -p $bootfs
|
||||
cp -r . $bootfs
|
||||
mkdir -p $rootfs/boot/firmware
|
||||
cp -r . $rootfs/boot/firmware
|
||||
'';
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue