From 16dfd99a20ed730225a108e2c14b764d843b91a5 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Mon, 9 Nov 2020 11:00:39 +0000 Subject: [PATCH] Rename project --- README.md | 12 +++++------- netboot.sh => netinst.sh | 0 2 files changed, 5 insertions(+), 7 deletions(-) rename netboot.sh => netinst.sh (100%) diff --git a/README.md b/README.md index 94c6b5f..7f326ba 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,18 @@ -# VPS Re-install Debian Script - -Now ready for Debian 10 (buster)! +# Debian Network Reinstall Script ## Introduction -This script is used to re-install VPS to **Debian 9 (stretch) or 10 (buster)** with the official installer, but semi-automatically. +This script is used to reinstall the Linux OS of a KVM-based VPS or a Hyper-V virtual machine to Debian 10 Buster. ## How It Works 1. Generate a preseed file to automate installation -2. Download Debian Installer to the boot directory -3. Alter GRUB2 configuration to boot the installer +2. Download the 'Debian-Installer' to the `/boot` directory +3. Append a menu entry of the installer to the GRUB2 configuration file ## Usage - sudo bash -c "$(wget -qO- https://github.com/brentybh/debian-netboot/raw/master/netboot.sh)" -- + sudo bash -c "$(curl -fsSL https://github.com/bohanyang/debian-network-reinstall/raw/master/netinst.sh)" -- ## Available Options diff --git a/netboot.sh b/netinst.sh similarity index 100% rename from netboot.sh rename to netinst.sh