mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 19:24:37 +08:00
6 lines
107 B
Bash
6 lines
107 B
Bash
post_install() {
|
|
mkinitcpio -c /etc/mkinitcpio-live.conf -g /boot/chakraiso.img
|
|
}
|
|
|
|
# vim: set syntax=sh:
|