Remove unattended installation repo
Dude why
This commit is contained in:
parent
3a02792e3b
commit
e0f4f6f7e0
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,6 +0,0 @@
|
||||
[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 = installeriso/linux-unattended-installation
|
||||
url = https://github.com/core-process/linux-unattended-installation
|
@ -1,31 +0,0 @@
|
||||
#! /bin/bash
|
||||
#
|
||||
# build.bash
|
||||
# Copyright (C) 2019 Vintage Salt <rehashedsalt@cock.li>
|
||||
#
|
||||
# Distributed under terms of the MIT license.
|
||||
#
|
||||
|
||||
bindir="$(dirname "$(readlink -f "$0")")"
|
||||
pushd "$bindir"
|
||||
for prog in dos2unix p7zip cpio genisoimage whois pwgen wget fakeroot /usr/lib/ISOLINUX/isolinux.bin xorriso; do
|
||||
if command -v "$prog" > /dev/null 2>&1 || [ -f "$prog" ]; then continue; else
|
||||
echo "Missing critical dependency: $prog"
|
||||
if sudo apt install dos2unix p7zip-full cpio gzip genisoimage whois pwgen wget fakeroot isolinux xorriso -y; then
|
||||
break
|
||||
else
|
||||
echo "Failed to install critical dependencies"
|
||||
exit 51
|
||||
fi
|
||||
fi
|
||||
done
|
||||
idfile="$PWD/id_rsa.pub"
|
||||
isopath="$(realpath "$PWD/../build")"
|
||||
mkdir -p "$isopath" || exit 52
|
||||
isofile="$isopath/installer.iso"
|
||||
echo "Using SSH key \"$idfile\""
|
||||
echo "Writing to file \"$isofile\""
|
||||
exec "./linux-unattended-installation/ubuntu/18.04/build-iso.sh" \
|
||||
"$idfile" \
|
||||
"$isofile"
|
||||
|
@ -1 +0,0 @@
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8pjK7Z6V9IjxRtLB9Xwt5Rujj0iMQqOVExRkmkIzjEcblV/cqtwx4fOijoN9eQlmrjQg05rBWoHJoUiLH5LimU2HPQt9vSDSt/tTXNafhvi3St3nz+GA9yCwAkJfvz2QL/vnU7sfveYC2xmWZC0xjcG4bl8pL2GJgfyh4OnfS9vNRTpn1kAJ/Fl4vRLtRaFx1WzF3/RJUOkesYLegawSRJsaIamJFI5YxHe5VeTnFefVtssgbGrOj19uRDIZkBW/5uWsnNPVwbGUT089qioS11QFJaVOQCgU/E+4lxCHlRfLQ+gnXvaQV3j0JFk/I1bZNlCcNLHc0ZasXIqV+BUaR4au35QkDBjh38DCxesZ775tudXUp7KP6OHCC9i9ncIkum3mE+4K+0KAlS0oevUQdfguXkRQ6q3vydxEgWbBOx3jHi7i5AwvOnJqZRmUnfFp0qfhGfcS2pLEZhUcd0bOM6qAyK1XD5XRzXoVLS9bdHNUwCaIWie0tOYMLLmNooTU= salt@dsk-cstm-0
|
@ -1 +0,0 @@
|
||||
Subproject commit a3493d1a9409021b97497df9afcdb42859cdad38
|
Loading…
Reference in New Issue
Block a user