Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
bootcycle
boot.cycle.grub2
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File boot.cycle.grub2 of Package bootcycle
#! /bin/sh set -e test -e /etc/sysconfig/bootloader && . /etc/sysconfig/bootloader || exit 1 test "x$LOADER_TYPE" = "xgrub2" || exit 0 test "x$CYCLE_DETECTION" = "xyes" || exit 0 test -n "$CYCLE_NEXT_ENTRY" || exit 1 test -x /usr/sbin/grub2-once || exit 1 test -x /usr/sbin/grub2-set-default || exit 1 /usr/sbin/grub2-once --list | grep -q -e '^[ \t]*[0-9]\{1,\} halt$' || exit 1 /usr/sbin/grub2-set-default "halt" /usr/sbin/grub2-once "$CYCLE_NEXT_ENTRY"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor