mirror of
https://github.com/Thinstation/thinstation-ng.git
synced 2025-05-02 07:40:46 +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`),
|
||||
- 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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue