Make copy of firmware files more verbose
This commit is contained in:
parent
c458a9a01b
commit
05b22f6941
1 changed files with 4 additions and 4 deletions
|
@ -243,11 +243,11 @@ echo "Kernel: ${NEW_KERNEL}"
|
||||||
# Copy kernels and firmware to boot partition
|
# Copy kernels and firmware to boot partition
|
||||||
cat << EOF > ubuntusway-$architecture/hardware
|
cat << EOF > ubuntusway-$architecture/hardware
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cp /boot/vmlinuz-${NEW_KERNEL} /boot/firmware/vmlinuz
|
cp -av /boot/vmlinuz-${NEW_KERNEL} /boot/firmware/vmlinuz
|
||||||
cp /boot/initrd.img-${NEW_KERNEL} /boot/firmware/initrd.img
|
cp -av /boot/initrd.img-${NEW_KERNEL} /boot/firmware/initrd.img
|
||||||
# Copy device-tree blobs to fat32 partition
|
# Copy device-tree blobs to fat32 partition
|
||||||
cp -r /lib/firmware/${NEW_KERNEL}/device-tree/broadcom/* /boot/firmware/
|
cp -v /lib/firmware/${NEW_KERNEL}/device-tree/broadcom/* /boot/firmware/
|
||||||
cp -r /lib/firmware/${NEW_KERNEL}/device-tree/overlays /boot/firmware/
|
cp -rv /lib/firmware/${NEW_KERNEL}/device-tree/overlays /boot/firmware/
|
||||||
cp -v /lib/linux-firmware-raspi/* /boot/firmware/
|
cp -v /lib/linux-firmware-raspi/* /boot/firmware/
|
||||||
rm -f hardware
|
rm -f hardware
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Add table
Reference in a new issue