busybox/base-files forged packages
This commit is contained in:
5
lg_webOS/base-files/source/lib/preinit/20_check_iso
Normal file
5
lg_webOS/base-files/source/lib/preinit/20_check_iso
Normal file
@ -0,0 +1,5 @@
|
||||
check_for_iso() {
|
||||
grep -qE '/dev/root.*iso9660' /proc/mounts && ramoverlay
|
||||
}
|
||||
|
||||
boot_hook_add preinit_mount_root check_for_iso
|
Reference in New Issue
Block a user