Updated Deployment (markdown)

Donald A. Cupp Jr. 2025-02-22 11:26:04 -07:00
parent f78312575e
commit f7bacfbfbe

@ -117,8 +117,13 @@ By default all devices booting via PXE will now load your most recent ThinStatio
- Copy `lib.squash` somewhere accessible over http (can be along side `vmlinuz`),
- You might also need to set `FASTBOOT_URL=` in `thinstation.conf.buildtime` to point to the directory that contains this file.
`#!ipxe`<br>
`kernel ${boot-url}/thin/boot/vmlinuz splash=silent,theme:default console=tty1 boot_device=http`<br>
`initrd ${boot-url}/thin/boot/initrd`<br>
`boot `
```#!ipxe
:ThinStation
echo Booting ThinStation...
set BOOT_IMAGE /boot/vmlinuz
kernel tftp://${next-server}${BOOT_IMAGE} BOOT_IMAGE=${BOOT_IMAGE} selinux=0 console=tty1 boot_device=tftp
initrd tftp://${next-server}/boot/initrd
boot
```