switched out poison to papermod.
didnt like how that sidebar took up so much space.
This commit is contained in:
		
							parent
							
								
									5bfdffb4b9
								
							
						
					
					
						commit
						debe81f89e
					
				
					 9 changed files with 217 additions and 45 deletions
				
			
		
							
								
								
									
										7
									
								
								content/archives.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								content/archives.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,7 @@
 | 
			
		|||
---
 | 
			
		||||
title: "Archive"
 | 
			
		||||
layout: "archives"
 | 
			
		||||
# url: "/archives"
 | 
			
		||||
summary: "archives"
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -3,6 +3,8 @@ title: "Archlinux install with btrfs, systemd-boot, and full-disk encryption"
 | 
			
		|||
date: 2021-04-11T19:19:51-05:00
 | 
			
		||||
draft: false
 | 
			
		||||
---
 | 
			
		||||
:toc:
 | 
			
		||||
:toclevels: 4
 | 
			
		||||
 | 
			
		||||
== Installing btrfs, systemd-boot, and LUKS with suspend to disk on encrypted swap partition.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -204,7 +206,7 @@ $ genfstab -U /mnt > /mnt/etc/fstab
 | 
			
		|||
 | 
			
		||||
make /mnt/etc/crypttab.initramfs containing:
 | 
			
		||||
 | 
			
		||||
{{<highlight console "linenos=false">}}
 | 
			
		||||
{{<highlight console>}}
 | 
			
		||||
$our swap device
 | 
			
		||||
swap LABEL=swap
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -254,7 +256,7 @@ $ echo '[myhostname]' > /etc/hostname
 | 
			
		|||
 | 
			
		||||
and add matching entries to /etc/hosts, like so (if static ip, use that. if dynamic, use 127)
 | 
			
		||||
 | 
			
		||||
{{<highlight console "linenos=false">}}
 | 
			
		||||
{{<highlight console>}}
 | 
			
		||||
127.0.0.1	localhost
 | 
			
		||||
::1		localhost
 | 
			
		||||
127.0.1.1	myhostname.localdomain	myhostname
 | 
			
		||||
| 
						 | 
				
			
			@ -282,7 +284,7 @@ $ bootctl install
 | 
			
		|||
 | 
			
		||||
create /boot/loader/entries/arch.conf containing:
 | 
			
		||||
 | 
			
		||||
{{<highlight console "linenos=false">}}
 | 
			
		||||
{{<highlight console>}}
 | 
			
		||||
title Arch Linux
 | 
			
		||||
linux /vmlinuz-linux
 | 
			
		||||
initrd /intel-ucode.img
 | 
			
		||||
| 
						 | 
				
			
			@ -292,7 +294,7 @@ options root=/dev/mapper/btrfs rootflags=subvol=/root resume=/dev/mapper/swap
 | 
			
		|||
 | 
			
		||||
edit /boot/loader/loader.conf and add:
 | 
			
		||||
 | 
			
		||||
{{<highlight console "linenos=false">}}
 | 
			
		||||
{{<highlight console>}}
 | 
			
		||||
default arch.conf
 | 
			
		||||
timeout 2
 | 
			
		||||
console-mode max
 | 
			
		||||
| 
						 | 
				
			
			@ -315,7 +317,7 @@ $ exit
 | 
			
		|||
$ shutdown now
 | 
			
		||||
{{</highlight>}}
 | 
			
		||||
 | 
			
		||||
remove the install media, and boot back up. make sure everythign boots. from now on, configure the system as normal.
 | 
			
		||||
remove the install media, and boot back up. make sure everything boots. from now on, configure the system as normal.
 | 
			
		||||
 | 
			
		||||
=== configuring userspace
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,6 +3,8 @@ title: "Mapping caps lock to ctrl in the TTY"
 | 
			
		|||
date: 2021-05-23T04:59:28-05:00
 | 
			
		||||
draft: false
 | 
			
		||||
---
 | 
			
		||||
:toc:
 | 
			
		||||
:toclevels: 4
 | 
			
		||||
 | 
			
		||||
= Caps to Ctrl in tty
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										8
									
								
								content/search.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								content/search.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,8 @@
 | 
			
		|||
---
 | 
			
		||||
title: "Search" # in any language you want
 | 
			
		||||
layout: "search" # is necessary
 | 
			
		||||
# url: "/archive"
 | 
			
		||||
# description: "Description for Search"
 | 
			
		||||
summary: "search"
 | 
			
		||||
placeholder: "placeholder text in search input box"
 | 
			
		||||
---
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue