diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-06-05 22:15:55 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-06-05 22:15:55 +0200 |
commit | d71626909fbc349ea2b9643402e28a76495bba12 (patch) | |
tree | 5207b2a688a0b07398792e53fc482984f24ef20a /rootdir | |
parent | b59b36220f6206e38aeb9468fc683b81966b4a1e (diff) | |
download | device_goldelico_gta04-d71626909fbc349ea2b9643402e28a76495bba12.zip device_goldelico_gta04-d71626909fbc349ea2b9643402e28a76495bba12.tar.gz device_goldelico_gta04-d71626909fbc349ea2b9643402e28a76495bba12.tar.bz2 |
letux defconfig for kernel/u-boot and unified fstabreplicant-6.0
The kernel image name needs to be set.
The new fstab format has the disadvantage that a recovery partition is
mandatory.
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/fstab.gta04 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/fstab.gta04 b/rootdir/fstab.gta04 index 862e7af..e66909e 100644 --- a/rootdir/fstab.gta04 +++ b/rootdir/fstab.gta04 @@ -2,3 +2,5 @@ /dev/block/mmcblk0p2 /system ext4 ro wait /dev/block/mmcblk0p3 /cache ext4 nosuid wait /dev/block/mmcblk0p4 /data ext4 nosuid wait,encryptable=/boot/crypt + +/dev/block/mmcblk0p5 /recovery vfat rw recoveryonly |