LINUX.ORG.RU

История изменений

Исправление afterlanding, (текущая версия) :

rsync -av --exclude /proc --exclude /tmp --exclude /sys / <target>
mkdir <target>/tmp <target>/sys <target>/proc
chmod 1777 <target>/tmp

Или stage5

Исходная версия afterlanding, :

rsync -av --exclude /proc --exclude /tmp --exclude /sys / <target>
mkdir <target>/tmp <target>/sys <target>/proc
chmod 1777 <target>/tmp



Или stage5