@ -0,0 +1,16 @@ |
|||||
|
# Core Features |
||||
|
# |
||||
|
X CONFIG_FEATURE_PRESERVE_HARDLINKS |
||||
|
|
||||
|
# sysvinit |
||||
|
# |
||||
|
X CONFIG_LAST |
||||
|
X CONFIG_SULOGIN |
||||
|
X CONFIG_MESG |
||||
|
X CONFIG_WALL |
||||
|
X CONFIG_KILLALL5 |
||||
|
X CONFIG_PIDOF |
||||
|
|
||||
|
# needed by killall5 |
||||
|
X CONFIG_KILL |
||||
|
|
@ -0,0 +1,15 @@ |
|||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# |
||||
|
# Filename: target/ecn-node/pkg_conf/busybox.conf |
||||
|
# Copyright (C) 2012 The OpenSDE Project |
||||
|
# |
||||
|
# More information can be found in the files COPYING and README. |
||||
|
# |
||||
|
# This program is free software; you can redistribute it and/or modify |
||||
|
# it under the terms of the GNU General Public License as published by |
||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
|
# GNU General Public License can be found in the file COPYING. |
||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
var_append conffiles ' ' "$base/target/$SDECFG_TRG_ECN/busybox.config" |
@ -0,0 +1,24 @@ |
|||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# |
||||
|
# Filename: target/ecn-node/pkg_conf/runit.conf |
||||
|
# Copyright (C) 2012 The OpenSDE Project |
||||
|
# |
||||
|
# More information can be found in the files COPYING and README. |
||||
|
# |
||||
|
# This program is free software; you can redistribute it and/or modify |
||||
|
# it under the terms of the GNU General Public License as published by |
||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
|
# GNU General Public License can be found in the file COPYING. |
||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
|
||||
|
vserver_cleanup() { |
||||
|
rm -rf $root/$sysconfdir/getty-* |
||||
|
rm -f $pkg_djb_servicedir/getty-* |
||||
|
rm -f $root/$sysconfdir/1.d/01system |
||||
|
rm -f $root/$sysconfdir/3.d/99system |
||||
|
} |
||||
|
|
||||
|
hook_add postmake 9 'vserver_cleanup' |
||||
|
|