Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify ./build-iso #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Modify ./build-iso #5

wants to merge 5 commits into from

Commits on May 14, 2020

  1. Modify ./build-iso

    Change mkisofs to genisoimage to accommodate for lack of mkisofs on Debian 10 Buster.
    Both ISO generation tools have the same command line parameters so no other arguments were changed.
    codedChaos committed May 14, 2020
    Configuration menu
    Copy the full SHA
    4afc003 View commit details
    Browse the repository at this point in the history
  2. Update Readme.md

    Changed Readme.md to reflect use of `genisoimage` in lieu of `mkisofs` or `xorrisofs`.
    codedChaos authored May 14, 2020
    Configuration menu
    Copy the full SHA
    b183e52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    083c761 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Change "vda" to "sda"

    Alter scripts and filenames to change any mention of 'vda' to 'sda'. To fix failing automated install with Ubuntu ISO.
    
    Signed-off-by: devopsmyth <devopsmyth@gmail.com>
    codedChaos committed May 20, 2020
    Configuration menu
    Copy the full SHA
    a12bac0 View commit details
    Browse the repository at this point in the history
  2. Remove .gitkeep

    Signed-off-by: devopsmyth <devopsmyth@gmail.com>
    codedChaos committed May 20, 2020
    Configuration menu
    Copy the full SHA
    1e78d5c View commit details
    Browse the repository at this point in the history