Skip to content

dvahlin/anaconda-addon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install/Usage

Files:
    /pics               // Pictures/Logos to replace
    /se_nauman_yubico   // Yubikey support
    /se_nauman_program  // Additional program 
    /utils              // Test files. Only works in X11
    dependencies.sh     // Get all dependencies for the makefile
    Makefile            // Install / Create package
    README.md           // This file
  
Commands:
    # Create package(.img-file)
    make package DESTDIR=`mktemp -d`
        
    # Add to a webserver
    python -m SimpleHTTPServer
    
    # Include into a netinstall
    inst.updates=http://1.2.3.4:8000/anaconda_addon.img
  

Development

Fedora

# DNF-installable packages
dnf install anaconda python3-yubico python3-crypto

# Pyinstaller, dependency for Gtk, Pango
## Altgraph
tar -zvxf altgraph-0.14.tar.gz
cd altgraph-0.14
python3.7 setup.py install

## Macholib
tar -zvxf macholib-1.8.tar.gz
cd macholib-1.8
python3.7 setup.py install

## PEFile
sudo dnf install python3-pefile

## Pyinstaller
unzip pyinstaller-develop.zip
cd pyinstaller-develop
python3.7 setup.py install

About

Examples for how to create addons for anaconda

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.2%
  • Makefile 7.1%
  • Shell 2.7%