[scripts] fixup openrc setup to work with latest openrc
This commit is contained in:
parent
354e45c6ad
commit
c34a979d20
@ -222,6 +222,7 @@ equo rescue vacuum
|
||||
rm /var/lib/entropy/logs -rf
|
||||
|
||||
# Generate openrc cache
|
||||
touch /lib/rc/init.d/softlevel
|
||||
/etc/init.d/savecache start
|
||||
/etc/init.d/savecache zap
|
||||
|
||||
|
@ -55,6 +55,7 @@ echo "Vacuum cleaning client db"
|
||||
equo rescue vacuum
|
||||
|
||||
# Generate openrc cache
|
||||
touch /lib/rc/init.d/softlevel
|
||||
/etc/init.d/savecache start
|
||||
/etc/init.d/savecache zap
|
||||
|
||||
|
@ -319,6 +319,7 @@ cp /etc/entropy/repositories.conf.example /etc/entropy/repositories.conf || exit
|
||||
rm /var/lib/entropy/logs -rf
|
||||
|
||||
# Generate openrc cache
|
||||
touch /lib/rc/init.d/softlevel
|
||||
/etc/init.d/savecache start
|
||||
/etc/init.d/savecache zap
|
||||
|
||||
|
@ -17,6 +17,7 @@ mount -t proc proc /proc
|
||||
/lib/rc/bin/rc-depend -u
|
||||
|
||||
# Generate openrc cache
|
||||
touch /lib/rc/init.d/softlevel
|
||||
/etc/init.d/savecache start
|
||||
/etc/init.d/savecache zap
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user