File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ __contains_word () {
2525
2626__get_machines () {
2727 local a b
28- machinectl list --no-legend --no-pager 2> /dev/null |
28+ machinectl list --full -- no-legend --no-pager 2> /dev/null |
2929 { while read a b; do echo " $a " ; done ; };
3030}
3131
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ __contains_word () {
2727
2828__get_machines () {
2929 local a b
30- (machinectl list-images --no-legend --no-pager; machinectl list --no-legend --no-pager; echo " .host" ) | \
30+ (machinectl list-images --full -- no-legend --no-pager; machinectl list --full --no-legend --no-pager; echo " .host" ) | \
3131 { while read a b; do echo " $a " ; done ; } | sort -u;
3232}
3333
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ __get_all_seats () { loginctl --no-legend list-seats | { while read -r a b
3131
3232__get_machines () {
3333 local a b
34- machinectl list --no-legend --no-pager 2> /dev/null |
34+ machinectl list --full -- no-legend --no-pager 2> /dev/null |
3535 { while read a b; do echo " $a " ; done ; };
3636}
3737
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ __contains_word() {
2525
2626__get_machines () {
2727 local a b
28- (machinectl list-images --no-legend --no-pager; machinectl list --no-legend --no-pager; echo " .host" ) | \
28+ (machinectl list-images --full -- no-legend --no-pager; machinectl list --full --no-legend --no-pager; echo " .host" ) | \
2929 { while read a b; do echo " $a " ; done ; } | sort -u;
3030}
3131
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ __contains_word () {
2525
2626__get_machines () {
2727 local a b
28- machinectl list --no-legend --no-pager 2> /dev/null |
28+ machinectl list --full -- no-legend --no-pager 2> /dev/null |
2929 { while read a b; do echo " $a " ; done ; };
3030}
3131
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ __get_all_unit_files () { { __systemctl $1 list-unit-files "$2*"; } | { while re
113113
114114__get_machines () {
115115 local a b
116- { machinectl list-images --no-legend --no-pager; machinectl list --no-legend --no-pager; } | \
116+ { machinectl list-images --full -- no-legend --no-pager; machinectl list --full --no-legend --no-pager; } | \
117117 { while read a b; do echo " $a " ; done ; }
118118}
119119
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ __contains_word () {
2727
2828__get_machines () {
2929 local a b
30- machinectl list --no-legend --no-pager | { while read a b; do echo " $a " ; done ; };
30+ machinectl list --full -- no-legend --no-pager | { while read a b; do echo " $a " ; done ; };
3131}
3232
3333__get_services () {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ __contains_word() {
2525
2626__get_machines () {
2727 local a b
28- machinectl list --no-legend --no-pager | { while read a b; do echo " $a " ; done ; };
28+ machinectl list --full -- no-legend --no-pager | { while read a b; do echo " $a " ; done ; };
2929}
3030
3131__get_units_have_cgroup () {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ __contains_word() {
2525
2626__get_machines () {
2727 local a b
28- machinectl list --no-legend --no-pager | { while read a b; do echo " $a " ; done ; };
28+ machinectl list --full -- no-legend --no-pager | { while read a b; do echo " $a " ; done ; };
2929}
3030
3131_systemd_cgtop () {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ __get_slices() {
3535
3636__get_machines () {
3737 local a b
38- machinectl list --no-legend --no-pager | { while read a b; do echo " $a " ; done ; };
38+ machinectl list --full -- no-legend --no-pager | { while read a b; do echo " $a " ; done ; };
3939}
4040
4141__get_env () {
You can’t perform that action at this time.
0 commit comments