[Voyage-linux] function copy_ro_to_rw

Michael Fung (spam-protected)
Mon Jul 12 10:06:49 HKT 2010


Hi Punky,


Can I remove the following function from "/etc/init.d/voyage-sync" ?

copy_ro_to_rw() {
	echo "Copying /ro to /rw."
	#tar -C /ro -cf - . | tar -C /lib/init/rw -xf -  > /dev/null 2>&1
	tar -C /ro -cf - . | tar -C /lib/init/rw -xf -
}


I ask because I cannot find "/ro" in my system. It's upgraded from 0.6.2
to 0.6.5.


Rgds,
Michael





More information about the Voyage-linux mailing list