ArchOS: /usr Partition + Verity #27

Open
opened 2023-07-22 23:35:57 +00:00 by eichehome · 2 comments
Owner

(256 bit) Partition UUID of /usr = (128 bit) Root Hash + (128 bit) Partition UUID of /usr-Verity
Damit sollte auch die /usr Partition automatisch gemountet werden.

(256 bit) Partition UUID of /usr = (128 bit) Root Hash + (128 bit) Partition UUID of /usr-Verity Damit sollte auch die /usr Partition automatisch gemountet werden.
eichehome added the
bug
label 2023-07-22 23:36:07 +00:00
eichehome added this to the Generelle Konfiguration project 2023-07-22 23:36:21 +00:00
eichehome changed title from /usr Partition + Verity to ArchOS: /usr Partition + Verity 2023-08-27 15:29:33 +00:00
Author
Owner
SALT="1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
veritysetup format --salt=${SALT} /dev/disk/by-label/data /dev/disk/by-label/hash
veritysetup open /dev/disk/by-label/data usr /dev/disk/by-label/hash <roothash>
```bash SALT="1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef" veritysetup format --salt=${SALT} /dev/disk/by-label/data /dev/disk/by-label/hash veritysetup open /dev/disk/by-label/data usr /dev/disk/by-label/hash <roothash> ```
Author
Owner

mount -o ro /mnt/usr /dev/mapper/usr

mount -o ro /mnt/usr /dev/mapper/usr
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: eichehome/archinstall#27
No description provided.