**** BEGIN LOGGING AT Sun Oct 16 02:59:56 2022 Oct 16 10:24:08 Hi? Oct 16 10:50:54 what a great question Oct 16 15:16:37 what kind of tool can create a 25M recovery partition Oct 16 15:19:48 what do you mean by recovery partition? for what? Oct 16 15:25:12 like something that will fit into RAM and give you a decent userspace Oct 16 15:25:53 i have an example... its a whole rootfs that is 25M but i don't know how they did it Oct 16 15:26:06 busybox Oct 16 15:26:23 ooh yeah looks like a lot of it is busybox Oct 16 15:27:01 like, literally kernel + busybox is all you need Oct 16 15:27:16 + bootloader if applicable Oct 16 15:39:44 yeah.. i feel like ive done this before ages ago with LFS but its been while Oct 16 15:42:54 just either build busybox yourself or unpack the contents of the debian busybox-static package, and either create a symlink to the appropriate place (iirc /init for initramfs or /sbin/init for a normal rootfs) or specify its path using an init= kernel parameter Oct 16 15:43:09 *a symlink to a shell Oct 16 15:43:41 or if busybox it built with an init, you can use that Oct 16 15:43:48 if it makes sense in your application Oct 16 16:17:11 yeah... its going to take me some thinking to see what i need. i've got this device that im seeing if I can make the rootfs btrfs Oct 16 16:17:49 so it would be nice for the recovery system to have some btrfs tools Oct 16 16:18:12 I mean, you can add any tools you need/want obviously Oct 16 16:18:14 im going to see what buildroot produces as a start Oct 16 16:18:16 season to taste Oct 16 16:18:55 i have a feeling buildroot will yield something too big Oct 16 16:18:57 but well see Oct 16 18:31:04 buildroot with everything i could possibly want was 43M.. not too bad. i bet I can get it down **** ENDING LOGGING AT Mon Oct 17 02:59:57 2022