Skip to content
Snippets Groups Projects
Commit 14d5b2bd authored by Denis Pynkin's avatar Denis Pynkin
Browse files

Enable filesystem check of rootfs on boot for all images variants


Need to have 'fsck' tool in initramfs for all images variants.
Include 'fsck' overlay into ospacks.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
parent ef0ed7ad
No related branches found
No related tags found
1 merge request!126Enable root filesystem check for all images.
......@@ -489,6 +489,9 @@ actions:
- action: overlay
source: overlays/supported-locales
- action: overlay
source: overlays/fsck
- action: overlay
source: overlays/initramfs-modules-amd64
......
......@@ -382,6 +382,9 @@ actions:
- action: overlay
source: overlays/default-locale-c-utf8
- action: overlay
source: overlays/fsck
- action: run
chroot: true
script: scripts/add-xdg-user-metadata.sh
......
......@@ -116,6 +116,9 @@ actions:
- action: overlay
source: overlays/apertis-dev
- action: overlay
source: overlays/fsck
- action: run
chroot: true
script: scripts/add-xdg-user-metadata.sh
......
......@@ -681,6 +681,9 @@ actions:
- action: overlay
source: overlays/initramfs-modules-amd64
- action: overlay
source: overlays/fsck
- action: overlay
source: overlays/sdk-vboxvideo-workaround
......
......@@ -236,6 +236,9 @@ actions:
- action: overlay
source: overlays/apertis-dev
- action: overlay
source: overlays/fsck
- action: run
chroot: true
script: scripts/add-xdg-user-metadata.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment