fixed 'aws' missing from 'cloudfront' command

This commit is contained in:
Bastian de Byl
2020-09-28 23:25:23 -04:00
parent 592a4ba20a
commit a3311566f2
2 changed files with 8 additions and 8 deletions

View File

@@ -24,8 +24,8 @@ On Arch Linux, it's as simple as:
```
# pacman -S linux-hardened linux-hardened-headers
```
<sub>_Optionally (additionally) run `mkinitcpio -p linux-hardened` as root if
this wasn't already done automatically as part of the installation_</sub>
_Optionally (additionally) run `mkinitcpio -p linux-hardened` as root if
this wasn't already done automatically as part of the installation_
The steps to boot to the hardened kernel will change based on your boot
loader. Personally, I am using
@@ -36,7 +36,7 @@ therefore start with that.
## Boot Loader Configuration
### **`systemd-boot`**
Create a new loader config will need to be created on top of your existing one
in `/boot/loader/entries/**
in `/boot/loader/entries/`
**Example**
```apacheconf
@@ -45,9 +45,9 @@ linux /vmlinuz-linux-hardened
initrd /initramfs-linux-hardened.img
options ...
```
<sub>_The `options` line above will be specific to your system. This can be copied
_The `options` line above will be specific to your system. This can be copied
from existing, working loader configurations or such as the one described in
[Installing Arch Linux](/post/archinstall/#set-up-linux-installation)_</sub>
[Installing Arch Linux](/post/archinstall/#set-up-linux-installation)_
Change the default **or** enable `auto-entries` to selectively boot from it in
`/boot/loader/loader.conf`
@@ -73,8 +73,8 @@ LABEL archhardened
...
```
<sub>_Note that the `APPEND` may differ from the example, same with `options`
for `systemd-boot`_</sub>
<sub>Note that the `APPEND` may differ from the example, same with `options`
for `systemd-boot`</sub>
# Finish Line
It's that simple! There are additional system hardening steps one may opt to