init.omap4pandaboard.rc & kernel support android system

来源:互联网 发布:aix测试端口 编辑:程序博客网 时间:2024/05/17 03:08
  [*] Advanced partition selection                                                                            │ │  
  │ │                                      [ ]   Acorn partition support                                                                               │ │  
  │ │                                      [ ]   Alpha OSF partition support                                                                           │ │  
  │ │                                      [ ]   Amiga partition table support                                                                         │ │  
  │ │                                      [ ]   Atari partition table support                                                                         │ │  
  │ │                                      [ ]   Macintosh partition map support                                                                       │ │  
  │ │                                      [*]   PC BIOS (MSDOS partition tables) support                                                              │ │  
  │ │                                      [ ]     BSD disklabel (FreeBSD partition tables) support                                                    │ │  
  │ │                                      [ ]     Minix subpartition support                                                                          │ │  
  │ │                                      [ ]     Solaris (x86) partition table support                                                               │ │  
  │ │                                      [ ]     Unixware slices support                                                                             │ │  
  │ │                                      [ ]   Windows Logical Disk Manager (Dynamic Disk) support                                                   │ │  
  │ │                                      [ ]   SGI partition support                                                                                 │ │  
  │ │                                      [ ]   Ultrix partition table support                                                                        │ │  
  │ │                                      [ ]   Sun partition tables support                                                                          │ │  
  │ │                                      [ ]   Karma Partition support                                                                               │ │  
  │ │                                      [*]   EFI GUID Partition support                                                                            │ │  
  │ │                                      [ ]   SYSV68 partition table support                                                                        │ │  

  │ │                                                                                                            



on fs
    mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/system /system wait ro
    mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data wait noatime nosuid nodev nomblk_io_submit
    mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/media /data/media wait rw
    mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache wait noatime nosuid nodev nomblk_io_submit

# create filesystems if necessary
service setup_fs /system/bin/setup_fs \
        /dev/block/platform/omap/omap_hsmmc.0/by-name/cache \
        /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata
        class core
        user root
        group root
        oneshot