diff --git a/build.sh b/build.sh index 35890cc..639f317 100644 --- a/build.sh +++ b/build.sh @@ -205,13 +205,15 @@ echo KEYMAP=de-latin1-nodeadkeys > $DEST/output/sdcard/etc/vconsole.conf echo cubie > $DEST/output/sdcard/etc/hostname # 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 cat > $DEST/output/sdcard/etc/modules-load.d/cubieModules.conf <