Robert Schweikert
b71ffcb776
+ improved error messages on failure. + ignore sfdisk failure in 2.28.1 when due to reread failing (LP: #1619285) + Add service file to start growpart via systemd + Add rootgrow script to wrap growpart OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/growpart?expand=0&rev=7
12 lines
178 B
Desktop File
12 lines
178 B
Desktop File
[Unit]
|
|
Description=Grow the root partition
|
|
After=local-fs.target
|
|
Wants=local-fs.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/rootgrow
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|