Browse Source

* changed mnemosyne parse-config to create the proper runit symlink

for the network init script if etcnet is used instead of rocknet
legacy/multilib
Christian Wiese 17 years ago
parent
commit
281b1b48b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      parse-config

+ 1
- 1
parse-config

@ -46,7 +46,7 @@ mnemosyne_postinstall() {
# keyboard mappings # keyboard mappings
ln -svnf /sbin/init.d/kbd "$root/etc/runit/1.d/05kbd" ln -svnf /sbin/init.d/kbd "$root/etc/runit/1.d/05kbd"
;; ;;
rocknet)
rocknet|etcnet)
# network # network
ln -svnf /sbin/init.d/network "$root/etc/runit/1.d/15network" ln -svnf /sbin/init.d/network "$root/etc/runit/1.d/15network"
;; ;;

Loading…
Cancel
Save