Nagy Károly Gábriel 11 years ago
parent
commit
17c2226459
5 changed files with 10 additions and 10 deletions
  1. +2
    -2
      initramfs/etc_rc.d_rc.shutdown.sh
  2. +2
    -2
      initramfs/etc_rc.d_rc.switchroot.sh
  3. +2
    -2
      initramfs/etc_rc.d_rc.sysinit.sh
  4. +2
    -2
      initramfs/etc_rc.d_rc.trymount.sh
  5. +2
    -2
      initramfs/etc_rc.d_rc.tryresume.sh

+ 2
- 2
initramfs/etc_rc.d_rc.shutdown.sh

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: target/idunn/initramfs/etc_rc.d_rc.shutdown.sh # Filename: target/idunn/initramfs/etc_rc.d_rc.shutdown.sh
# Copyright (C) 2008 - 2009 The OpenSDE Project
# Copyright (C) 2008 - 2014 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -20,7 +20,7 @@ else
do_umount= do_umount=
fi fi
. /etc/rc.d/functions.in
. /etc/init.d/functions.in
title "Stopping services" title "Stopping services"
check sv -v force-stop /var/service/* check sv -v force-stop /var/service/*

+ 2
- 2
initramfs/etc_rc.d_rc.switchroot.sh

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: target/idunn/initramfs/etc_rc.d_rc.switchroot.sh # Filename: target/idunn/initramfs/etc_rc.d_rc.switchroot.sh
# Copyright (C) 2008 - 2009 The OpenSDE Project
# Copyright (C) 2008 - 2014 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -13,7 +13,7 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
. /etc/rc.d/functions.in
. /etc/init.d/functions.in
. /etc/conf/idunn . /etc/conf/idunn
title "Stoping network interfaces" title "Stoping network interfaces"

+ 2
- 2
initramfs/etc_rc.d_rc.sysinit.sh

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: target/idunn/initramfs/etc_rc.d_rc.sysinit.sh # Filename: target/idunn/initramfs/etc_rc.d_rc.sysinit.sh
# Copyright (C) 2008 - 2009 The OpenSDE Project
# Copyright (C) 2008 - 2014 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -13,7 +13,7 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
. /etc/rc.d/functions.in
. /etc/init.d/functions.in
banner "I am Idunn, take an apple and live forever." banner "I am Idunn, take an apple and live forever."

+ 2
- 2
initramfs/etc_rc.d_rc.trymount.sh

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: target/idunn/initramfs/etc_rc.d_rc.trymount.sh # Filename: target/idunn/initramfs/etc_rc.d_rc.trymount.sh
# Copyright (C) 2008 - 2009 The OpenSDE Project
# Copyright (C) 2008 - 2014 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -31,7 +31,7 @@ if grep -q "^[^ ]* $rootfs " /proc/mounts; then
# alredy mounted # alredy mounted
error=0 error=0
elif [ -n "$root" ]; then elif [ -n "$root" ]; then
. /etc/rc.d/functions.in
. /etc/init.d/functions.in
root_type= root_type=
root_tag= root_tag=

+ 2
- 2
initramfs/etc_rc.d_rc.tryresume.sh

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: target/idunn/initramfs/etc_rc.d_rc.tryresume.sh # Filename: target/idunn/initramfs/etc_rc.d_rc.tryresume.sh
# Copyright (C) 2008 - 2009 The OpenSDE Project
# Copyright (C) 2008 - 2014 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -13,7 +13,7 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
. /etc/rc.d/functions.in
. /etc/init.d/functions.in
. /etc/conf/idunn . /etc/conf/idunn
if grep -q "^[^ ]* $rootfs " /proc/mounts; then if grep -q "^[^ ]* $rootfs " /proc/mounts; then

Loading…
Cancel
Save