› Forums › Network Management › ZeroShell › add iptables modules › Reply To: add iptables modules
January 23, 2010 at 8:14 pm
#49370
Member
You can always use mount –bind to do the magic…
Syntax:
# mount –bind dir1 dir2
This will make dir1 to be mounted “over” dir2 (thus making the original contents of dir2 – and all its subfolders – unaccessible until you unmount it, so, be careful)
Hope it is what you are looking for…
Note: You can, once confirming you accomplished what you intended, use the pre-boot scripts to make it persistent after each boot.
Cheers,