FooDeas / raspberrypi-ua-netinst

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

build: Correct module dep graph checking and INSTALL_MODULES #141

Closed kpfleming closed 6 years ago

kpfleming commented 6 years ago

This patch makes two sets of changes:

With these changes the btrfs and sg modules actually get included into the installer image as they should.

FooDeas commented 6 years ago

Could you fix the Shellcheck issue SC2006 in line 71? (see Travis CI details)

kpfleming commented 6 years ago

Done.