Lines Matching defs:reboot
65 reboot = False
137 if '@reboot' not in line:
146 if arg in ['-h', '-v', '-cronjob', '-reboot', '-verbose']:
168 '3. After reboot, re-run this tool with the same arguments but no command (w/o -reboot or -manual).\n\n'\
702 # (restore=False) Set the tool to run automatically on reboot
723 # backup current cron and install new one with reboot
738 op.write('@reboot python %s\n' % sysvals.cronjobCmdString())
872 ' -reboot Reboot the machine automatically and generate a new timeline\n'\
873 ' -manual Show the steps to generate a new timeline manually (used with -reboot)\n'\
991 elif(arg == '-reboot'):
992 sysvals.reboot = True
994 sysvals.reboot = True
1014 if(sysvals.iscronjob and (sysvals.reboot or \
1017 if(sysvals.reboot and (sysvals.dmesgfile or sysvals.ftracefile)):
1018 doError('-reboot and -dmesg/-ftrace are incompatible')
1019 if cmd or sysvals.reboot or sysvals.iscronjob or testrun:
1040 # reboot: update grub, setup a cronjob, and reboot
1041 if sysvals.reboot:
1048 call('reboot')