Compare commits

...

3 commits

Author SHA1 Message Date
eichehome f902981d8e Added lsblk (Closes #25) 2023-04-20 14:20:30 +02:00
eichehome 30feb54482 Added Plymouth (Fixed #2) 2023-04-20 14:05:44 +02:00
eichehome e0bedf10a3 Fixed Bug #1 2023-04-20 14:02:01 +02:00
2 changed files with 8 additions and 2 deletions

View file

@ -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
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
@ -241,7 +241,11 @@ 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
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
mkinitcpio -p linux

View file

@ -8,6 +8,8 @@ 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