The sysctl has been renamed with the latest g-s releases.
svn path=/trunk/; revision=529
This commit is contained in:
parent
9968f32f36
commit
5c947391ce
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ case `uname -m` in
|
|||
alpha)
|
||||
echo >> /etc/sysctl.conf
|
||||
echo "# Disable UAC on Alpha" >> /etc/sysctl.conf
|
||||
echo "uac.noprint = 1" >> /etc/sysctl.conf
|
||||
echo "kernel.uac.noprint = 1" >> /etc/sysctl.conf
|
||||
;;
|
||||
i?86|x86_64)
|
||||
sed -i 's/DRIVER fbdev/DRIVER vesa/' /usr/share/hwdata/Cards
|
||||
|
|
Loading…
Add table
Reference in a new issue