Compare commits
3 commits
9f9056c995
...
f902981d8e
Author | SHA1 | Date | |
---|---|---|---|
f902981d8e | |||
30feb54482 | |||
e0bedf10a3 |
2 changed files with 8 additions and 2 deletions
8
base.sh
8
base.sh
|
@ -204,7 +204,7 @@ if [[ $configuration == 1 ]]; then
|
||||||
cp "$(find "${PWD}" -type f -name 20-wwan.network)" /etc/systemd/network/
|
cp "$(find "${PWD}" -type f -name 20-wwan.network)" /etc/systemd/network/
|
||||||
elif [[ $configuration == 2 ]]; then
|
elif [[ $configuration == 2 ]]; then
|
||||||
|
|
||||||
pacman -S fwupd networkmanager modemmanager avahi bluez bluez-utils sshfs pipewire pipewire-audio pipewire-alsa pipewire-pulse pipewire-jack pipewire-zeroconf pipewire-v4l2 pipewire-docs pipewire-roc helvum wireplumber gstreamer gst-plugin-pipewire gst-libav gst-plugins-good gst-plugins-base xdg-desktop-portal-gnome espeak-ng networkmanager-openconnect networkmanager-openvpn networkmanager-pptp networkmanager-vpnc power-profiles-daemon
|
pacman -S fwupd networkmanager modemmanager avahi bluez bluez-utils sshfs pipewire pipewire-audio pipewire-alsa pipewire-pulse pipewire-jack pipewire-zeroconf pipewire-v4l2 pipewire-docs pipewire-roc helvum wireplumber gstreamer gst-plugin-pipewire gst-libav gst-plugins-good gst-plugins-base xdg-desktop-portal-gnome espeak-ng networkmanager-openconnect networkmanager-openvpn networkmanager-pptp networkmanager-vpnc power-profiles-daemon plymouth
|
||||||
|
|
||||||
pacman -S gnome gdm gnome-software-packagekit-plugin
|
pacman -S gnome gdm gnome-software-packagekit-plugin
|
||||||
|
|
||||||
|
@ -241,7 +241,11 @@ fi
|
||||||
|
|
||||||
sed -i 's/BINARIES=()/BINARIES=(btrfs)/' /etc/mkinitcpio.conf
|
sed -i 's/BINARIES=()/BINARIES=(btrfs)/' /etc/mkinitcpio.conf
|
||||||
|
|
||||||
sed -i 's/HOOKS=(.*)/HOOKS=(base systemd keyboard autodetect sd-vconsole modconf kms block sd-encrypt filesystems fsck)/' /etc/mkinitcpio.conf
|
sed -i 's/^HOOKS=(.*)/HOOKS=(base systemd keyboard autodetect sd-vconsole modconf kms block sd-encrypt filesystems fsck)/' /etc/mkinitcpio.conf
|
||||||
|
|
||||||
|
if [[ $configuration == 2 ]]; then
|
||||||
|
sed -i 's/^HOOKS=(.*)/HOOKS=(base systemd keyboard plymouth autodetect sd-vconsole modconf kms block sd-encrypt filesystems fsck)/' /etc/mkinitcpio.conf
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ $kernel == 1 ]]; then
|
if [[ $kernel == 1 ]]; then
|
||||||
mkinitcpio -p linux
|
mkinitcpio -p linux
|
||||||
|
|
|
@ -8,6 +8,8 @@ localectl set-keymap de-latin1-nodeadkeys
|
||||||
timedatectl set-timezone Europe/Berlin
|
timedatectl set-timezone Europe/Berlin
|
||||||
timedatectl set-ntp yes
|
timedatectl set-ntp yes
|
||||||
|
|
||||||
|
lsblk
|
||||||
|
echo "-------------------------------------"
|
||||||
echo "Choose Device (Defaults to /dev/sda):"
|
echo "Choose Device (Defaults to /dev/sda):"
|
||||||
echo "1) /dev/sda 2) /dev/vda 3) Other Path"
|
echo "1) /dev/sda 2) /dev/vda 3) Other Path"
|
||||||
read -r choise
|
read -r choise
|
||||||
|
|
Loading…
Reference in a new issue