Add /etc/modules to mkimg and makeupdate.

pull/339/head
Christopher Young 2016-03-21 14:48:38 -04:00
rodzic db130aab76
commit f732eb2289
4 zmienionych plików z 12 dodań i 2 usunięć

Wyświetl plik

@ -85,8 +85,7 @@ make install
systemctl enable stratux
#system tweaks
#echo "i2c-bcm2708" >>/etc/modules
#echo "i2c-dev" >>/etc/modules
cp -f modules.txt mnt/etc/modules
#kalibrate-rtl
cd /root

Wyświetl plik

@ -0,0 +1,7 @@
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
i2c-bcm2708
i2c-dev

Wyświetl plik

@ -25,6 +25,7 @@ cp image/hostapd.conf work/bin/
cp image/config.txt work/bin/
cp image/rtl-sdr-blacklist.conf work/bin/
cp image/bashrc.txt work/bin/
cp image/modules.txt work/bin/
#TODO: librtlsdr.
cd work/

Wyświetl plik

@ -21,6 +21,9 @@ cp -f rtl-sdr-blacklist.conf /etc/modprobe.d/
#go setup
cp -f bashrc.txt /root/.bashrc
# /etc/modules
cp -f modules.txt /etc/modules
cp -f dump1090 /usr/bin/
# Web files install.