Skip to content

joseprrm/Arch-Linux-lvm-install-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Arch-Linux-lvm-install-script

Experimental script that installs Arch Linux on LVM. It will wipe out all the data in the selected drive, so use at your own risk.

Usage

Just run:

sh install.sh /dev/sdx

Explanation

I just make the whole /run accessible to the chroot jail, because grub-mkconfig needs access to /run/lvm and /run/udev to run properly when Arch Linux is installed on LVM.

mkdir /mnt/hostrun
mount --bind /run /mnt/hostrun
arch-chroot /mnt
mount --bind /hostrun /run

About

Experimental script that installs Arch Linux on LVM.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages