Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/examples/var_service/gpm/run

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (show annotations) (download)
Sun May 30 11:32:42 2010 UTC (13 years, 11 months ago) by niro
File size: 214 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 #!/bin/sh
2
3 exec >/dev/null
4 exec 2>&1
5 exec </dev/null
6
7 user=root
8 options="-D -2 -m /dev/psaux -t ps2"
9 #options="-D -2 -m /dev/ttyS0 -t bare"
10
11 exec \
12 env - PATH="$PATH" \
13 softlimit \
14 setuidgid "$user" \
15 gpm $options

Properties

Name Value
svn:executable *