added alpine 3.19.1

This commit is contained in:
2024-03-03 22:03:34 -06:00
parent bdce19af6b
commit 0c2afa48ae
11 changed files with 268085 additions and 0 deletions

133267
alpine-3.19.1/System.map-lts Normal file

File diff suppressed because it is too large Load Diff

118734
alpine-3.19.1/System.map-virt Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,9 @@
#!ipxe
set path http://192.168.1.50/files/alpine-3.18.5
set repo http://dl-cdn.alpinelinux.org/alpine/v3.18/main
echo ${path}
echo ${repo}
kernel ${path}/vmlinuz-virt modules=loop,squashfs quiet alpine_repo=${repo} modloop=${path}/modloop-virt initrd=${path}/initramfs-virt
initrd ${path}/initramfs-virt
boot

10498
alpine-3.19.1/config-lts Normal file

File diff suppressed because it is too large Load Diff

5577
alpine-3.19.1/config-virt Normal file

File diff suppressed because it is too large Load Diff

BIN
alpine-3.19.1/initramfs-lts Normal file

Binary file not shown.

Binary file not shown.

BIN
alpine-3.19.1/modloop-lts Normal file

Binary file not shown.

BIN
alpine-3.19.1/modloop-virt Normal file

Binary file not shown.

BIN
alpine-3.19.1/vmlinuz-lts Normal file

Binary file not shown.

BIN
alpine-3.19.1/vmlinuz-virt Normal file

Binary file not shown.