diff options
author | Vasudev Kamath <vasudev@copyninja.info> | 2019-02-16 22:51:25 +0530 |
---|---|---|
committer | Vasudev Kamath <vasudev@copyninja.info> | 2019-02-16 22:54:59 +0530 |
commit | 93aeae5180315cf27cf72d1e244824978d59dc80 (patch) | |
tree | d73267c21cb50b0c7640a1c88fa0a676c5071251 /content/devops/resizing_root_partition.rst | |
parent | b6bc82fb2d598189cb7eaae0e4c943bac6d64a2c (diff) |
Proof read 2
Diffstat (limited to 'content/devops/resizing_root_partition.rst')
-rw-r--r-- | content/devops/resizing_root_partition.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/content/devops/resizing_root_partition.rst b/content/devops/resizing_root_partition.rst index c154f72..dc72759 100644 --- a/content/devops/resizing_root_partition.rst +++ b/content/devops/resizing_root_partition.rst @@ -78,6 +78,9 @@ by a making service execute before *local-fs.pre* target. From the man page for target unit for those mounts listed in /etc/fstab that have the auto mount option set. +Service also disables itself on executing to avoid re-runs on every boot. I've +used the service file from raspi3-image-spec as is. + Testing with VM =============== @@ -193,7 +196,8 @@ some modifications to suit my needs. root-fs: / I could not run with vmdb2 installed from Debian archive, so I cloned -raspi3-image-spec and used vmdb2 submodule from it. +raspi3-image-spec and used vmdb2 submodule from it. And here are rest of +commands used for testing the script. .. code:: shell |