Changeset 2888 in MondoRescue for branches/2.2.9/mindi-busybox


Ignore:
Timestamp:
Oct 11, 2011, 6:56:35 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Try to Fix #499 by changing init in order to never exit, and rebooting using sysrq in /proc (not portable). Maybe should move to using a real init, and a separated rcS script.
  • Fixes the shell msg error by using setsid as per Busybox FAQ
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/.config

    r2831 r2888  
    11#
    22# Automatically generated make config: don't edit
    3 # Busybox version: 1.18.3-rPBREV
    4 # Sat Jun 11 21:02:21 2011
     3# Busybox version: 1.18.5-rPBREV
     4# Mon Oct 10 13:13:24 2011
    55#
    66CONFIG_HAVE_DOT_CONFIG=y
     
    582582CONFIG_SWAPONOFF=y
    583583CONFIG_FEATURE_SWAPON_PRI=y
    584 # CONFIG_SWITCH_ROOT is not set
     584CONFIG_SWITCH_ROOT=y
    585585CONFIG_UMOUNT=y
    586586CONFIG_FEATURE_UMOUNT_ALL=y
     
    691691# CONFIG_RUNLEVEL is not set
    692692# CONFIG_RX is not set
    693 # CONFIG_SETSID is not set
     693CONFIG_SETSID=y
    694694CONFIG_STRINGS=y
    695695# CONFIG_TASKSET is not set
Note: See TracChangeset for help on using the changeset viewer.