mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Updating rancheros comments
This commit is contained in:
parent
0dd7bb2430
commit
6d8b074d13
1 changed files with 3 additions and 7 deletions
|
|
@ -7,7 +7,6 @@
|
|||
set url releases.rancher.com
|
||||
menu RancherOS
|
||||
item latest RancherOS Latest (20 MB)
|
||||
item 033 RancherOS 0.3.3 (20 MB)
|
||||
choose version || goto rancheros_exit
|
||||
goto ${version}
|
||||
|
||||
|
|
@ -16,13 +15,10 @@ echo ${cls}
|
|||
set folder os/latest
|
||||
goto boot
|
||||
|
||||
:033
|
||||
echo ${cls}
|
||||
set folder os/v0.3.3
|
||||
goto boot
|
||||
|
||||
:boot
|
||||
kernel http://${url}/${folder}/vmlinuz rancher.state.autoformat=[/dev/xvda] rancher.password=rancher
|
||||
echo Login in with username: rancher, password: rancher
|
||||
echo To install: ros install -d /dev/sda1
|
||||
kernel http://${url}/${folder}/vmlinuz rancher.state.autoformat=[/dev/sda] rancher.password=rancher
|
||||
initrd http://${url}/${folder}/initrd
|
||||
boot
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue