From: "Matt Turner" <mattst88@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: catalyst/targets/ Date: Sun, 20 Nov 2022 00:21:26 +0000 (UTC) [thread overview] Message-ID: <1648943424.c2c22f5d07684ed0c6b802254e7b678358111579.mattst88@gentoo> (raw) commit: c2c22f5d07684ed0c6b802254e7b678358111579 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Mar 8 21:08:09 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Apr 2 23:50:24 2022 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=c2c22f5d catalyst: add new options to stage4 step list Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> catalyst/targets/stage4.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/catalyst/targets/stage4.py b/catalyst/targets/stage4.py index ff1d4dca..35309b45 100644 --- a/catalyst/targets/stage4.py +++ b/catalyst/targets/stage4.py @@ -19,13 +19,16 @@ class stage4(StageBase): "stage4/empty", "stage4/fsscript", "stage4/gk_mainargs", + "stage4/groups", "stage4/linuxrc", "stage4/rcadd", "stage4/rcdel", "stage4/rm", "stage4/root_overlay", + "stage4/ssh_public_keys", "stage4/unmerge", "stage4/use", + "stage4/users", ]) def __init__(self, spec, addlargs): @@ -51,6 +54,9 @@ class stage4(StageBase): ]) self.finish_sequence.extend([ self.remove, + self.groups, + self.users, + self.ssh_public_keys, self.empty, self.clean, ])
WARNING: multiple messages have this Message-ID (diff)
From: "Matt Turner" <mattst88@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/targets/ Date: Sat, 2 Apr 2022 23:50:45 +0000 (UTC) [thread overview] Message-ID: <1648943424.c2c22f5d07684ed0c6b802254e7b678358111579.mattst88@gentoo> (raw) Message-ID: <20220402235045.CC14R0cw4vSC3-5NHC_cSJ0-ZWAMzLEc_7ZAwyWvLdI@z> (raw) commit: c2c22f5d07684ed0c6b802254e7b678358111579 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Mar 8 21:08:09 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Apr 2 23:50:24 2022 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=c2c22f5d catalyst: add new options to stage4 step list Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> catalyst/targets/stage4.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/catalyst/targets/stage4.py b/catalyst/targets/stage4.py index ff1d4dca..35309b45 100644 --- a/catalyst/targets/stage4.py +++ b/catalyst/targets/stage4.py @@ -19,13 +19,16 @@ class stage4(StageBase): "stage4/empty", "stage4/fsscript", "stage4/gk_mainargs", + "stage4/groups", "stage4/linuxrc", "stage4/rcadd", "stage4/rcdel", "stage4/rm", "stage4/root_overlay", + "stage4/ssh_public_keys", "stage4/unmerge", "stage4/use", + "stage4/users", ]) def __init__(self, spec, addlargs): @@ -51,6 +54,9 @@ class stage4(StageBase): ]) self.finish_sequence.extend([ self.remove, + self.groups, + self.users, + self.ssh_public_keys, self.empty, self.clean, ])
next reply other threads:[~2022-11-20 0:21 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-11-20 0:21 Matt Turner [this message] 2022-04-02 23:50 ` [gentoo-commits] proj/catalyst:master commit in: catalyst/targets/ Matt Turner -- strict thread matches above, loose matches on Subject: below -- 2021-02-21 2:05 Matt Turner 2021-06-10 0:48 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2021-01-18 19:53 [gentoo-commits] proj/catalyst:pending/mattst88 " Matt Turner 2020-12-19 19:56 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2020-10-29 21:00 Matt Turner 2020-10-24 22:07 [gentoo-commits] proj/catalyst:master " Matt Turner 2020-10-29 21:00 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2020-10-23 4:36 [gentoo-commits] proj/catalyst:pending/mattst88 " Matt Turner 2020-10-29 21:00 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2020-05-20 3:39 [gentoo-commits] proj/catalyst:pending/mattst88 " Matt Turner 2020-05-19 22:55 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1648943424.c2c22f5d07684ed0c6b802254e7b678358111579.mattst88@gentoo \ --to=mattst88@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox