12345678910111213 |
- diff --git a/UpdateRootfs.sh.in b/UpdateRootfs.sh.in
- index 8832933..17b0761 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=./opt --exclude=./tmp --exclude=./etc/inittab \
- +tar -C / --exclude=./tmp --exclude=./etc/inittab \
- --exclude=./etc/network/interfaces \
- --exclude=./etc/hosts --exclude=./etc/hostname \
- --exclude=./etc/passwd --exclude=./etc/shadow \
|