Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| blog:netboot_linux [2018/11/28 09:01] – [Ubuntu] john | blog:netboot_linux [2018/11/28 09:01] (current) – [Linux Mint] john | ||
|---|---|---|---|
| Line 32: | Line 32: | ||
| === Mint 18.x === | === Mint 18.x === | ||
| - | * KERNEL - Path to vmlinuz kernel image, as found at [root_of_mint_iso]/ | + | * **KERNEL** - Path to vmlinuz kernel image, as found at [root_of_mint_iso]/ |
| - | * initrd - Path to initrd.lz root filesystem image, as found at [root_of_mint_iso]/ | + | * **initrd** - Path to initrd.lz root filesystem image, as found at [root_of_mint_iso]/ |
| - | * nfsroot - NFS path to the extracted Mint 18.x iso image | + | * **nfsroot** - NFS path to the extracted Mint 18.x iso image |
| - | * root - Instruct the installer to mount the root filesystem over NFS | + | * **root** - Instruct the installer to mount the root filesystem over NFS |
| - | * boot - Use the ' | + | * **boot** - Use the ' |
| === Mint 19.x === | === Mint 19.x === | ||
| - | * KERNEL - Path to vmlinuz kernel image, as found at [root_of_mint_iso]/ | + | * **KERNEL** - Path to vmlinuz kernel image, as found at [root_of_mint_iso]/ |
| - | * initrd - Path to initrd.lz root filesystem image, as found at [root_of_mint_iso]/ | + | * **initrd** - Path to initrd.lz root filesystem image, as found at [root_of_mint_iso]/ |
| - | * nfsroot - NFS path to the extracted Mint 19.x iso image | + | * **nfsroot** - NFS path to the extracted Mint 19.x iso image |
| - | * boot - Use the ' | + | * **boot** - Use the ' |
| - | * netboot - Instruct the installer to mount the root filesystem over NFS (this is a change from 18.x) | + | * **netboot** - Instruct the installer to mount the root filesystem over NFS (this is a change from 18.x) |
| - | * toram - Unpack the root filesystem to RAM; do not try to mount NFS read/ | + | * **toram** - Unpack the root filesystem to RAM; do not try to mount NFS read/ |
| - | * systemd.* - A heap of directives that stop systemd from trying to bring up several filesystems in read/write mode | + | * **systemd.*** - A heap of directives that stop systemd from trying to bring up several filesystems in read/write mode |