Files
afterburn/0002-Set-the-default-user-to-suse.patch
Jan Zerebecki a284810d2c - Use autosetup for patches, refresh them and rename
* fix-authorized-keys-location.patch to 0001-Fix-authorized-keys-location-for-OpenSUSE.patch
  * set-default-user.patch to 0002-Set-the-default-user-to-suse.patch
  * no-network-args.patch to 0003-On-OpenSUSE-do-not-add-to-kernel-command-line.patch

- enable all arches

- enable upstream tests

- make lint happy about dracut package not being noarch
- add afterburn-sshkeys.target to pre/post

OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/afterburn?expand=0&rev=26
2025-05-07 17:06:10 +00:00

26 lines
538 B
Diff

From b8e105f7a7c33540e767fd7c1dbd09f2b69de8d4 Mon Sep 17 00:00:00 2001
From: Robert Schweikert <rjschwei@suse.com>
Date: Wed, 7 May 2025 18:38:13 +0200
Subject: [PATCH 2/3] Set the default user to suse
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 45ac4ae..50600b2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
DESTDIR ?=
PREFIX ?= /usr
RELEASE ?= 1
-DEFAULT_INSTANCE ?= core
+DEFAULT_INSTANCE ?= suse
ifeq ($(RELEASE),1)
PROFILE ?= release
--
2.47.2