Giter Site home page Giter Site logo

rancheros-ovh's Introduction

RancherOS OVH installer

Installation steps

1.) Fresh reinstall Ubuntu onto OVH VM

2.) Boot OVH VM into Rescue Mode, connect via ssh and run the script

wget -q https://raw.githubusercontent.com/Snake4life/RancherOS-OVH/master/install.sh
chmod +x install.sh
# create or fetch your own cloud-config.yml file
nano cloud-config.yml
./install.sh -c cloud-config.yml -d /dev/sdb
#./install.sh -c cloud-config.yml -d /dev/sdb -v X.X.X
you might need to trigger: umount /dev/sdb1 if you get into trouble

Command line arguments

Optionally, you can specify the following commandline arguments to the install.sh script:

  • -c: pass a cloud-config YAML file to the installer
    • Example: -c cloud-config.yml
    • Default: generates an empty cloud-config to use for the installation
  • -d: disk device to install to - warning: will be wiped!
    • Example: -d /dev/sda
    • Default: attempts to auto-detect a disk device (either /dev/sda or /dev/vda)
  • -v: RancherOS release version to install
    • Example: -v 0.4.2
    • Default: the current RancherOS release (fetched from the release list)

Authors

License

This repo is published under the MIT License.

Debug stuff

umount /dev/sdb1

rm -r -f rancheros/

rm -r -f dist/

fdisk /dev/sdb

see if its bootable command: parted /dev/sdb unit s print free

sysctl net.ipv6.conf.eth0.disable_ipv6=1

rancheros-ovh's People

Contributors

snake4life avatar robbertkl avatar busla avatar

Stargazers

 avatar Szymon Kapturkiewicz avatar Sheol avatar  avatar Dev avatar

Watchers

James Cloos avatar  avatar

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.