* Fixed a path issue for adding the local repo in the spec file.

* Fixed a typo in the SQL schema.
* Removed pxelinux.0 (moving PXE related stuff to anvil-striker-extra).

Signed-off-by: Digimer <digimer@alteeve.ca>
main
Digimer 6 years ago
parent 989236c18d
commit 276364db33
  1. 2
      html/skins/alteeve/pxe.txt
  2. BIN
      pxe/tftpboot/bios/pxelinux.0
  3. 2
      share/anvil.sql

@ -104,7 +104,7 @@ rsync -av /var/log /mnt/sysimage/root/install_logs/var/
### NOTE: This is only useful in the Alteeve labs. Replace with your own repo, or remove. ### NOTE: This is only useful in the Alteeve labs. Replace with your own repo, or remove.
echo "Adding local repo" echo "Adding local repo"
cat > /etc/yum.repos.d/rhel8.repo << EOF cat > /mnt/sysimage/etc/yum.repos.d/rhel8.repo << EOF
[rhel8-repo] [rhel8-repo]
name=RHEL 8 Repo on local network name=RHEL 8 Repo on local network
baseurl=http://10.255.100.30/repo/ baseurl=http://10.255.100.30/repo/

Binary file not shown.

@ -93,7 +93,7 @@ CREATE TABLE host_keys (
host_key_public_key text not null, -- Either 'node' or 'dashboard'. host_key_public_key text not null, -- Either 'node' or 'dashboard'.
modified_date timestamp with time zone not null, modified_date timestamp with time zone not null,
FOREIGN KEY(host_key_host_uuid) REFERENCES hosts(host_uuid), FOREIGN KEY(host_key_host_uuid) REFERENCES hosts(host_uuid)
); );
ALTER TABLE host_keys OWNER TO admin; ALTER TABLE host_keys OWNER TO admin;

Loading…
Cancel
Save