D
Deleted member 127267
Guest
I am using Debian 11 bullseye live iso in USB. I need persistence mode. But which one? I read there are two options : bind and union. I am asking about it, because in live boot options man page it says that :
"At boot time it will look for a (read-only) medium containing a "/live" directory where a root filesystems (often a compressed filesystem image like squashfs) is stored. If found, it will create a writable environment, using aufs, to boot the system from."
So, for every live boot, boot=live option looks for(or makes I am not sure) read-only partition, can bind option make any changes about its read-only attribute? In other words, can I update kernel by using update-initramfs -u command succesfully without getting
"I: update-initramfs is disabled (live system is running on read-only media)."
error?
"At boot time it will look for a (read-only) medium containing a "/live" directory where a root filesystems (often a compressed filesystem image like squashfs) is stored. If found, it will create a writable environment, using aufs, to boot the system from."
So, for every live boot, boot=live option looks for(or makes I am not sure) read-only partition, can bind option make any changes about its read-only attribute? In other words, can I update kernel by using update-initramfs -u command succesfully without getting
"I: update-initramfs is disabled (live system is running on read-only media)."
error?