aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-19 08:52:52 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-19 08:52:52 -0500
commit36be718d8b10ae3c1c016cf989e00eb8b1441d72 (patch)
tree8192e6e5757068dd1d271a30d72702eee7df9f1c /roles
parenta73f5d59f83206b4903a91c8498b84120968a19d (diff)
downloadselfhosted-36be718d8b10ae3c1c016cf989e00eb8b1441d72.tar.gz
selfhosted-36be718d8b10ae3c1c016cf989e00eb8b1441d72.zip
pxe_server: delete old readme
Diffstat (limited to 'roles')
-rw-r--r--roles/pxe_server/README.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/roles/pxe_server/README.txt b/roles/pxe_server/README.txt
deleted file mode 100644
index 5775583..0000000
--- a/roles/pxe_server/README.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-To generate the grub binaries:
-------------------------------
-
-Install the required packages:
-
- dnf install grub2 grub2-pc grub2-efi grub2-pc-modules grub2-efi-x64-modules grub2-efi-aa64-modules
-
-Generate the images:
-
- # location of the grub.cfg files within the tftp root
- PREFIX=/grub
- COMMON_MODULES="normal linux echo http tftp reboot configfile"
-
- # Last arguments are the modules to "statically link" into the grub image.
- # I'd rather not maintain a bunch of .mod files within the tftp directory.
- grub2-mkimage --format=x86_64-efi --output=bootx64.efi -p $PREFIX $COMMON_MODULES efinet bsd
- grub2-mkimage --format=arm64-efi --output=bootaa64.efi -p $PREFIX $COMMON_MODULES efinet
- grub2-mkimage --format=i386-pc-pxe --output=booti386 -p $PREFIX $COMMON_MODULES pxe bsd