diff --git a/docs/archlinux_netboot.md b/docs/archlinux_netboot.md deleted file mode 100644 index 19756c5d61d261369baca5c6cd19621140c60d4a..0000000000000000000000000000000000000000 --- a/docs/archlinux_netboot.md +++ /dev/null @@ -1,9 +0,0 @@ -# Linux netboot - -Archlinux is the operating system chosen by the school. It is directly available from the network boot (see [IT Workstation](pie.md)) - -## Live session - -The Archlinux image evolves through the year to allow students to realize projects. - -The image is loaded in the memory. Which means that the entirety of the modifications made outside of the [AFS](afs.md) folders are lost on reboot. diff --git a/docs/netboot.md b/docs/netboot.md new file mode 100644 index 0000000000000000000000000000000000000000..094d6b45d76b85e1a5795b8d562f193da38732f6 --- /dev/null +++ b/docs/netboot.md @@ -0,0 +1,9 @@ +# Linux netboot + +NixOS is the operating system chosen by the school. It is directly available from the network boot (see [IT Workstation](pie.md)) + +## Live session + +NixOS images evolve through the year to allow students to realize projects. + +The images are loaded in the memory. Which means that the entirety of the modifications made outside of the [AFS](afs.md) folders are lost on reboot. diff --git a/docs/pie.md b/docs/pie.md index 48790283f5d507a470fc78b5c164def46918d0ed..79b59cf592340f917cc9ba72087b74587dd24288 100644 --- a/docs/pie.md +++ b/docs/pie.md @@ -4,18 +4,18 @@ Computer rooms located at Villejuif or Le Kremlin-BicĂȘtre are available at any time - day and night. Other computer rooms may have specific schedule depending -on their location. The machines have no hard drive, they boot via the network -using PXE (Preboot Execution Environment). +on their location. The machines boot via the network using PXE +(Preboot Execution Environment). -A menu is proposed with an Archlinux session. Archlinux is the operating +A menu is proposed with a list of NixOS images. NixOS is the operating system chosen by the school. ## Live session -The Archlinux image evolves through the year to allow students to realize +NixOS images evolve through the year to allow students to realize their projects. -The image is loaded in the memory. Which means that the entirety of the +The images are loaded in the memory. Which means that the entirety of the modifications made outside of the AFS folders are lost on reboot. ## Epita account diff --git a/mkdocs.yml b/mkdocs.yml index 89522cf9b23e57a88818809da397773f0d1fd1eb..c158d83317911398406dac454119dd798e5d896c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,7 +10,7 @@ nav: - PIE: 'pie.md' - 'git.md' - 'wifi.md' - - Netboot : 'archlinux_netboot.md' + - Netboot : 'netboot.md' - AFS: 'afs.md' - 'map.md' - 'news.md'