Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ffbs
ffbs-packages
Commits
ab47f0d7
Commit
ab47f0d7
authored
11 months ago
by
Jan Luebbe
Browse files
Options
Downloads
Patches
Plain Diff
nodeconfig: status: add uname -a to output
parent
bd0972c0
No related branches found
No related tags found
1 merge request
!2
add script to collect debug information
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gluon-ffbsnext-nodeconfig/files/usr/bin/status
+1
-0
1 addition, 0 deletions
gluon-ffbsnext-nodeconfig/files/usr/bin/status
with
1 addition
and
0 deletions
gluon-ffbsnext-nodeconfig/files/usr/bin/status
+
1
−
0
View file @
ab47f0d7
...
...
@@ -6,6 +6,7 @@ brief_interface() {
echo
-n
'gluon model: '
;
cat
/tmp/sysinfo/model
echo
-n
'gluon release: '
;
cat
/lib/gluon/release
echo
-n
'uname: '
;
uname
-a
echo
-n
'autoupdater: '
if
[
$(
uci get autoupdater.settings.enabled
)
==
"1"
]
;
then
echo
"enabled (
$(
uci get autoupdater.settings.branch
)
)"
;
else
echo
"disabled"
;
fi
echo
-n
'uptime: '
;
uptime
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment