2025-03-12 20:52:47 +01:00
2025-02-15 12:46:40 +01:00
2020-12-25 13:44:06 +01:00
2019-09-30 13:44:02 +02:00
2025-03-12 20:52:47 +01:00

Linux Image Manager🖥️🛠️

GitHub Sponsors Patreon Buy Me a Coffee PayPal

License: GPL v3 GitHub stars

Linux Image Manager(lim) is a powerful collection of shell scripts for downloading, configuring, and managing Linux images. Whether you're setting up encrypted storage, configuring a virtual Btrfs RAID1, performing backups, or chrooting into an image, this tool makes Linux image administration simple and efficient. 🚀

Features

  • Image Download & Setup: Automatically download and prepare Linux distributions.
  • Encrypted Storage: Configure LUKS encryption for secure image management.
  • Virtual RAID1: Easily set up virtual Btrfs RAID1 for data redundancy.
  • Chroot Environment: Seamlessly chroot into your Linux image for system maintenance.
  • Backup & Restore: Comprehensive backup and restore options for system images.
  • Automated Procedures: Simplify partitioning, formatting, mounting, and more.

Installation 📦

Install Linux Image Manager quickly with Kevin's Package Manager under the alias lim. Just run:

package-manager install lim

This command makes Linux Image Manager globally available as lim in your terminal. 🔧

Usage ⚙️

Linux Image Manager comes with a variety of scripts tailored for different tasks. Here are a few examples:

Virtual Btrfs RAID1 Setup

lim raid1/setup.sh

Linux Image Setup

lim image/setup.sh

Chroot into Linux Image

lim image/chroot.sh

Backup Image

lim image/backup.sh

Explore the scripts/ directory for more functionalities and detailed usage instructions.

Configuration & Customization 🔧

Customize your environment in the configuration/ folder:

  • General Packages: Common packages for all setup scripts.
  • Server LUKS Packages: Packages needed for setting up LUKS encryption on servers.

License 📜

This project is licensed under the GNU General Public License Version 3. See the LICENSE.txt file for details.

Contact & Support 💬

Feel free to contribute, report issues, or get in touch. Happy Linux managing! 😊

Description
This repository contains some shell scripts to download and configure linux images and to transfer them to a storage.
Readme 3.3 MiB
Languages
Shell 91.6%
Python 8.4%