mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-16 05:11:59 +01:00
7 lines
94 B
Bash
7 lines
94 B
Bash
#!/bin/sh
|
|
|
|
abi_release=$(cat /usr/share/linux-vserver/kernel.release)
|
|
|
|
mkinitfs $abi_release
|
|
|