Deprecate inxi #37

Closed
opened 2018-05-18 13:15:20 -06:00 by 2Shirt · 2 comments
2Shirt commented 2018-05-18 13:15:20 -06:00 (Migrated from gitea.2shirt.work)

It prints too much info based on the running env where we're just interested in the hardware. For instance the sound and graphics sections report stats about X and ALSA that usually don't apply to the customer's system.

I think that aliases to more "native" commands would be better.
inxi -Dxx --> lsblk --fs (or similar)

Need to find alternates for all existing aliases

It prints too much info based on the running env where we're just interested in the hardware. For instance the sound and graphics sections report stats about X and ALSA that usually don't apply to the customer's system. I think that aliases to more "native" commands would be better. `inxi -Dxx` --> `lsblk --fs` _(or similar)_ Need to find alternates for all existing aliases
2Shirt commented 2018-05-18 18:36:24 -06:00 (Migrated from gitea.2shirt.work)

Going to write a wrapper script not-inxi to display a warning to the tech when inxi is run. This will alert them that inxi will be removed and advise of the replacement scripts.

Going to write a wrapper script `not-inxi` to display a warning to the tech when `inxi` is run. This will alert them that `inxi` will be removed and advise of the replacement scripts.
2Shirt commented 2018-05-18 21:02:53 -06:00 (Migrated from gitea.2shirt.work)

Using a wrapper script results in an infinite recursion and won't work. Going to use an alias to have a warning "banner" before running inxi

Using a wrapper script results in an infinite recursion and won't work. Going to use an alias to have a warning "banner" before running `inxi`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 2Shirt/WizardKit#37
No description provided.