| 123456789101112131415161718192021222324252627 |
- diff --git a/UpdateRootfs.sh.in b/UpdateRootfs.sh.in
- index 76a75fb9b8..42b1ddc8f1 100644
- --- a/UpdateRootfs.sh.in
- +++ b/UpdateRootfs.sh.in
- @@ -53,7 +53,7 @@ cp $TMP_PATH/uImage /mnt
- cp $TMP_PATH/*.dtb /mnt
-
- #rootfs auspacken
- -tar -C / --exclude=./tmp \
- +tar -C / --exclude=./opt --exclude=./tmp --exclude=./etc/inittab \
- --exclude=./etc/network/interfaces \
- --exclude=./etc/hosts --exclude=./etc/hostname \
- --exclude=./etc/passwd --exclude=./etc/shadow \
- @@ -170,11 +170,11 @@ fi
-
- if [ "$XRES" == "1920" -a "$YRES" == "1080" ]; then
- if [ "$BASEBOARD" == "DISPLAY002_DI4" ]; then
- - echo "10 Inch Display 2"
- + echo "15 Inch Display 2"
- sh /root/Display2To_15inch.sh
- DONE=1
- else
- - echo "10 Inch"
- + echo "15 Inch"
- sh /root/DisplayTo_15inch.sh
- DONE=1
- fi
|