Added logo image QR code, updated Arch Install post
This commit is contained in:
@@ -53,6 +53,7 @@ copyright = "" # default: author.name
|
||||
since = "2017" # Site creation time
|
||||
|
||||
# site info (optional)
|
||||
logoImage = "img/pubfpr.png"
|
||||
logoTitle = "bdebyl" # default: the title value
|
||||
keywords = ["bastian", "de byl","bdebyl"]
|
||||
description = "A random assortment of my personal projects."
|
||||
|
||||
@@ -97,7 +97,7 @@ The reader may always consult manpages, the [Arch Wiki](https://wiki.archlinux.o
|
||||
```
|
||||
|
||||
1. Edit the loader configuration using a text editor of your choice:
|
||||
```
|
||||
```apacheconf
|
||||
# cat /boot/loader/loader.conf
|
||||
default arch
|
||||
timeout 3
|
||||
@@ -105,7 +105,7 @@ The reader may always consult manpages, the [Arch Wiki](https://wiki.archlinux.o
|
||||
```
|
||||
|
||||
1. Create the loader entry for the default `arch` entry specified above (_You can edit this name if desired._). Use `blkid /dev/sdaN` to find the UUID of your crypt device, and recall the volume name you gave your device above (_`main` in example below_):
|
||||
```
|
||||
```apacheconf
|
||||
# cat /boot/loader/entries/arch.conf
|
||||
title Arch Linux
|
||||
linux /vmlinuz-linux.img
|
||||
|
||||
Reference in New Issue
Block a user