move imported stuff to linux/
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
02ee138f65
commit
d78def60b7
3 changed files with 0 additions and 0 deletions
7
linux/ppc/keyboard-rate
Executable file
7
linux/ppc/keyboard-rate
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
# cLinux
|
||||
# Nico Schottelius (nico-linux@schottelius.org)
|
||||
# 2004-12
|
||||
#
|
||||
|
||||
kbdrate -r35
|
||||
7
linux/ppc/mouse_buttons_emulation
Executable file
7
linux/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
linux/prepare-crypt-home
Normal file
7
linux/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…
Add table
Add a link
Reference in a new issue