mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Change the section order
This commit is contained in:
parent
e3fc04f2a8
commit
23323393a9
1 changed files with 5 additions and 5 deletions
10
ubuntu_en.md
10
ubuntu_en.md
|
|
@ -176,6 +176,11 @@ echo "GRUB_ENABLE_CRYPTODISK=y" >> /target/etc/default/grub
|
|||
```
|
||||

|
||||
|
||||
## Click continue
|
||||
As noted above, do not reboot. Click "Continue Testing".
|
||||
|
||||

|
||||
|
||||
## Mount the targets
|
||||
After Ubiquity finish the installation, mount the target directories and chroot to that.
|
||||
```bash
|
||||
|
|
@ -185,11 +190,6 @@ mount /dev/mapper/${VGNAME}-${LVROOT} /target
|
|||
for n in proc sys dev etc/resolv.conf; do mount --rbind "/$n" "/target/$n"; done
|
||||
chroot /target /bin/bash
|
||||
```
|
||||
## Click continue
|
||||
As noted above, do not reboot. Click "Continue to test".
|
||||
|
||||

|
||||
|
||||
## Add auto decryption to the target kernel
|
||||
Now, we are at critical phase. To avoid system asks passphrase twice, we have to embed the key inside ramfs initial image.
|
||||
This image with key is stored in the LUKS volume, so, it is stored in the safe storage.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue