Skip to content

Commit

Permalink
Moved switch rfs script to application layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan.ramseyer committed Nov 10, 2017
1 parent e074572 commit de9828e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 48 deletions.
1 change: 0 additions & 1 deletion recipes-extended/bash/bash/.bashrc
Expand Up @@ -26,5 +26,4 @@ alias sstart='systemctl start'
alias sstop='systemctl stop'

# stromer specific aliases
alias srfs='/etc/scripts/switch-rfs.sh'
alias version='/bin/cat /etc/medusa-version'
2 changes: 1 addition & 1 deletion recipes-extended/bash/bash_%.bbappend
Expand Up @@ -4,7 +4,7 @@ SRC_URI += " \
file://.profile \
"

RDEPENDS_${PN} += " grep medusa-scripts medusa-version"
RDEPENDS_${PN} += " grep medusa-version"

FILES_${PN}_append = " ${ROOT_HOME}"

Expand Down
22 changes: 0 additions & 22 deletions recipes-medusa/medusa-scripts/medusa-scripts.bb

This file was deleted.

24 changes: 0 additions & 24 deletions recipes-medusa/medusa-scripts/medusa-scripts/switch-rfs.sh

This file was deleted.

0 comments on commit de9828e

Please sign in to comment.