Git Product home page Git Product logo

debian-preseed-workbench's Introduction

GitHub last commit (branch) GitHub last commit (branch)

Debian preseed workbench

A workbench template for creating Debian Preseeds.

Static Badge

🇩🇪 Deutsche Version >>

Instructions

  1. Open any file manager of your choice.

  2. Navigate to the home directory of your current user.

  3. Right-click in the directory area and select "Run terminal here" (or similar).

  4. Update the system with the following commands:

    apt -y update
    apt -y upgrade
  5. Download the Git repository with the following commands:

    apt -y install git
    git clone https://github.com/michel-abele/debian-preseed-workbench.git ~/preseed

    You may need root privileges to execute the commands, use the commands su or sudo.

  6. If you need files to be copied into the ISO file, copy them into the directory: ~/preseed/files. All files in this folder will automatically be copied to the ISO file and will be located under : /cdrom/files, available during installation.

  7. Download the latest ISO file from the Debian website and save it as debian.iso, in the directory ~/preseed.

    • Complete ISO file:

      apt -y install wget
      wget -O ./debian.iso https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/debian-12.5.0-amd64-DVD-1.iso

      You may need root privileges to execute the commands, use the commands su or sudo.

      or

    • minimal ISO file (Net-install):

      apt -y install wget
      wget -O ./debian.iso https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.5.0-amd64-netinst.iso

      You may need root privileges to execute the commands, use the commands su or sudo.

  8. Now you can customize the file preseed.cfg according to your needs.

  9. If you have completed all the previous steps, you can now make the file preseed.sh executable and run it.

    chmod +x ./preseed.sh
    ./preseed.sh

    You may need root privileges to execute the commands, use the commands su or sudo.

  10. If you do not need the ISO file for a VM, you still need to create a bootable installation medium.

    dd if=./preseed-debian.iso of=/dev/sdX bs=4M status=progress && sync

    You must replace the drive directory sdX with the corresponding device directory. You may need root privileges to execute the commands, use the commands su or sudo.

debian-preseed-workbench's People

Contributors

michel-abele avatar

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.