# Nalezy to automatycznie zrobic zawsze po boot systemu w SKZ
#
#
#
mkdir -p /mnt/tmp 	#do it during intilaization of ARCHI filesystem in SKZ
chmod o+rw /mnt/tmp 	# REAR/WRITE for all users
#
# mounting buffers of size 10MB
mount -t tmpfs -o size=10m tmpfs /mnt/tmp #do it as ROOT
#

#

#
#stop services and SELinux
#
#service iptables stop
#setenforce 0
#service sshd stop
