Giter VIP home page Giter VIP logo

debian-fedora-chroot's Introduction

Fedora chroot creation scripts for Debian
-----------------------------------------

This is a collection of scripts to automate creation of a chroot that contains
a base Fedora system. It only works for Fedora 19 and 20, so it isn't really
all that useful. If your distribution provides a package for rinse, you should
use that instead.

Define the details of the installation by setting the environment variables in
the fedora-chroot-common.sh file:

  CHROOT:           The location of the chroot to be created.
  MIRROR:           The location of the release RPM.
  RELEASE_RPM:      The file name of the release RPM.
  RELEASE_VERSION:  The version of the release to use.

Run the host-scripts/chroot-setup.sh script as root, or using sudo:

  sudo ./host-scripts/chroot-setup.sh

If this succeeds, you can enter the chroot using the host-scripts/chroot-enter.sh
script:

  sudo ./host-scripts/chroot-enter.sh

The setup script mounts /dev and /proc inside the chroot. If these become
unmounted, such as after a system restart, mount them again using the
host-scripts/chroot-mount-proc.sh script:

  sudo ./host-scripts/chroot-mount-proc.sh

To delete the chroot, use the host-scripts/chroot-remove.sh script:

  sudo ./host-scripts/chroot-remove.sh

This unmounts the /dev and /proc directories inside the chroot and deletes
the chroot directory.

debian-fedora-chroot's People

Contributors

dboddie avatar

Watchers

 avatar  avatar

Forkers

gmmos

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.