source:
trunk/packages/sipb-xen-autoinstaller/guest/etc/init.d/rcS
@
744
Last change on this file since 744 was 741, checked in by ecprice, 16 years ago | |
---|---|
File size: 270 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | for x in $(cat /proc/cmdline); do |
3 | case $x in |
4 | ip=*) |
5 | /usr/lib/klibc/bin/ipconfig -d ${x#ip=} |
6 | ;; |
7 | noinstall) |
8 | exit 0 |
9 | ;; |
10 | esac |
11 | done |
12 | mount -t tmpfs none /var/log |
13 | mount -t tmpfs none /tmp |
14 | sipb-xen-install |
15 | busybox poweroff |
16 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.