Skip to content

Modified scripts for Linux re-installation, with credit to MoeClub.org@Vicer:

License

Notifications You must be signed in to change notification settings

zzXsrgdo/Linux-Reinstall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux-Reinstall

This repo includes modified scripts from https://moeclub.org, with credit to Vicer.

template-YYMMDD.sh

The original scripts. See https://moeclub.org/2018/04/03/603/ for detailed usage.

install.sh

The modified script, mainly differing in:

  1. use en_US.UTF-8 instead of en_US for debian/ubuntu.
  2. use ifupdown instead of netplan for newer ubuntu releases.
  3. use UEFI/GPT instead, for single partition of 2TB or larger.
  4. use boot-root-noswap partition style instead of built-in atomic.

install-raid0.sh

Same flavor as install.sh, but offer to install software RAID-0.

Currently:

  1. The machine must have /dev/sda and /dev/sdb of identical size.

  2. RAID1 is used for /boot and RAID0 is used for /.

  3. SWAP is disabled. You can enable it by swapon.

    Installing Debian 8 on ikoula machines will fail.

About

Modified scripts for Linux re-installation, with credit to MoeClub.org@Vicer:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%