Add stage 1: installer iso creation
This commit is contained in:
parent
fd81beea96
commit
7f2fb461ea
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
*.swp
|
||||
build
|
||||
|
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
[submodule "linux-unattended-installation"]
|
||||
path = linux-unattended-installation
|
||||
url = https://github.com/core-process/linux-unattended-installation
|
||||
[submodule "01-installer-iso/linux-unattended-installation"]
|
||||
path = 01-installer-iso/linux-unattended-installation
|
||||
url = https://github.com/core-process/linux-unattended-installation
|
12
01-installer-iso/build.bash
Executable file
12
01-installer-iso/build.bash
Executable file
@ -0,0 +1,12 @@
|
||||
#! /bin/bash
|
||||
#
|
||||
# build.bash
|
||||
# Copyright (C) 2019 Vintage Salt <rehashedsalt@cock.li>
|
||||
#
|
||||
# Distributed under terms of the MIT license.
|
||||
#
|
||||
|
||||
exec "./ubuntu/18.04/build-iso.sh" \
|
||||
"../id_rsa.pub" \
|
||||
"../build/installer.iso"
|
||||
|
1
01-installer-iso/linux-unattended-installation
Submodule
1
01-installer-iso/linux-unattended-installation
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a3493d1a9409021b97497df9afcdb42859cdad38
|
Loading…
Reference in New Issue
Block a user