|
@ -124,6 +124,9 @@ EOT |
|
|
echo "Installing 'system' init script ..." |
|
|
echo "Installing 'system' init script ..." |
|
|
install_init system $confdir/system.init |
|
|
install_init system $confdir/system.init |
|
|
|
|
|
|
|
|
|
|
|
echo "Installing 'network' init script ..." |
|
|
|
|
|
install_init network $confdir/network.init |
|
|
|
|
|
|
|
|
if [ $stagelevel -gt 1 ] ; then |
|
|
if [ $stagelevel -gt 1 ] ; then |
|
|
echo "Running postsysfiles.in scripts ..." |
|
|
echo "Running postsysfiles.in scripts ..." |
|
|
for x in $base/misc/*/postsysfiles.in |
|
|
for x in $base/misc/*/postsysfiles.in |
|
|