GfA-buildroot-update-change-excludes.patch 778 B

123456789101112131415161718192021222324252627
  1. diff --git a/UpdateRootfs.sh.in b/UpdateRootfs.sh.in
  2. index 76a75fb9b8..42b1ddc8f1 100644
  3. --- a/UpdateRootfs.sh.in
  4. +++ b/UpdateRootfs.sh.in
  5. @@ -53,7 +53,7 @@ cp $TMP_PATH/uImage /mnt
  6. cp $TMP_PATH/*.dtb /mnt
  7. #rootfs auspacken
  8. -tar -C / --exclude=./tmp \
  9. +tar -C / --exclude=./opt --exclude=./tmp --exclude=./etc/inittab \
  10. --exclude=./etc/network/interfaces \
  11. --exclude=./etc/hosts --exclude=./etc/hostname \
  12. --exclude=./etc/passwd --exclude=./etc/shadow \
  13. @@ -170,11 +170,11 @@ fi
  14. if [ "$XRES" == "1920" -a "$YRES" == "1080" ]; then
  15. if [ "$BASEBOARD" == "DISPLAY002_DI4" ]; then
  16. - echo "10 Inch Display 2"
  17. + echo "15 Inch Display 2"
  18. sh /root/Display2To_15inch.sh
  19. DONE=1
  20. else
  21. - echo "10 Inch"
  22. + echo "15 Inch"
  23. sh /root/DisplayTo_15inch.sh
  24. DONE=1
  25. fi