mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: broken links
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
```console
|
```console
|
||||||
$ mkdir -p /var/lib/tftpboot/pxelinux/
|
$ mkdir -p /var/lib/tftpboot/pxelinux/
|
||||||
$ curl https://releases.ubuntu.com/20.04/ubuntu-20.04.3-live-server-amd64.iso -o /var/lib/tftpboot/ubuntu-20.04.3-live-server-amd64.iso
|
$ curl https://releases.ubuntu.com/20.04/ubuntu-20.04.4-live-server-amd64.iso -o /var/lib/tftpboot/ubuntu-20.04.4-live-server-amd64.iso
|
||||||
$ mount -t cd9660 /dev/`mdconfig -f /var/lib/tftpboot/ubuntu-20.04.3-live-server-amd64.iso` /mnt
|
$ mount -t cd9660 /dev/`mdconfig -f /var/lib/tftpboot/ubuntu-20.04.4-live-server-amd64.iso` /mnt
|
||||||
$ cp /mnt/casper/vmlinuz /var/lib/tftpboot/pxelinux/
|
$ cp /mnt/casper/vmlinuz /var/lib/tftpboot/pxelinux/
|
||||||
$ cp /mnt/casper/initrd /var/lib/tftpboot/pxelinux/
|
$ cp /mnt/casper/initrd /var/lib/tftpboot/pxelinux/
|
||||||
$ umount /mnt
|
$ umount /mnt
|
||||||
|
Reference in New Issue
Block a user