mavrothal

Results 14 comments of mavrothal

Here is a better one (sorry no git or gihub fork now days ☺️ ) ``` --- a/usr/sbin/filemnt 2022-01-29 02:38:32.000000000 +0200 +++ b/usr/sbin/filemnt 2022-02-05 08:58:41.271978684 +0200 @@ -2,6 +2,7 @@...

Added the ability to view the contents of an SFS already in the overlayfs ``` --- a/usr/sbin/filemnt +++ b/usr/sbin/filemnt @@ -2,6 +2,7 @@ # assume squashfs 4.0 . /etc/DISTRO_SPECS +....

Although you can indeed mount a linux fs in windows, you can not mount it at the bootloader stage before the kernel is loaded. My "compromise" is to keep initrd.gz...

@bigpup1 this is what is written in the post you linked. "When I explored the .iso, the dialogue box asked if I wanted to mount the sfs or install. I...

So the idea is that SFS loader should allow to view but not install any other SFS named ```puppy_.sfs``` * This is fairly simple assuming no one else wants to...

> dynamic SFS loading as a key feature of Puppy And should be kept! What if dynamic SFSs are mounted in the ```/DSFS ``` (or some other new directory at...

Not in real life and if it is usually empty and at the bottom of the search stack in ld.so.conf. Besides we are talking about adding a couple of milliseconds...

Not quite on subject but close enough 🙄 sfs_load.overlay can not tell if nls and doc SFSs are loaded (see pic) ![sfs_loaad](https://user-images.githubusercontent.com/1014999/198504509-508762a4-ae62-4019-9c6d-ec8a395b9d02.jpg)

> if punionfs was specified, or if aufs is unsupported Let me try again What I ask is: on FIRST boot (```PUPMODE 5```) when init has ```UNIONFS='aufs'``` by default, where...

> The 10.0.x kernel is built without aufs support That is not nice... It really limits user choice forcing him/her to change or rebuild the kernel just to check which...