diff options
author | Sven Gothel <[email protected]> | 2021-06-26 15:55:25 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-06-26 15:55:25 +0200 |
commit | 785f9054390a077ee28829cbe919a5c237e03c53 (patch) | |
tree | db683c89d52fccab2426036fe88d297fa4639860 /stage2/01-sys-tweaks/00-patches | |
parent | 5d85fc5ed790e9a2761815c1606232493f776b18 (diff) |
ro: Inject overlayfs, using DATADEV '/data' partition as 'upper'; Disable rootfs resize @ init (1st boot)
/etc/fstab didn't work to mount the overlayfs (boot freeze due to some dependencies).
Hence we use our own 'overlay_mount.service' Before 'local_fs.target',
which mounts '/data' and its overlays.
We also disable rootfs resize @ init (1st boot),
since the rootfs is immutable from here on.
Diffstat (limited to 'stage2/01-sys-tweaks/00-patches')
-rw-r--r-- | stage2/01-sys-tweaks/00-patches/series | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stage2/01-sys-tweaks/00-patches/series b/stage2/01-sys-tweaks/00-patches/series index aee0402..19b04f5 100644 --- a/stage2/01-sys-tweaks/00-patches/series +++ b/stage2/01-sys-tweaks/00-patches/series @@ -2,4 +2,3 @@ 02-swap.diff 04-inputrc.diff 05-path.diff -07-resize-init.diff |