mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
modiy xbps-install with -Su
This commit is contained in:
parent
9c0e4f47fa
commit
04429da930
3 changed files with 49 additions and 40 deletions
23
README.md
23
README.md
|
|
@ -1,10 +1,10 @@
|
|||
# Kaiten-yaki : Yet another Full Disk Encryption for GRUB/Linux
|
||||
Helpful scripts of the full disk encryption for the Linux distribution
|
||||
Kaiten-yaki is a script set to help you to make a full disk encryption install to your desktop system.
|
||||
|
||||
This is a script correction to help the installation of Linux distribution with the full disc encryption. Followings are the list of functionality.
|
||||
- Ubuntu and Void Linux.
|
||||
Followings are the list of functionality.
|
||||
- Support Ubuntu and Void Linux.
|
||||
- Install from LiveCD/USB.
|
||||
- Use GUI installer, for the ease of installation.
|
||||
- Invoke GUI/TUI installer at the middle of script execution, for the ease of installation.
|
||||
- Automatic detection of BIOS/EFI firmware and create MBR/GPT, respectively.
|
||||
- Support to install multiple distributions in a LUKS partition.
|
||||
- The "/boot" is located in the same logical volume with the "/".
|
||||
|
|
@ -21,7 +21,7 @@ The logical volume size of each Linux distribution (LVROOTSIZE) can be customize
|
|||
|
||||
As depicted the LVM volume group has only one physical volume.
|
||||
|
||||
# Test environment
|
||||
# Tested environment
|
||||
These scripts are tested with following environment.
|
||||
- VMWare Workstation 15.5.7 ( EFI/BIOS )
|
||||
- Ubuntu 20.04.2 amd64 desktop
|
||||
|
|
@ -29,18 +29,25 @@ These scripts are tested with following environment.
|
|||
- void-live-x86_64-20210218-mate.iso
|
||||
- void-live-x86_64-musl-20210218-mate.iso
|
||||
|
||||
# Preparation
|
||||
# Installation
|
||||
Start the PC with the LiveCD/LiveUSB of the distribution to install. Download this repository from github, and expand it.
|
||||
|
||||
# Installation
|
||||
Go to script directory and follow the procedure in the [INSTALL.md](INSTALL.md)
|
||||
Then, go to script directory and follow the procedure in the [INSTALL.md](INSTALL.md)
|
||||
|
||||
# Known issues
|
||||
If you install two ore more Void Linux in to the EFI system, only the last one can boot without trouble. This is not the problem of Kaiten-yaki.
|
||||
|
||||
# Variants considerations
|
||||
Ubuntu has several variants ( flavors ). While I have tested only MATE flavor, other flavor may work correctly as far as it uses Ubiquity installer.
|
||||
|
||||
Void Linux has "base" variant which doesn't have GUI. Kaiten-yaki can't run correctly without GUI.
|
||||
|
||||
# Acknowledgments
|
||||
These scripts are based on the script shared on the [myn's diary](https://myn.hatenablog.jp/entry/install-ubuntu-focal-with-lvm-on-luks). That page contains rich information, hint and techniques around the encrypted volume and Ubiquity installer.
|
||||
|
||||
Also, following documents were very important to study how Void Linux installation works.
|
||||
- [Full Disk Encryption](https://docs.voidlinux.org/installation/guides/fde.html) in the Void Handbook.
|
||||
- [Install LVM LUKS](https://wiki.voidlinux.org/Install_LVM_LUKS) (deprecated)
|
||||
# Kaiten-yaki
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue