diff --git a/book.toml b/book.toml index 91b5cf4f..679ccfe8 100644 --- a/book.toml +++ b/book.toml @@ -77,5 +77,6 @@ exclude = [ 'libressl\.org', 'gnu\.org', 'kde\.org', + 'eduroam\.org', ] user-agent = "Mozilla/5.0" diff --git a/src/config/containers-and-vms/lxc.md b/src/config/containers-and-vms/lxc.md index 47ccc1fc..fc0e8496 100644 --- a/src/config/containers-and-vms/lxc.md +++ b/src/config/containers-and-vms/lxc.md @@ -146,8 +146,7 @@ started. To avoid default configuration initialize Incus for yourself with > on boot. To migrate existing LXD setups to Incus, use the `lxd-to-incus` tool from the -`incus-tools` package as described -[here](https://linuxcontainers.org/incus/docs/main/howto/server_migrate_lxd/). +`incus-tools` package. To migrate existing LXC containers to Incus, use the `lxc-to-incus` script from the `incus-tools` package as described diff --git a/src/installation/guides/fde.md b/src/installation/guides/fde.md index 8780fea1..2699ad8f 100644 --- a/src/installation/guides/fde.md +++ b/src/installation/guides/fde.md @@ -60,11 +60,11 @@ Keep in mind the encrypted volume will be `/dev/sda2` on EFI systems, since `/dev/sda1` is taken up by the EFI partition. ``` -# cryptsetup luksFormat --type luks1 /dev/sda1 +# cryptsetup luksFormat --type luks1 /dev/sda2 WARNING! ======== -This will overwrite data on /dev/sda1 irrevocably. +This will overwrite data on /dev/sda2 irrevocably. Are you sure? (Type uppercase yes): YES Enter passphrase: @@ -75,8 +75,8 @@ Once the volume is created, it needs to be opened. Replace `voidvm` with an appropriate name. Again, this will be `/dev/sda2` on EFI systems. ``` -# cryptsetup luksOpen /dev/sda1 voidvm -Enter passphrase for /dev/sda1: +# cryptsetup luksOpen /dev/sda2 voidvm +Enter passphrase for /dev/sda2: ``` Once the LUKS container is opened, create the LVM volume group using that