pacman.conf insert edit

This commit is contained in:
Jules Winnfield 2014-02-09 18:27:36 +01:00
parent d22c80537c
commit 7c468bdfdc

View file

@ -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