For comparison, here the fstab files for the ext4 and the wic version
of the core-image-minimal (see below).

Putting all persons in CC who have been involved in the first try and in
the revert.

Best regards,
Felix Moessbauer
Siemens AG

.ext4
```
# stock fstab - you probably want to override this with a machine specific one

/dev/root            /                    auto       defaults              1  1
proc                 /proc                proc       defaults              0  0
devpts               /dev/pts             devpts     
mode=0620,ptmxmode=0666,gid=5      0  0
tmpfs                /run                 tmpfs      
mode=0755,nodev,nosuid,strictatime 0  0
tmpfs                /var/volatile        tmpfs      defaults              0  0

# uncomment this if your device has a SD/MMC/Transflash slot
#/dev/mmcblk0p1       /media/card          auto       defaults,sync,noauto  0  0
```

.wic
```
# stock fstab - you probably want to override this with a machine specific one

proc                 /proc                proc       defaults              0  0
devpts               /dev/pts             devpts     
mode=0620,ptmxmode=0666,gid=5      0  0
tmpfs                /run                 tmpfs      
mode=0755,nodev,nosuid,strictatime 0  0
tmpfs                /var/volatile        tmpfs      defaults              0  0

# uncomment this if your device has a SD/MMC/Transflash slot
#/dev/mmcblk0p1       /media/card          auto       defaults,sync,noauto  0  0

/dev/sda1       /boot   vfat    defaults        0       0
UUID=c53e2046-48db-4533-8083-b997d9976fbf       /       ext4    defaults        
0       0
```


Felix Moessbauer (2):
  wic/plugins/images/direct: replace fstab entries
  Revert "Revert "wic/plugins/images/direct: Allow changes in fstab on
    rootfs""

 scripts/lib/wic/plugins/imager/direct.py | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#175518): 
https://lists.openembedded.org/g/openembedded-core/message/175518
Mute This Topic: https://lists.openembedded.org/mt/96070800/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to