FooDeas / raspberrypi-ua-netinst

RaspberryPi (minimal) unattended netinstaller
ISC License
218 stars 45 forks source link

This should fix #216 #217

Closed Mausy5043 closed 3 years ago

Mausy5043 commented 3 years ago
  1. mkfs.btrfs has moved from /bin to /sbin, so we need to follow that.
  2. cp_kernelfiles() now handles cases where directories may no longer exist for newer kernels.
Mausy5043 commented 3 years ago

This should fix #216

FooDeas commented 3 years ago

Thanks