-
Notifications
You must be signed in to change notification settings - Fork 0
work
XADE edited this page Dec 10, 2023
·
1 revision
- Volumes mounted on subdirectory of /tmp:
- Subvolume of root volume on /
- FAT volume in /fat
-
Root FileSystem of selected distro is extracted on top of it.
-
Mentioned packages are installed.
-
Grub is installed.
- By the means of web-scraping one of the following is used:
- Download latest rootfs tarball of the distribution from there mirrors
- Download latest packages to create a working package manager for the distribution, using the same to create rootfs
- Backtracking
- Backtracking selected Devices is possible with:
lsblk -s
it's recommended to install os-prober to add boot entries for OS and Distros not installed from this script.
grub.cfg in the FAT partition is responsible:
- it holds entries to grub configs of all distributions.
- The entry 'OTHER' in grub menu will take you to the entries in this file.
- FDE
- Legacy Bios
- VMs as OVMF entries are not persistent
- Smaller FAT partition as kernel & initrd doesn't reside on Fat partition.