Update install.md
This commit is contained in:
parent
feadcdd6ef
commit
66a7d33ef4
73
install.md
73
install.md
|
@ -13,43 +13,7 @@ $ gdisk /dev/sda
|
|||
|
||||
**Create GPT and EFI-partion.**
|
||||
_Creates new GPT-partition table._
|
||||
$ o
|
||||
_Accept._
|
||||
$ y
|
||||
_Create a new partition, accept default partition number 1 and first sector._
|
||||
$ n
|
||||
_Enter_
|
||||
_Enter_
|
||||
_Enter partition size (second sector), 512 MB should be plenty for /boot and accept._
|
||||
$ +512M
|
||||
_Mark as EFI._
|
||||
$ ef00
|
||||
_New main partition, accept all the following pressing "enter"._
|
||||
$ n
|
||||
|
||||
**Print and check your partitions. There should be a 512 MiB EFI system partition and a Linux filesystem filling up the rest of the space**
|
||||
$ p
|
||||
|
||||
**Write partitions to device.**
|
||||
$ w
|
||||
_Accept._
|
||||
$ y
|
||||
|
||||
**Encrypt primary partition.**
|
||||
$ cryptsetup -c aes-xts-plain -y -s 512 luksFormat /dev/sda2
|
||||
|
||||
**Confirm by tryping "YES".**
|
||||
$ YES
|
||||
|
||||
**Open encrypted partition and mount to container "lvm".**
|
||||
$ cryptsetup luksOpen /dev/sda2 lvm
|
||||
|
||||
**Create LVM physical volume.**
|
||||
$ pvcreate /dev/mapper/lvm
|
||||
|
||||
**Create LVM volume group called "main".**
|
||||
$ vgcreate main /dev/mapper/lvm
|
||||
|
||||
$ o breeze-gtk
|
||||
**Create LVM logical volumes for /root and /home.
|
||||
Your root volume should be 25-50 GB big, your home volume takes up the remaining space.**
|
||||
$ lvcreate -L 25G -n root main
|
||||
|
@ -196,37 +160,4 @@ $ umount /mnt/boot
|
|||
$ umount /mnt/home
|
||||
$ reboot
|
||||
|
||||
**Now you are logged in to your Plasma desktop environment and ready to configure and use your Arch Linux.**
|
||||
|
||||
**Suggested packages to install.**
|
||||
|
||||
- microcode (https://wiki.archlinux.org/index.php/Microcode)
|
||||
- kde-gtk-config (Adds graphical settings for GTK apps.)
|
||||
- kdeplasma-addons („All kind of addons to improve your Plasma experience.“)
|
||||
- kscreen (Adds screen section to graphical settings.)
|
||||
- ksystemlog (Graphical system log viewer)
|
||||
- partitionmanager (Graphical partition manager)
|
||||
- plasma-nm (Network manager applet)
|
||||
- plasma-pa (Audio manager applet)
|
||||
- powerdevil (Adds energy manager to graphical settings.)
|
||||
- spectacle (Graphical screenshot tool.)
|
||||
- zram-generator (https://wiki.archlinux.org/title/Swap#zram-generator)
|
||||
- reflector (https://wiki.archlinux.org/title/Reflector)
|
||||
|
||||
## Work in progress:
|
||||
|
||||
- KDE Connect
|
||||
- UFW
|
||||
- BackInTime and/or Timeshift
|
||||
- breeze-gtk?
|
||||
- Dolphin and/or Krusader
|
||||
- Linux-Zen
|
||||
- Pipewire
|
||||
- rmtrash
|
||||
- spectacle
|
||||
- unrar, rar, zip
|
||||
- yakuake
|
||||
|
||||
## Post installation configuration (WIP) :
|
||||
- Installing yay
|
||||
- Point to this: https://gitlab.com/srtghn3657/random-linux-tips
|
||||
**Now you are logged in to your Plasma desktop environment and ready to configure and use your Arch Linux.**
|
||||
|
|
Loading…
Reference in New Issue