Changeset 1641eb0 in mainline for defaults/amd64/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/amd64/Makefile.config

    ra5facfb r1641eb0  
    5555# Default framebuffer depth
    5656CONFIG_VESA_BPP = 16
     57
     58# Load disk drivers on startup
     59CONFIG_START_BD = n
     60
     61# Mount /data on startup
     62CONFIG_MOUNT_DATA = n
Note: See TracChangeset for help on using the changeset viewer.