Changeset 1641eb0 in mainline for defaults/ia32/Makefile.config


Ignore:
Timestamp:
2009-07-22T19:08:39Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7038f55
Parents:
a5facfb
Message:

Make automatic start of BDDs and mounting of /data optional and disabled by default not to mess with people's hard drivers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/ia32/Makefile.config

    ra5facfb r1641eb0  
    6161# Default framebuffer depth
    6262CONFIG_VESA_BPP = 16
     63
     64# Load disk drivers on startup
     65CONFIG_START_BD = n
     66
     67# Mount /data on startup
     68CONFIG_MOUNT_DATA = n
Note: See TracChangeset for help on using the changeset viewer.