diff --git a/Readme.md b/Readme.md index c59ed3c..906e3d4 100644 --- a/Readme.md +++ b/Readme.md @@ -22,4 +22,6 @@ Using wget $SHELL <(wget -q -O- https://git.bprieshof.nl/brammp/LDS-Base/raw/branch/main/Install_LDS.sh) ``` -when asked for the network interface make sure to enter it without using backspaces +**Notes** +When asked for the network interface make sure to enter it without using backspaces +When installing on Alpine linux, make sure to have the community repo enabled diff --git a/iPXE/LDS.ipxe b/iPXE/LDS.ipxe index d1b65f2..e6404ef 100644 --- a/iPXE/LDS.ipxe +++ b/iPXE/LDS.ipxe @@ -82,13 +82,13 @@ goto ${selected} initrd http://${next-server}/Tools/Gparted/initrd.img boot -:PartedMagic64 +:PartedMagic64 kernel http://${next-server}/Tools/PartedMagic/bzImage64 initrd=initrd.img initrd=PMAGIC_2013_08_01.SQFS.cgz edd=off load_ramdisk=1 prompt_ramdisk=0 rw loglevel=9 max_loop=256 initrd http://${next-server}/Tools/PartedMagic/initrd.img initrd http://${next-server}/Tools/PartedMagic/PMAGIC_2013_08_01.SQFS.cgz boot -:PartedMagic32 +:PartedMagic32 kernel http://${next-server}/Tools/PartedMagic/bzImage initrd=initrd.img initrd=PMAGIC_2013_08_01.SQFS.cgz edd=off load_ramdisk=1 prompt_ramdisk=0 rw loglevel=9 max_loop=256 initrd http://${next-server}/Tools/PartedMagic/initrd.img initrd http://${next-server}/Tools/PartedMagic/PMAGIC_2013_08_01.SQFS.cgz