]> piware.de Git - talk-cockpit-auth-anywhere.git/blobdiff - outline.md
Add foreman demo video
[talk-cockpit-auth-anywhere.git] / outline.md
index 9a265ff7b8f5cc9dc11d4aac3a34b6522083412e..726160e48e3c6ec7066c752cf7b584e3cc891254 100644 (file)
@@ -7,16 +7,7 @@ Cockpit is primarily known as a graphical, browser-based, reactive, and non-intr
 - Introduction
   + Cockpit as graphical UI to interact with your server, complementing ssh
   + Configure LVM or RAID once a year? Simpler and safer to do it like this
-    (Storage page demo) than this (shell commands below) → add PV, resize partition
-    sudo lvresize-prep.sh  and lvresize-cleanup.sh
-
-```sh
-pvcreate /dev/sdb2
-vgextend vg0 /dev/sdb2
-lvresize --extents '+100%FREE' vg0/data1
-resize2fs /dev/vg0/data1
-```
-
+    (Storage page demo) than this (shell commands) → add PV, resize partition
   + Makes server accessible from a lot more places
   + Integrates into authentication setups beyond simple user/password login page