Skip to content

Commit

Permalink
Update lvm-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yuceltoluyag authored Aug 18, 2024
1 parent 9c8bf6a commit 7236106
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions lvm-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,15 @@ locale-gen
mkinitcpio -P
# Snapper Yapılandırması (Btrfs için)
snapper --no-dbus -c root create-config /
btrfs subvolume delete /.snapshots
mkdir /.snapshots
mount -a
chmod 750 /.snapshots
if ! btrfs subvolume show /mnt/.snapshots &>/dev/null; then
snapper --no-dbus -c root create-config /
btrfs subvolume delete /.snapshots
mkdir /.snapshots
mount -a
chmod 750 /.snapshots
else
warning ".snapshots alt hacmi zaten var, Snapper yeniden yapılandırılmayacak."
fi
# PC Speaker Devre Dışı Bırakılması (Beep Sesi Kapatma)
echo -e "blacklist pcspkr\nblacklist snd_pcsp" > /etc/modprobe.d/nobeep.conf
Expand Down

0 comments on commit 7236106

Please sign in to comment.