Giter Club home page Giter Club logo

pxe-ubuntu's Introduction

PXE-UBUNTU

通过网络自动化安装操作系统

使用有线网络,开机选择网络启动,正常情况下在自动获取到ip地址之后,在 boot: 之后输入需要安装的操作系统版本,回车开始自动安装。安装完成后重启,默认以root用户登录,密码为r00tr00t。

  • 可选择的操作系统版本:
    • ubuntu 12.04.3 amd64
    • ubuntu 12.04.3 i386

基础配置

  • 添加用户且安装配置ansible,则在root账户下命令行执行(获取runway.sh脚本并执行) curl -L http://126.am/runway | bash -s username password

username和password两个参数用自定义的用户名和密码替换。 添加成功之后,可以看到User has been added to system!提示信息。

  • 不添加用户,只安装与配置ansible的话,root账户下命令行执行 curl -L http://126.am/runway | bash

ansible安装与配置成功后,可以看到

localhost | success >> {
	"changed": false,
	"ping": "pong"
}

pxe-ubuntu's People

Watchers

 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.