Adjust some README files..

This commit is contained in:
2024-07-01 11:11:05 +02:00
parent 3c7531d016
commit 9113d8167c
4 changed files with 85 additions and 25 deletions

View File

@ -8,7 +8,7 @@ The steps are mainly:
1.) Install Debian without setting up the RAID for the ESP partition.
During the partitioning, I've already created two identical partitions
During the partitioning, I've already created two identical partitions
marked as ESP partitions. They were on /dev/sda1 and /dev/sdb1
@ -27,8 +27,8 @@ The steps are mainly:
NOTE:
use metadata version 1.0
Version 1.0 still has the requirement (for this usecase) of placing the
superblock at the end of the device, but also includes "the modern features of mdadm",
Version 1.0 still has the requirement (for this usecase) of placing the
superblock at the end of the device, but also includes "the modern features of mdadm",
by using common layout format as 1.1 & 1.2.
# mdadm --create --verbose /dev/md3 --level=1 --raid-devices=2 --metadata=1.0 /dev/sda1 /dev/sdb1
@ -48,11 +48,11 @@ The steps are mainly:
7.) Changed the /boot/efi entry in /etc/fstab with the new UUID
for example:
UUID=C354-2922 /boot/efi vfat umask=0077 0 1
8.) Reload systemd
8.) Reload systemd
# systemctl daemon-reload