From 1c1484f90c21e5257d3b9c0d8f447edb2bfaa94b Mon Sep 17 00:00:00 2001 From: MunyDev Date: Sat, 25 Jan 2025 10:13:45 -0500 Subject: [PATCH] updated to use by-label (safer) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c1ca93..9d94e73 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Set up the environment by running the following commands. Make sure to have pyth After doing this the output directory will be generated. The output directory that is generated will be used in the shim. - `bash modify.sh ` - Now boot your shim. -- In the terminal of the shim, run `mount /dev/sda1 /mnt/stateful_partition` +- In the terminal of the shim, run `mount /dev/disk/by-label/STATE /mnt/stateful_partition` - `bash /mnt/stateful_partition/usr/bin/inshim.sh` ## Server setup (Only for people hosting servers)