On 14/10/2005 at 10:48 +0000, Saladino wrote:

> Thats my question, is it possible? i work in silent places normally
> and the sound of the ibook starting is to noisy.

As it has already been pointed, you need nvsetvol (in powerpc-utils
package).

However, as macosx restores the volume everytime you boot it, I have a
script called something like /etc/rc.boot/nvsetvol-shutup

That reads:

---8<---
#! /bin/sh

ACTUAL=$(nvsetvol | sed 's/.* //')
if [ $ACTUAL -gt 0 ] ; then
    nvsetvol 0
fi
--->8---

-- 
Kiko
Private mail is preferred encrypted:
http://www.pirispons.net/pgpkey.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to