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