Compare commits
No commits in common. "f902981d8e6d7482d686ad78dbb715505473dd4e" and "9f9056c9953c99a82197318ec6a832d6643d867a" have entirely different histories.
f902981d8e
...
9f9056c995
2 changed files with 2 additions and 8 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/
|
||||
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 plymouth
|
||||
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 gnome gdm gnome-software-packagekit-plugin
|
||||
|
||||
|
@ -241,11 +241,7 @@ fi
|
|||
|
||||
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
|
||||
|
||||
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
|
||||
sed -i 's/HOOKS=(.*)/HOOKS=(base systemd keyboard autodetect sd-vconsole modconf kms block sd-encrypt filesystems fsck)/' /etc/mkinitcpio.conf
|
||||
|
||||
if [[ $kernel == 1 ]]; then
|
||||
mkinitcpio -p linux
|
||||
|
|
|
@ -8,8 +8,6 @@ localectl set-keymap de-latin1-nodeadkeys
|
|||
timedatectl set-timezone Europe/Berlin
|
||||
timedatectl set-ntp yes
|
||||
|
||||
lsblk
|
||||
echo "-------------------------------------"
|
||||
echo "Choose Device (Defaults to /dev/sda):"
|
||||
echo "1) /dev/sda 2) /dev/vda 3) Other Path"
|
||||
read -r choise
|
||||
|
|
Loading…
Reference in a new issue