diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-15 19:26:42 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-15 19:26:42 +0100 |
| commit | e7540c9fa814f9b41f80e72bc160ce504e26cda6 (patch) | |
| tree | 8c1e66138dd42c19d45cdff55a36d343e4c3a098 /package/base-files/src/etc/profile | |
| parent | 0975f98bebcefd325c641b202d715522f5710700 (diff) | |
startup fixes
- always use /sbin/init, even for initramfs
- mount devtmpfs for initramfs automatically in kernel space
- fix armhf for adk-test-framework
- remove mdev -s on boot, I think it is unneeded, takes very long on
Qemu systems
- add alias for ro/rw remounts of /
- remove old /init and rc.shutdown, both unused
Diffstat (limited to 'package/base-files/src/etc/profile')
| -rw-r--r-- | package/base-files/src/etc/profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/base-files/src/etc/profile b/package/base-files/src/etc/profile index ce425b54c..eb3015d46 100644 --- a/package/base-files/src/etc/profile +++ b/package/base-files/src/etc/profile @@ -12,3 +12,5 @@ cat /etc/banner 2>&- alias l='ls -lF' alias la='ls -A' alias ll='ls -alF' +alias ro='mount -o remount,ro /' +alias rw='mount -o remount,rw /' |
