Darshaka Pathirana

Results 106 comments of Darshaka Pathirana

The `ssh` option works for us and we think it is well documented. Do you have any concrete recommendation on how to improve the `ssh` option and/or its documentation in...

Let's start simple. This is the isolinux boot menu: - [x] grml-release (default) - [x] Boot options for grml-release (submenu) - [x] Back to main menu... - [ ] Debug...

And this is the grub2 boot menu: - [x] grml-release (default) - [x] advanced options - [ ] enable persistency mode - [ ] copy Grml to RAM - [...

Any reason why the naming of the entries are different?

Boot option `Debug Mode` is unclear: [grml-cheatcodes.txt](https://github.com/grml/grml-live/blob/master/templates/GRML/grml-cheatcodes.txt) states: ``` debug Get shells during process of booting for debugging [...] grml debug Get shells during process of booting, using GNU screen,...

@Mika: And one more questions: Which order do you prefer? I would then work on a PR to bring the boot entries of Isolinux and Grub2 in line.

Regarding the order: For Grub the `grml64 - advanced options` look like this: ``` ❯ grep menuentry templates/boot/grub/%SHORT_NAME%_options.cfg menuentry "%GRML_NAME% - enable Predictable Network Interface Names" { menuentry "%GRML_NAME% -...

Checked the boot options 'Debug Mode' (once again, was way harder than expected) and the following need to be done: - [ ] move `menu label %GRML_NAME% - ^Debug Mode`...

I propose the following order + naming for the "Advanced Options" of the Isolinux and Grub menu entries: Advanced Options (submenu) [instead of Boot options for grml-release (submenu) / advanced...

@mika: What is the difference between "copy Grml to RAM" and "copy whole medium to RAM" in the Grub menu? See: https://github.com/grml/grml-live/blob/master/templates/boot/grub/%25SHORT_NAME%25_options.cfg#L18 https://github.com/grml/grml-live/blob/master/templates/boot/grub/%25SHORT_NAME%25_options.cfg#L26 And: I also need to review "Shortcut...