Updated readme

This commit is contained in:
2022-06-27 22:38:29 +02:00
parent dad44965d5
commit ac5f60c144
2 changed files with 5 additions and 3 deletions

View File

@@ -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

View File

@@ -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