ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #05360
working on i9505 jfltexx
right ive skipped audio as im not sure about how to do that bit yet and
i skipped apparmor as well its optional and can be done later as well .
i have a couple of questions if your able to answer :
device/[manufacturer]/[codename]/fstab.[codename]
i dont have this file but i have void.fstab
ubuntu wants something that looks like this
1 device/samsung/p3100$ git diff
2 diff --git a/fstab.espresso b/fstab.espresso
3 index 47a3ffc..ddbc9a7 100644
4 --- a/fstab.espresso
5 +++ b/fstab.espresso
6 @@ -6,5 +6,5 @@
7
8 /dev/block/platform/omap/omap_hsmmc.1/by-name/FACTORYFS /system ext4 ro,barrier=1 wait
9 /dev/block/platform/omap/omap_hsmmc.1/by-name/EFS /efs ext4 nosuid,nodev,barrier=1 wait,check
10 -/dev/block/platform/omap/omap_hsmmc.1/by-name/DATAFS /data ext4 noatime,nosuid,nodev,barrier=1,discard,noauto_da_alloc,journal_async_commit wait,check,encryptable=footer
11 +/dev/block/platform/omap/omap_hsmmc.1/by-name/DATAFS /data ext4 noatime,nodev,barrier=1,discard,noauto_da_alloc,journal_async_commit wait,check,encryptable=footer
12 /dev/block/platform/omap/omap_hsmmc.1/by-name/CACHE /cache ext4 noatime,nosuid,nodev,barrier=1,discard,noauto_da_alloc,journal_async_commit wait,check
i have this :
## Vold 2.0 Generic fstab
## - San Mehat (san@xxxxxxxxxxx)
##
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
## storage_struct - ex) series, "/mnt/sdcard/extStorages" / parallel
######################
# internal sdcard
#dev_mount emmc /mnt/emmc 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
# external sdcard
dev_mount sdcard /storage/sdcard1 auto /devices/platform/msm_sdcc.4/mmc_host/mmc2/ /devices/platform/msm_sdcc.2/mmc_host/mmc2/
#otg sdcard
dev_mount sda /storage/usbdisk0 auto /devices/platform/msm_hsusb_host/usb1
what do i do about this /\ does it need to be changed ?
(unsure if fstab should be how ubuntu uses it or how android uses it,
please explain what to change)
kernel config is written up with changes
now i get to the britness indicator
device/[manufacturer]/[codename]/init.[codename].rc.
i dont see to have that file in my android source, shall i just forget it ?
then i can make a build for this port ... hopefully and start debuging
and using ubuntu
Follow ups