Browse Source

* changed mnemosyne to start the network at 1.d for t2 2.2

legacy/multilib
Christian Wiese 19 years ago
parent
commit
fe6d24bfcf
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      parse-config

+ 4
- 0
parse-config

@ -51,6 +51,10 @@ mnemosyne_postinstall() {
# keyboard mappings
ln -svnf /sbin/init.d/kbd "$root/etc/runit/1.d/05kbd"
;;
rocknet)
# network
ln -svnf /sbin/init.d/network "$root/etc/runit/1.d/15network"
;;
esac
fi
}

Loading…
Cancel
Save