SpectreOS-old/hooks/archiso_shutdown

7 lines
110 B
Text
Raw Normal View History

2018-02-26 02:41:29 +01:00
run_cleanuphook() {
rm -rf /usr/lib/modules
cp -ax / /run/initramfs
}
# vim: set ft=sh ts=4 sw=4 et: