From 733bd1bf0ba90d85f531c2c9dafea7abec40fc7d Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Tue, 29 Nov 2022 13:28:01 +0100 Subject: [PATCH] Some Small Adaptions --- archinstall.sh | 2 +- etc/bash.bashrc | 4 +--- etc/ssh/ssh-ca.pub | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/archinstall.sh b/archinstall.sh index ddd0f9b..1065fe3 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -176,7 +176,7 @@ if [[ "${systype}" == "x86_64-efi" ]]; then fi echo "Installing Base System Packages" -pacstrap /mnt base $kernel $microcode $firmware $extrapkgs btrfs-progs grub grub-btrfs snapper vim git tmux htop iftop iotop tcpdump mtr rsync wget which zip lsof strace openssh inetutils bc man-pages sudo +pacstrap /mnt base $kernel $microcode $firmware $extrapkgs btrfs-progs grub grub-btrfs snapper vim git tmux htop iftop iotop tcpdump mtr rsync wget which zip lsof strace openssh inetutils bc man-pages sudo bash-completion echo "Creating Basic Config Files" genfstab -U /mnt | sed -e 's/suvolid=[0-9]*,//g' >> /mnt/etc/fstab diff --git a/etc/bash.bashrc b/etc/bash.bashrc index 16f99d4..4bcac5b 100644 --- a/etc/bash.bashrc +++ b/etc/bash.bashrc @@ -10,8 +10,6 @@ export HISTCONTROL=ignoreboth,erasedups shopt -s histappend export PROMPT_COMMAND="history -a; history -n; $PROMPT_COMMAND" -# Shell Options - # Shell options shopt -s cdspell # Correct minor typos in cd directories shopt -s dirspell # Correct minor typos in globbing @@ -55,4 +53,4 @@ export GREP_COLOR="1;33" # Aliases alias ls='ls --color=auto' alias grep='grep --color=auto' -alias df='(echo "Device Size Used Avail Usage% Mountpoint"; df -hP -x tmpfs -x devtmpfs 2>&1 | egrep -v "Dateisystem|/mnt/data/homes/|rootfs") |column -t' +alias df='(echo "Device Size Used Avail Usage% Mountpoint"; df -hP -x tmpfs -x devtmpfs 2>&1 | grep -E -v "Dateisystem|/mnt/data/homes/|rootfs") |column -t' diff --git a/etc/ssh/ssh-ca.pub b/etc/ssh/ssh-ca.pub index 225acc8..d41bce2 100644 --- a/etc/ssh/ssh-ca.pub +++ b/etc/ssh/ssh-ca.pub @@ -1,2 +1,2 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH+nJART0HRPz+9ykN6cTQp/ixUoPhbyH01D7SGBXW9Z causer@ca01 -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAEsmyOL1+Ie4URCxbcobAUrA5pEpJ9eyb2u4+xcacCG Wired Network SSH CA +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJTmy1fbSUUOubPmRIl14rJLdZsLwNdPChknmgQ8NW7M Wired Network SSH CA