lbu - loading committed files
#1
Mon, 2013-11-25 04:07
lee_connell
-
- Offline
- 4 years 4 months ago
- 2013-11-25
I am going to be using lbu to create my apkovl on a custom partition. How does Alpine know where this is to make sure these changes are committed so they are preserved on next boot?
I setup alpine in data mode, I pointed /var to my partition, now how do I save and have alpine load these changes upon boot?
According to alpine init, you can set the ovl_dev as boot option
http://git.alpinelinux.org/cgit/mkinitfs/tree/initramfs-init.in#n371
and if not set we look at usb cdrom and floppy:
http://git.alpinelinux.org/cgit/mkinitfs/tree/initramfs-init.in#n168
Hope this helps.