Merge /home/users/nico/cLinux/scripts/boot-scripts
This commit is contained in:
commit
02ee138f65
3 changed files with 21 additions and 0 deletions
7
ppc/keyboard-rate
Executable file
7
ppc/keyboard-rate
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
# cLinux
|
||||
# Nico Schottelius (nico-linux@schottelius.org)
|
||||
# 2004-12
|
||||
#
|
||||
|
||||
kbdrate -r35
|
7
ppc/mouse_buttons_emulation
Executable file
7
ppc/mouse_buttons_emulation
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
# cLinux
|
||||
# Nico Schottelius (nico-linux@schottelius.org)
|
||||
# 2004-12-29
|
||||
#
|
||||
|
||||
echo 1 > /proc/sys/dev/mac_hid/mouse_button_emulation
|
7
prepare-crypt-home
Normal file
7
prepare-crypt-home
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
# cLinux
|
||||
# Nico Schottelius (nico-linux@schottelius.org)
|
||||
# 2004-12
|
||||
#
|
||||
|
||||
cryptsetup -c aes create home $1
|
Loading…
Reference in a new issue