From: Luca Boccassi Date: Tue, 20 May 2025 13:49:43 +0000 (+0100) Subject: repart: add --append-fstab parameter (#37238) X-Git-Tag: v258-rc1~567 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82d3551fbf52ebdb7dd4cffb5ce18829002914c4;p=thirdparty%2Fsystemd.git repart: add --append-fstab parameter (#37238) If --generate-fstab=PATH is used, there is the possibility that the fstab file already exists, making systemd-repart fail. This commit will add a new --append-fstab= parameter, that will read the file and merge it with the new generated content. Using the comments, the command can separate the automatic-generated section from the user-provided section, allowing for the next append the replacement only of the automatic-generated section, keeping the user one. --- 82d3551fbf52ebdb7dd4cffb5ce18829002914c4