Coder Social home page Coder Social logo

subito / depenguin-builder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from depenguin-me/depenguin-builder

0.0 0.0 0.0 110 KB

Build tool for custom depenguin.me mfsBSD images

Home Page: https://depenguin.me

License: BSD 2-Clause "Simplified" License

Shell 100.00%

depenguin-builder's Introduction

depenguin-builder

Build tool for custom mfsBSD images

How to use

Clone this repo

Clone the report with the submodules command:

git clone --recurse-submodules \
https://github.com/depenguin-me/depenguin-builder.git

Set your remote host settings

Set remote host settings in ~/.ssh/config:

Host depenguin-me-builder
  User myuser
  HostName myactualhost.example.org
  IdentityFile ~/.ssh/id_rsa

Then set remote host and path in settings.sh; this file must be created:

cd depenguin-builder
cat >settings.sh <<EOF
CFG_SSH_REMOTEHOST="your.remote.host"
CFG_SSH_REMOTEPATH="/path/to/www"
EOF

The script will rsync the output image file to the location specified when the -u flag is added to build.sh.

Configure your local customisations

Optionally edit the files in customfiles/* to make flavour changes for depenguin-me.

Configure custom packages

You can edit the file customfiles/depenguin_packages.txt if you have additional packages to include.

Beware file size of resulting image is a potential concern, see mfsBSD documentation.

Configure variables in build script

Optionally configure variables in build.sh, such as output filename and source files.

Run the build script

When ready, run build.sh with flags.

First-time script is run will download a FreeBSD install cd at 750MiB!

To build the basic setup and upload to your remote destination:

./build.sh -u 14.0

End of File

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.