diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-25 15:03:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-25 15:03:59 +0200 |
commit | 864fc1c2e0597606ec8e2e04ae3150144aa3ed39 (patch) | |
tree | 640a3ad90260881937fad6a3ca675522b2fa0879 /init | |
parent | 0ba253ef6926d2f8bf403f9b96ca9120d0022861 (diff) |
Add buildos monitor
Diffstat (limited to 'init')
-rwxr-xr-x | init | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -77,6 +77,8 @@ udevadm settle || true # lines that don't contain quites. Finally, clean up by removing blank # lines. # +# Note: the same code as in buildos. +# readarray -t cmdline < <(cat /proc/cmdline | \ sed -r -e "s/([^ ]+=)?('[^']*'|\"[^\"]*\")/\n\1\2\n/g" | \ sed -r -e "/['\"]/!s/ /\n/g" | |