You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-utils-2.2-install/data/calculate

22 lines
302 B

#!/sbin/runscript
depend() {
need localmount root fsck modules
before keymaps consolefont dbus
use swap hostname
}
start() {
LANG=C /usr/bin/cl-install --live
/usr/sbin/env-update
source /etc/profile
/sbin/update-modules
/sbin/rc-update --update
}
stop() {
rc-update del calculate boot
}