Quote:
Originally Posted by [ACL]
Well, we could try to figure out why the damn current link is getting trashed. Remember we have tons of links that android handles and they are all fine, so for 1 link to fail makes no sense. For now just either do it in the install script or the first-time.sh script inside system that gets executed once right after install. The initrd is already set for this so you can test that script out if you wish.
nate: i saw the kb commit.. i copied it to the download locations for the masses to enjoy.
edit: Also i do like your script so we can add that wherever we decide on the data/ppp link.
|
ACL, I just pushed the rest of the changes for the keyboard, and I enabled the recovery partition in the script while I was at it. I disabled the ln -s on the moduels because it doesn't actually do what we want. The statement we have in there just links /data/modules to /data/modules/'uname'/modules whereas the old --bind would link the directory trees together. That was still bad since it made the directory indefinitely recursive...