1
0
mirror of https://github.com/rancher/os.git synced 2025-09-07 17:54:57 +00:00

Add install docs

This commit is contained in:
Darren Shepherd
2021-10-21 13:49:36 -07:00
parent 2e0d6322f3
commit 4e708c8a1b
4 changed files with 130 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ set url ${RELEASE_URL}/\${version}
set kernel rancheros-${PXE_ASSET_VERSION}-kernel
set initrd rancheros-${PXE_ASSET_VERSION}-initrd
set rootfs rancheros-${PXE_ASSET_VERSION}.squashfs
kernel \${url}/\${kernel} initrd=\${initrd} ip=dhcp rd.cos.disable root=live:\${url}/\${rootfs} rancheros.install.automatic=true rancheros.install.config_url=\${config} console=tty1 console=ttyS0
kernel \${url}/\${kernel} initrd=\${initrd} ip=dhcp rd.cos.disable root=live:\${url}/\${rootfs} rancheros.install.automatic=true rancheros.install.config_url=\${config} console=tty1 console=ttyS0 ${cmdline}
initrd \${url}/\${initrd}
boot
EOF