[archiso] archiso_shutdown: use run_cleanuphook()
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>
This commit is contained in:
parent
bb84aa78ac
commit
5ea02f68fe
@ -1,23 +1,6 @@
|
|||||||
run_hook ()
|
run_cleanuphook() {
|
||||||
{
|
rm -rf /usr/lib/modules
|
||||||
msg -n ":: Creating shutdown ramfs..."
|
cp -ax / /run/initramfs
|
||||||
|
|
||||||
for _dir in bin lib sbin usr/bin usr/lib usr/sbin; do
|
|
||||||
mkdir -p /run/initramfs/${_dir}
|
|
||||||
done
|
|
||||||
cp /bin/busybox /run/initramfs/bin/
|
|
||||||
cp /lib/ld-* /run/initramfs/lib/
|
|
||||||
cp /lib/lib* /run/initramfs/lib/
|
|
||||||
cp /usr/lib/lib* /run/initramfs/usr/lib/
|
|
||||||
cp /bin/mount /run/initramfs/bin/
|
|
||||||
cp /sbin/dmsetup /run/initramfs/sbin/
|
|
||||||
cp /sbin/losetup /run/initramfs/sbin/
|
|
||||||
if [[ -x /bin/nbd-client ]]; then
|
|
||||||
cp /bin/nbd-client /run/initramfs/bin/
|
|
||||||
fi
|
|
||||||
|
|
||||||
chroot /run/initramfs /bin/busybox --install
|
|
||||||
cp /shutdown /run/initramfs/
|
|
||||||
|
|
||||||
msg "done."
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# vim: set ft=sh ts=4 sw=4 et:
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
add_binary cp
|
||||||
|
|
||||||
add_runscript
|
add_runscript
|
||||||
|
|
||||||
add_file /usr/lib/initcpio/archiso_shutdown /shutdown
|
add_file /usr/lib/initcpio/archiso_shutdown /shutdown
|
||||||
|
Loading…
Reference in New Issue
Block a user