mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
mv > cp
This commit is contained in:
parent
65bf5b2d4f
commit
5242e479ef
1 changed files with 2 additions and 2 deletions
|
|
@ -129,13 +129,13 @@ in
|
|||
|
||||
echo "Exporting rootfs image"
|
||||
mkdir -p $rootfs
|
||||
mv ${rootfsImage} $rootfs
|
||||
cp -r ${rootfsImage} $rootfs
|
||||
|
||||
# Populate the files intended for /boot/firmware
|
||||
mkdir -p firmware
|
||||
${config.netImage.populateFirmwareCommands}
|
||||
mkdir -p $bootfs
|
||||
mv firmware $bootfs
|
||||
cp -r firmware $bootfs
|
||||
|
||||
${config.netImage.postBuildCommands}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue