Quote:
Originally Posted by nhedgehog
init.d is not present, only:
/mnt/secure/etc/mod
/mnt/secure/etc/terminfo
|
This indicates etc is failing to extract properly (which breaks a lot of things horribly in the process). There can be bunch of reasons for that:
- running out of space on /mnt/secure partition. if the partition is small this is pretty dangerous actually and we'll have to do something about it down the line (probably moving some stuff to /mnt/ext1).
- terminfo is bind-mounted to /usr/share/terminfo. this shouldn't prevent deletion of it, but older kernels may think otherwise. maybe this prevents proper install?