diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-09 10:09:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-09 10:09:37 +0200 |
commit | 43dc85ba7873de02518d112ab2d2cb460654fa46 (patch) | |
tree | fcd09c79b359bb217469cf8f8e4ce963d5ec0ccc /init | |
parent | 2d79739f013774f9acf64d1087f14fecdfdf6744 (diff) |
Build custom kernel with longer command line
Diffstat (limited to 'init')
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ function error () info "$*"; fi - # The setsid voodoo (take from Debian init's panic()) is to enable job + # The setsid voodoo (taken from Debian init's panic()) is to enable job # control. # info "type Ctrl-D to exit shell and reboot" |