- initmounts -> onl-mounts

- pki -> onl-pki
This commit is contained in:
Jeffrey Townsend
2016-05-27 19:39:24 +00:00
parent 09d6ba8cae
commit 95f545bf27
2 changed files with 3 additions and 3 deletions

View File

@@ -2,5 +2,5 @@
. /lib/lsb/init-functions
log_action_begin_msg "Mounting filesystems..."
initmounts -q
onl-mounts -q mount all
log_action_end_msg 0

View File

@@ -1,6 +1,6 @@
#!/bin/sh
if [ -f /usr/bin/pki ]; then
/usr/bin/pki --init
if [ -f /usr/bin/onl-pki ]; then
/usr/bin/onl-pki --init
fi