I don't see what other files I can change, and they are being kept. Just to walk through my steps.
power switch -> break and get into uboot -> mount
setenv image_kernel_args loglevel=2
setenv jffs2_args "setenv bootargs root=${rootdev} rootfstype=jffs2 rw reset_button=${reset_button} ${image_kernel_args} ${extra_args}"
run mlxlinux
from here mount the volumes
mount -t jffs2 /dev/mtdblock7 /mnt/root2
mount -t jffs2 /dev/mtdblock8 /mnt/config
mount -t jffs2 /dev/mtdblock9 /mnt/var
already removed symliink for passwd and shadow in /mnt/root2/etc/ and copied the 2 files over
- passwd 1/16 6%
admin:*:0:0:System Administrator:/var/home/root:/bin/bash
# vi shadow
admin::10000:0:99999:7:::
after complete I press the reset
back in uboot - boot block7 this time
setenv jffs2_args "setenv bootargs root=/dev/mtdblock7 rootfstype=jffs2 rw reset_button=${reset_button} ${image_kernel_args} ${extra_args}"
run mlxlinux
it comes up, I can get to it via ssh, http and console
login prompt I try admin/admin or admin no password. same issue