78a2c6cd8d
- Add set-default-user.patch + Set the default user to suse - Add fix-authorized-keys-location.patch + Write the ssh keys to the standard location - Add no-network-args.patch + Networks arguments on the kernel command line are set during image build there is no need for another place for a hard coded list. - Create target dir for afterburn to write configuration file to OBS-URL: https://build.opensuse.org/request/show/905904 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/afterburn?expand=0&rev=10
12 lines
192 B
Diff
12 lines
192 B
Diff
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -1,7 +1,7 @@
|
|
DESTDIR ?=
|
|
PREFIX ?= /usr
|
|
RELEASE ?= 1
|
|
-DEFAULT_INSTANCE ?= core
|
|
+DEFAULT_INSTANCE ?= suse
|
|
|
|
ifeq ($(RELEASE),1)
|
|
PROFILE ?= release
|