mirror of
https://github.com/Thinstation/thinstation-ng.git
synced 2025-05-03 00:01:36 +03:00
Updated Deployment (markdown)
parent
f78312575e
commit
f7bacfbfbe
1 changed files with 9 additions and 4 deletions
|
@ -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`),
|
- 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.
|
- You might also need to set `FASTBOOT_URL=` in `thinstation.conf.buildtime` to point to the directory that contains this file.
|
||||||
|
|
||||||
`#!ipxe`<br>
|
```#!ipxe
|
||||||
`kernel ${boot-url}/thin/boot/vmlinuz splash=silent,theme:default console=tty1 boot_device=http`<br>
|
|
||||||
`initrd ${boot-url}/thin/boot/initrd`<br>
|
:ThinStation
|
||||||
`boot `
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue