mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-11-16 19:50:31 +01:00
pacman.conf insert edit
This commit is contained in:
parent
d22c80537c
commit
7c468bdfdc
1 changed files with 3 additions and 1 deletions
4
build.sh
4
build.sh
|
@ -205,13 +205,15 @@ echo KEYMAP=de-latin1-nodeadkeys > $DEST/output/sdcard/etc/vconsole.conf
|
||||||
echo cubie > $DEST/output/sdcard/etc/hostname
|
echo cubie > $DEST/output/sdcard/etc/hostname
|
||||||
|
|
||||||
# not update the firmware!!
|
# not update the firmware!!
|
||||||
echo IgnorePkg=linux-sun7i > $DEST/output/sdcard/etc/pacman.conf
|
sed -i 's/#IgnorePkg =/IgnorePkg = linux-sun7i/g' $DEST/output/sdcard/etc/pacman.conf
|
||||||
|
|
||||||
# load modules you may load them per sysctl
|
# load modules you may load them per sysctl
|
||||||
cat > $DEST/output/sdcard/etc/modules-load.d/cubieModules.conf <<EOT
|
cat > $DEST/output/sdcard/etc/modules-load.d/cubieModules.conf <<EOT
|
||||||
hci_uart
|
hci_uart
|
||||||
gpio_sunxi
|
gpio_sunxi
|
||||||
bcmdhd
|
bcmdhd
|
||||||
|
ump
|
||||||
|
mali
|
||||||
#sunxi_gmac
|
#sunxi_gmac
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
|
|
Loading…
Reference in a new issue