From 744878f09637fad57e28c5eb5e277cdb50b26485 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 9 Feb 2011 11:06:30 -0500 Subject: Add sysro and sysrw aliases Change-Id: If7507e41c5f67e19b5f2879a3b3896678e1fadf2 --- etc/bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/bashrc b/etc/bashrc index a828fb0..807d3d5 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -43,6 +43,8 @@ for i in cat chmod chown df insmod ln lsmod mkdir mount mv rm rmdir rmmod umount done unset i alias ls='busybox ls --color' +alias sysro='mount -o remount,ro /system' +alias sysrw='mount -o remount,rw /system' # Try to keep environment pollution down, EPA loves us. unset use_color safe_term match_lhs -- cgit v1.1