Metadata-Version: 1.1
Name: forkbuntu
Version: 0.1.2
Summary: Easily create your own ubuntu distribution and install cd
Home-page: https://github.com/codejamninja/forkbuntu
Author: Jam Risser
Author-email: jam@codejam.ninja
License: MIT
Description: forkbuntu
        =========
        
        |GitHub stars|
        
            Easily create your own ubuntu distribution and install cd
        
        Please ★ this repo if you found it useful ★ ★ ★
        
        Features
        --------
        
        -  Simple config file
        -  Add custom packages
        -  Postinstall script
        -  Preseed install cd
        
        Installation
        ------------
        
        .. code:: sh
        
            sudo pip3 install forkbuntu
        
        Dependencies
        ------------
        
        -  `Python 3 <https://www.python.org/download/releases/3.0>`__
        -  `GnuPG <https://www.gnupg.org>`__
        -  `Squashfs <http://squashfs.sourceforge.net>`__
        -  `Mkisofs <https://sourceforge.net/projects/cdrtools/files/mkisofs/old>`__
        
        Usage
        -----
        
        .. code:: sh
        
            git clone https://github.com/codejamninja/forkbuntu.git
            cd forkbuntu/example
            forkbuntu
        
        Support
        -------
        
        Submit an
        `issue <https://github.com/codejamninja/forkbuntu/issues/new>`__
        
        Contributing
        ------------
        
        Review the `guidelines for
        contributing <https://github.com/codejamninja/forkbuntu/blob/master/CONTRIBUTING.md>`__
        
        License
        -------
        
        `MIT
        License <https://github.com/codejamninja/forkbuntu/blob/master/LICENSE>`__
        
        `Jam Risser <https://codejam.ninja>`__ © 2018
        
        Changelog
        ---------
        
        Review the
        `changelog <https://github.com/codejamninja/forkbuntu/blob/master/CHANGELOG.md>`__
        
        Credits
        -------
        
        -  `Jam Risser <https://codejam.ninja>`__ - Author
        -  `Debian Installer
           Preseed <https://people.debian.org/~plessy/DebianInstallerDebconfTemplates.html>`__
        -  `Ubiquity Automation <https://wiki.ubuntu.com/UbiquityAutomation>`__
        -  `Ubuntu Derivative Distro How
           to <https://wiki.ubuntu.com/DerivativeDistroHowto>`__
        -  `Ubuntu Install CD
           Customization <https://help.ubuntu.com/community/InstallCDCustomization>`__
        -  `Ubuntu Live CD
           Customization <https://help.ubuntu.com/community/LiveCDCustomization>`__
        
        Support on Liberapay
        --------------------
        
        A ridiculous amount of coffee ☕ ☕ ☕ was consumed in the process of
        building this project.
        
        `Add some fuel <https://liberapay.com/codejamninja/donate>`__ if you’d
        like to keep me going!
        
        |Liberapay receiving| |Liberapay patrons|
        
        .. |GitHub stars| image:: https://img.shields.io/github/stars/codejamninja/forkbuntu.svg?style=social&label=Stars
           :target: https://github.com/codejamninja/forkbuntu
        .. |Liberapay receiving| image:: https://img.shields.io/liberapay/receives/codejamninja.svg?style=flat-square
           :target: https://liberapay.com/codejamninja/donate
        .. |Liberapay patrons| image:: https://img.shields.io/liberapay/patrons/codejamninja.svg?style=flat-square
           :target: https://liberapay.com/codejamninja/donate
        
Keywords: ubuntu remaster fork install linux
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
