Kaydet (Commit) 32f15b4e authored tarafından Ali Rıza KESKİN's avatar Ali Rıza KESKİN

saçma log temizliği

üst 3f1233a5
......@@ -4,7 +4,7 @@ common_boot(){
debug "Moving mountpoints"
for i in sys proc dev tmp run
do
mkdir /rootfs/$i || true 2>/dev/null
mkdir /rootfs/$i 2>/dev/null || true
mount --move /$i /rootfs/$i
done
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment