5ea02f68fe
Simplify build process, using the same method like in shutdown hook by mkinitcpio we still need a custom shutdown script for archiso, since "twisted" structure of block devices. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
7 lines
110 B
Bash
7 lines
110 B
Bash
run_cleanuphook() {
|
|
rm -rf /usr/lib/modules
|
|
cp -ax / /run/initramfs
|
|
}
|
|
|
|
# vim: set ft=sh ts=4 sw=4 et:
|