mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-03 23:40:14 +08:00
zsJacky translating
This commit is contained in:
parent
8e462f0bd8
commit
17a0730aa3
@ -1,3 +1,5 @@
|
|||||||
|
zsJacky translating
|
||||||
|
|
||||||
How to diskless boot a Linux machine
|
How to diskless boot a Linux machine
|
||||||
================================================================================
|
================================================================================
|
||||||
Diskless booting implies that a client computer does not have any disk storage when booting an operating system. In that case, the computer can load the kernel as well as the root filesystem from a remote NFS server over network. It may use several different methods to load the kernel and the root filesystem from an NFS server: RARP, BOOTP or DHCP protocols. In this tutorial, I will use BOOTP/DHCP protocol because they are supported by many network cards.
|
Diskless booting implies that a client computer does not have any disk storage when booting an operating system. In that case, the computer can load the kernel as well as the root filesystem from a remote NFS server over network. It may use several different methods to load the kernel and the root filesystem from an NFS server: RARP, BOOTP or DHCP protocols. In this tutorial, I will use BOOTP/DHCP protocol because they are supported by many network cards.
|
||||||
|
Loading…
Reference in New Issue
Block a user