Browse Source

init: changed to pass the ball to /etc/rc.d/rc.sysinit

0.2-maint
Alejandro Mery 16 years ago
parent
commit
daa022be0d
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      initramfs/init.sh

+ 5
- 1
initramfs/init.sh

@ -2,7 +2,7 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: target/Idunn/initramfs/init.sh
# Filename: target/idunn/initramfs/init.sh
# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2008 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,4 +13,8 @@
# 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 ---
export PATH
/etc/rc.d/rc.sysinit
exec /bin/sh exec /bin/sh

Loading…
Cancel
Save