diff --git a/addon.tar b/addon.tar index 8525f6a..6cc5e75 100644 Binary files a/addon.tar and b/addon.tar differ diff --git a/create_img.sh b/create_img.sh index 663e0b2..491a64b 100755 --- a/create_img.sh +++ b/create_img.sh @@ -50,6 +50,7 @@ sed '/GENERIC_SERIAL/a ::sysinit:\/sbin\/gpm\ \-m\ \/dev\/input\/mice\ \-t\ imps sed '/GENERIC_SERIAL/a console::respawn:\/sbin\/agetty\ \-\-nohostname\ \-L\ tty1\ linux' -i ${DSTDIR}/etc/inittab echo "tmpfs /var/lib/samba tmpfs mode=1777 0 0" >>${DSTDIR}/etc/fstab +echo "tmpfs /var/db/dhcpcd tmpfs mode=0750 0 0" >>${DSTDIR}/etc/fstab sed 's/rw,noauto/rw,noauto,noatime,nodiratime/g' -i ${DSTDIR}/etc/fstab sed 's/ext2/ext4/g' -i ${DSTDIR}/etc/fstab diff --git a/modules.tar.gz b/modules.tar.gz index 132db47..3641f80 100644 Binary files a/modules.tar.gz and b/modules.tar.gz differ diff --git a/zImage_dtb b/zImage_dtb index 62ce7c4..0eb2ee3 100644 Binary files a/zImage_dtb and b/zImage_dtb differ