Add miniboot.cfg to enable subcloud add via USB install
miniboot.cfg is the debian kickstart required for subcloud addition (miniboot). In this commit, this file is added and copied to the relevant locations in order to include it into the final ISO. Test Plan: PASS: Verify that miniboot.cfg is included in the iso under kickstart. PASS: Verify that the installation of the subcloud succeeds with this kickstart (USB Install). Story: 2010118 Task: 45739 Signed-off-by: Shrikumar Sharma <shrikumar.sharma@windriver.com> Change-Id: I18e48bb468ff51b8f7132b971e7f2a3bbf157451
This commit is contained in:
parent
1da631faa6
commit
fb157cf447
@ -9,6 +9,7 @@ export platform_release="$(shell grep SW_VERSION /usr/include/build_info.h | cut
|
||||
|
||||
override_dh_auto_configure:
|
||||
sed -i s/xxxPLATFORM_RELEASExxx/$(platform_release)/g kickstart.cfg
|
||||
sed -i s/xxxPLATFORM_RELEASExxx/$(platform_release)/g miniboot.cfg
|
||||
dh_auto_configure
|
||||
|
||||
override_dh_install:
|
||||
@ -16,4 +17,5 @@ override_dh_install:
|
||||
install -p -D -m 700 kickstart.cfg $(ROOT)/var/www/pages/feed/rel-${platform_release}
|
||||
install -d -m 755 $(ROOT)/var/pxeboot
|
||||
install -p -D -m 700 menu.c32 $(ROOT)/var/pxeboot
|
||||
install -p -D -m 700 miniboot.cfg $(ROOT)/var/www/pages/feed/rel-${platform_release}
|
||||
dh_install
|
||||
|
1999
kickstart/files/miniboot.cfg
Normal file
1999
kickstart/files/miniboot.cfg
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user