Skip to content

Pop!_OS with some HMG Spice

Notifications You must be signed in to change notification settings

HMG-Software/company_linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install.sh

... is executed in chroot environment directly after installation - or on 1st boot.

  1. check drives
lsblk
  1. decrypt drive
sudo cryptsetup luksOpen /dev/nvme0n1p3 cryptdata
sudo lvscan
sudo vgchange -ay
  1. mount decrypted drive
sudo mount /dev/mapper/data-root /mnt
  1. chroot
sudo mount /dev/nvme0n1p1 /mnt/boot/efi
for i in /dev /dev/pts /proc /sys /run; do sudo mount -R $i /mnt$i; done
sudo chroot /mnt
  1. install.sh navigate to home, clone and execute install.sh
cd /mnt/home/hmg
git clone https://github.com/HMG-Software/company_linux.git --single-branch --filter=tree:0
cd company_linux
./install.sh
  1. restart be sure to unplug thumb drive

  2. post-install.sh

bash company_linux/post-install.shell
  1. register company docker registry

  2. Enjoy!


sources: system76/pop-recovery

About

Pop!_OS with some HMG Spice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages