mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-21 02:51:16 -03:00
Update the documentation
This commit is contained in:
parent
f1ad8ae660
commit
40972cebaf
4 changed files with 22 additions and 22 deletions
|
|
@ -6,11 +6,11 @@ This application note explains how to use the favorite partition with favorite s
|
|||
## Step 1: Making partitions
|
||||
To use custom partitioning, the user must create all partitions by themselves. The user can do it with the popular partitioning tool like gparted. It is recommended to set the partition table as MBR and GPT for BIOS and EFI systems, respectively.
|
||||
|
||||
In this documentation, we assume the user wants to use /dev/sda5 as LUKS partition to install Ubuntu.
|
||||
In this documentation, we assume the user wants to use /dev/sda5 as LUKS partition to install Ubuntu, as example.
|
||||
## Step 2: Configuration
|
||||
Next user must configure the config.sh.
|
||||
|
||||
The first parameter to edit is **DEV** parameter which represents the target device. In this example, it must be set as /dev/sdb.
|
||||
The first parameter to edit is **DEV** parameter which represents the target device. In this example, it must be set as /dev/sda.
|
||||
```sh
|
||||
export DEV="/dev/sda"
|
||||
```
|
||||
|
|
@ -40,4 +40,5 @@ This command sets up the LUKS volume on the specified partition. This command al
|
|||
Now, it's a time to run Kaiten-yaki
|
||||
```sh
|
||||
source kaiten-yaki-ubuntu
|
||||
```
|
||||
```
|
||||
All other operations are same with usual install.
|
||||
Loading…
Add table
Add a link
Reference in a new issue