This commit is contained in:
milisbir 2018-01-20 23:46:50 +02:00
parent cf32a913ff
commit 24b72c7113
1 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
echo "pci=noaer parametresi ekleyin grub'a"
#!/bin/sh
#echo "pci=noaer parametresi ekleyin grub'a"
[ -f /etc/default/grub/grub.default ] && sed -i 's#^\(GRUB_CMDLINE_LINUX_DEFAULT="quiet\)"$#\1 pci=noaer"#' /etc/default/grub/grub.default