Lines Matching refs:rc

88 echo "#!/bin/sh" > $T_PX/etc/rc.d/rc.keymap
90 >> $T_PX/etc/rc.d/rc.keymap
91 echo "if [ -x /usr/bin/loadkeys ]; then" >> $T_PX/etc/rc.d/rc.keymap
92 echo " /usr/bin/loadkeys us" >> $T_PX/etc/rc.d/rc.keymap
93 echo "fi" >> $T_PX/etc/rc.d/rc.keymap
94 chmod 755 $T_PX/etc/rc.d/rc.keymap
97 # /etc/rc.d/rc.inet1.conf and /etc/resolv.conf of the container
134 # simplify rc.6 and rc.S, http://www.vislab.uq.edu.au/howto/lxc/create_container.html
137 --- ./etc/rc.orig/rc.6 2012-08-15 01:03:12.000000000 +0200
138 +++ ./etc/rc.d/rc.6 2013-02-17 10:26:30.888839354 +0100
146 +# http://www.vislab.uq.edu.au/howto/lxc/rc.6
169 if [ -x /etc/rc.d/rc.local_shutdown ]; then
170 /etc/rc.d/rc.local_shutdown stop
179 if [ -x /etc/rc.d/rc.pcmcia ]; then
180 . /etc/rc.d/rc.pcmcia stop
196 if [ -x /etc/rc.d/rc.acpid -a -r /var/run/acpid.pid ]; then # quit
197 . /etc/rc.d/rc.acpid stop
199 sh /etc/rc.d/rc.udev force-stop
287 --- ./etc/rc.orig/rc.S 2012-09-13 21:38:34.000000000 +0200
288 +++ ./etc/rc.d/rc.S 2013-02-17 09:39:41.579799641 +0100
296 +# http://www.vislab.uq.edu.au/howto/lxc/rc.S
314 + if [ -f /etc/rc.d/rc.udev ]; then
315 + chmod -x /etc/rc.d/rc.udev
318 + if [ -f /etc/rc.d/rc.alsa ]; then
319 + chmod -x /etc/rc.d/rc.alsa
322 + if [ -f /etc/rc.d/rc.loop ]; then
323 + chmod -x /etc/rc.d/rc.loop
355 . /etc/rc.d/rc.sysvinit
362 # CAREFUL! This can make some systems hang if the rc.serial script isn't
365 sh /etc/rc.d/rc.serial start
373 --- ./etc/rc.orig/rc.M 2012-09-25 19:47:07.000000000 +0200
374 +++ ./etc/rc.d/rc.M 2013-02-17 09:39:41.579799641 +0100
416 . /etc/rc.d/rc.acpid start
424 --- ./etc/rc.orig/rc.inet1 2012-08-05 19:13:27.000000000 +0200
425 +++ ./etc/rc.d/rc.inet1 2013-02-17 09:39:41.579799641 +0100
429 # @(#)/etc/rc.d/rc.inet1 10.2 Sun Jul 24 12:45:56 PDT 2005 (pjv)
462 # restart rc.inet1 to have routing for the loop device
463 echo "/etc/rc.d/rc.inet1 restart" >> $rootfs/etc/rc.d/rc.local
471 # add a message to rc.local that confirms successful container startup
472 echo "echo ; echo \"* container $name started. *\" ; echo" >> $rootfs/etc/rc.d/rc.local
624 sed -i 's|3\ \-x|3 -x -s|' $ROOT/etc/rc.d/rc.syslog || true