integ/ostree/initramfs-ostree/debian/patches/0014-init-ostree-install.sh-support-boot-option-inst.ks-f.patch
Zhang Xiao d37d09f139 Debian: installer: support boot option inst.ks for kickstart
Test Plan:
PASS: build-image
PASS: boot
PASS: boot with "inst.ks"

Story: 2010643
Task: 47832

Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
Change-Id: I7f445a7cd57573866f47a9e6c3bee923113eba29
2023-04-18 07:55:07 +00:00

33 lines
840 B
Diff

From 6a10ae5559d4cb5b9ee80e55d873cd83c41cd0a9 Mon Sep 17 00:00:00 2001
From: Zhang Xiao <xiao.zhang@windriver.com>
Date: Mon, 3 Apr 2023 22:32:34 -0700
Subject: [PATCH] init-ostree-install.sh: support boot option inst.ks for
kickstart
https://github.com/Wind-River/meta-lat/commit/1655ad90
https://github.com/Wind-River/meta-lat/commit/e0175017
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
---
init-ostree-install.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/init-ostree-install.sh b/init-ostree-install.sh
index 4046fbb..e4393fb 100644
--- a/init-ostree-install.sh
+++ b/init-ostree-install.sh
@@ -621,6 +621,9 @@ read_args() {
ks=*)
KS="$optarg"
;;
+ inst.ks=*)
+ KS="$optarg"
+ ;;
bl=*)
BL=$optarg ;;
instnet=*)
--
2.34.1