Giter Site home page Giter Site logo

alis-iso's Introduction

Creating Customized ISO and System Installation

Before Installation - build the ISO

git clone https://github.com/Twilight4/alis-iso.git    # Download alis-iso repository
cd alis-iso/
vim alis.conf                                          # Edit configuration (network, intel drivers if you have and swap size)
./build-archlinux-with-alis.sh                         # Build the iso
#                                                      # Plug in the flash drive
umount /dev/sdX                                        # Check which device is the flash drive with fdisk -l or lsblk and Umount the flash drive
sudo ventoy -i -S -g /dev/sdX                          # Create installation media using ventoy
cp ~/Alis-Out/select.iso /run/media/$(whoami)/Ventoy/  # Copy the generated iso file to the installation media

Start the system with Arch Linux installation media

#                                                     # Eject the usb thumb drive
alis                                                  # Start installation using alis command
arch-chroot /mnt
bash <(curl -s https://raw.githubusercontent.com/Twilight4/arch-setup/main/install-tweaks.sh)
#                                                     # Install security and performance tweaks
exit
alis-reboot                                           # Reboot using alis-reboot command

alis-iso's People

Contributors

twilight4 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.