Age | Commit message (Collapse) | Author | Files | Lines |
|
This reverts commit 9769f82f1456e217cf17e883b9063398579cf6d1.
Now there is HAL that is in charge of bootmode. Therefore, revert this
patch.
Change-Id: I176cea46668bd39840f478d82ea723321b016d94
|
|
Change-Id: I1b22c31b4c60a9c3af84975f4b4318d85456d05d
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
The package system-plugin-tests contains testsuites throughout the
system framework and has scripts to run those tests.
Change-Id: Ic0e5396f1325560735c4d346496398402c9ecbf9
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
|
|
Change-Id: I1a68d1f21c6e8251aad8a3cc74d05fddbfcb5bea
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
to remove dependency from systemd-udevd.service
Change-Id: I10dabf79f60d211e54f4cd501213ab1cb4585132
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
Change-Id: I8fd5e0dd83a9d7410447911fbf4d89540e769157
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
Change-Id: I3478d57155417d1b29973188b60bd67601893955
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
This updates script for removing user label to check the filesystem
and select the proper tool for changing label.
Change-Id: I3b0d5ca8eee04ef681fbfea243614194d0983725
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
|
|
Change-Id: I760a01622d5432f0bc7622fed4d35dded75f165e
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
Change-Id: I70d0e83385228773a89b54fd4a7a4a3c32663029
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
The "Type=" option in opt-usr.mount should not be specified,
because tizen uses "ext4" or "f2fs" filesystem for each target.
If there is no "Type=" option in the mount unit,
systemd automatically detects it when mounting.
Reference.
- https://www.freedesktop.org/software/systemd/man/systemd.mount.html
- Type= : Takes a string for the file system type. See mount(8) for details. This setting is optional
Change-Id: I4127b6534c2d593a24d3cc3727a83b7101ad3740
|
|
Change-Id: If6727fd4a3b30cea61c4ee0c9668a7d1e223d79f
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
system-plugin-device-n4
system-plugin-device-u3
Change-Id: I4380d2739a0a872a7261ceeed3d5cb7c2d27b82b
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
Change-Id: I3451e383e7300935cfae01601d98afe4f9ad8dd5
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
|
|
If the /opt partition is not mounted, local-fs.target fails and enters emergency.target
Change-Id: Ic8049c1f580463397950272f32c758792e4aca03
|
|
Change-Id: Ib17efed75bfae5c5f69ba7cc7990b0260a40de5f
|
|
Change-Id: I1407ca5ecb1ad534c46be950f1d7142e97970400
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
systemd-remount-fs.service is disabled.
/opt is mounted at the ramdisk(initrd) stage.
Change-Id: I76562e6bb322f28f241f2f3825a9f922978e6f46
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
/efc/fstab" into tizen
|
|
/opt/usr
XU3, RPI3, RPI4, ARTIK don't have any /dev/disk/by-partlabel.
MCD and DA has his own opt-usr.mount unit.
So, public unifies with /dev/dis/by-label
Change-Id: Ia4ecc4048978248adecc34334af1c44b1173ed27
|
|
In order to remove systemd-remount-fs.service because systemd-remount-fs.service uses /etc/fstab.
Change-Id: I45252be4b44dd3427a424c5661e282ad393b6e41
|
|
Emulator will use init.wrapper from now on because of removing systemd-remount-fs.service.
Change-Id: I86e36e84b12bb457cd92e0583fc496e94467f9af
|
|
Change-Id: Ic38fc16336c15df2d84911dc1fc70ddda0111cd8
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
Change-Id: Id1c1929efbf2c3923e81ae8e765476d8d1344797
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
Change-Id: Ibb0d607bef82a8516917633af9fa181703cc601d
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
tizen
|
|
This reverts commit 99515ebe8cbc4752ac29c0c69c074ffad29c67ee.
We've optimized systemd-user without unified system/session.
So, we revert the patch for unified system/session.
Change-Id: I10f68186ee4f08ebf30a215ead7d943300311b09
|
|
Change-Id: I646d18b8c9ea9cb401e7039b6c6427f8ee6aa635
|
|
The unified user session is about moving user session units, managed by
systemd --user, to main systemd, where it's managed as part of newly
created user@.target.
user@.target will contain same units as previously available in user/,
with same UID and environment setup. systemd instance is used for unit
to be able to specify UID (inherited from user@.target).
The rationale behind this work is following:
* VD requirement to remove user session support
* boot time optimization requirements, due to:
+ 'systemd --user' taking 1s its own startup that could be used for
unit startup
+ ability to better rearrange units if these managed by one systemd
instance
Unit installed by this commit will not be used till user login mechanism
will be changed in systemd package (via changing pam_systemd to start
user@.target, rather than user@.service).
Change-Id: I54010b3755addfe7913b5256afb2b8424c155be5
|
|
Change-Id: Ib95f939ea5c2782785b1f600fd1c409c1ce8543e
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
Change-Id: I2740ab8943cc6e3738ab9eabeee5a2700b450581
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
N4 does not provide /dev/disk/by-partlabel/user.
So, new udev rule creates it based on /dev/disk/by-partlabel/[USER|USERDATA].
(There are two types of n4. One has USER, another has USERDATA.)
Change-Id: I568c517eee08ab75b402f1aa622805aa9dbd545c
|
|
under two partitions (rootfs and system-data) into system-plugin-config-2parts
Change-Id: Idf6ea90e33a157c41ecd2df66e8f930b6334cdf6
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
All fsck runs in inird.
Change-Id: Ie3166eaaa36877a11ea86402d9c0116be4acba8e
|
|
- initrd and init_wrapper performs the resizefs function instead.
- VD and DA : perform in the image flushing step.
- MCD : perform in initrd
- Emulator : perform when combining images in script
Change-Id: I9ea0bdb11710cf0258aafe0b9cb2a266b6d4c952
|
|
This is required in case that rootfs does not contain the directories.
Change-Id: I2b2335edd14cbd3c76df008883b1fcc48b261db2
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
Change-Id: Ib5c4464c62b919cb53343a4e6400fd90f1259a5b
Signed-off-by: pr.jung <pr.jung@samsung.com>
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
images
Change-Id: I9ab8f364cef4fe103d14789e87bc5e3d9d285322
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I03965070c0b486c05506708b0911af9db434619a
|
|
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I8e61739a9bdbf4055c91ff42cabfb58ee2ff0fee
|
|
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I7ef23b5f7b174cc0b0b6566bff02da92a5a02a18
|
|
===========================================================
brw-rw---- 1 root disk 179, 25 Jan 1 10:31 /dev/mmcblk0p25
===========================================================
In addition, User changed to meaningless system_fw(non root).
"Non root user" is requirement of security department.
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I9e7284af533993781771d08ee222e4d212cbb996
|
|
In order to apply User/Group to .service, we need /opt/etc/{passwd,group}.
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: Ie432de320a9c434335a486d9d8138813414b56a9
|
|
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: Id29ce9a51171cab6e2ec5abf349dccbb746edea6
|
|
Change-Id: I8c3eb8b875084db79c665b506c2d10f00740f7e6
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: Ib89713829adabf193cf8ea51169467e9c3a20fdd
|
|
This service is reached when /opt/usr partition is mounted.
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I334b588c3903bfc81704e2497c195038386de447
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
|
|
Change-Id: Id6fb73b4979822bd5574455b8ab3907435f80b0d
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
This can provide writable overlayfs on read-only compressed fs like squashfs.
Change-Id: I6c40af46a096a0f02bb9ed0acf1950894ff00c54
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
Change-Id: I7752106609603a3fa95be7bda1aa246d7999f16f
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|