Lines Matching defs:reboot
65 reboot = False
139 if '@reboot' not in line:
148 if arg in ['-h', '-v', '-cronjob', '-reboot', '-verbose']:
170 '3. After reboot, re-run this tool with the same arguments but no command (w/o -reboot or -manual).\n\n'\
704 # (restore=False) Set the tool to run automatically on reboot
725 # backup current cron and install new one with reboot
740 op.write('@reboot python %s\n' % sysvals.cronjobCmdString())
874 ' -reboot Reboot the machine automatically and generate a new timeline\n'\
875 ' -manual Show the steps to generate a new timeline manually (used with -reboot)\n'\
993 elif(arg == '-reboot'):
994 sysvals.reboot = True
996 sysvals.reboot = True
1016 if(sysvals.iscronjob and (sysvals.reboot or \
1019 if(sysvals.reboot and (sysvals.dmesgfile or sysvals.ftracefile)):
1020 doError('-reboot and -dmesg/-ftrace are incompatible')
1021 if cmd or sysvals.reboot or sysvals.iscronjob or testrun:
1042 # reboot: update grub, setup a cronjob, and reboot
1043 if sysvals.reboot:
1050 call('reboot')