Skip to content

andavissuse/emb-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

emb-tools

Scripts to support embedded use of Linux.

Structure

Top-level directory - Distro-Independent Scripts

pkg-adds-dels-iso.sh: Compare 2 isos (or paths), list the packages added and deleted on the second iso (or path).

- Arguments: iso1-or-path1, iso2-or-path2
- Options: -h(elp), -d(ebug)
- Output: List of packages added and list of packages deleted 

suse directory - Scripts for Use with SUSE Distros

autoyast-pkgs-iso.sh: Compare an autoyast profile to an iso (or path), list the packages not found on the iso (or path).

- Arguments: autoyast-profile, iso-or-path
- Options: -h(elp), -d(ebug)
- Output: autoyast profile packages that are not provided by iso-or-path 

autoyast-pkgs-repos.sh: Compare an autoyast profile to repo(s), list the packages not found in the repo(s).

- Arguments: autoyast-profile
- Options: -h(elp), -d(ebug), -r repo (default is to use all registered repos, both enabled and disabled)
- Output: autoyast profile packages that are not provided by repo(s)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages