dalto8

Results 99 comments of dalto8

> If the file system choice was 'never' there (Replace Partition), what is the meaning of: It was added shortly before I made that comment. Prior to that, it wasn't...

Can you apply the Calamares code format/style using `clang-format`

The commit where `clang-format` was applied appears to have removed all the code.

> However, I am unsure about how to properly utilize this module to achieve my goal. This module only populates the list. What you are trying to do is to...

> I do not known if mechanism inside packages is merged. That was merged on August 12th.

For me, personally, I would not be comfortable merging this with that global variable and all those free functions that reference it. I really think it should have an object...

> Which global variable? Any global variable. > Did you write about installed package list? Yes, that was the one I noticed.

The netinstall module doesn't read from a file at that stage. It reads from global storage. So you would probably want to write the data to global storage instead of...

> Ok. I uses google's translator. :-D How runtime configuration for netinstall works? Should I emit some signal to force reload configuration or call routine with String or c-string contains...

Be aware that was not the only change when moving from Calamares 3.2 to 3.3. The conf files for both mount.conf and fstab.conf changed substantially. This change is probably not...