]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - novaboot
server: Call "systemctl is-enabled" with --quiet
[novaboot.git] / novaboot
index 4d9b94b553391ab7d9bd34bdcb9acdde31cdff72..4830f51f76e84e424a452424e05293fd9cbb773c 100755 (executable)
--- a/novaboot
+++ b/novaboot
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -1487,7 +1487,7 @@ I<script2> configurations.
 
 =back
 
-=head1 PHASES AND OPTIONS
+=head1 OPTIONS AND PHASES
 
 Novaboot performs its work in several phases. Command line options
 described bellow influence the execution of each phase or allow their
@@ -2152,7 +2152,8 @@ device tree is recognized as the file name ending with C<.dtb>.
 
 When the C<load> line ends with "<<WORD" then the subsequent lines
 until the line containing solely WORD are copied literally to the file
-named on that line. This is similar to shell's heredoc feature.
+named on that line. This is similar to the heredoc feature of UNIX
+shells.
 
 When the C<load> line ends with "< CMD" then command CMD is executed
 with F</bin/sh> and its standard output is stored in the file named on