Lesson Learned: Testing Layout in Installation
Hi, as I play nowadays a lot with layout of one of installation dialog I need to effectively test it. For runtime you can always use just resize of window and see various results. For installation it is a bit different as installation runs fullscreen. I use for testing virt-manager and runs VM on our server. So for various resolution you can use F3 on grub screen after boot to play with different resolutions ( just pick "Installer size" and not others like me ). For testing ncurses you can enable there text mode and if minimal console needs to be tested then combination of Text Mode and Text Console Size No KMS do the trick for me. HuHa tip: you can use same approach as for runtime testing, just use ssh installation either with X forwarding or without and resize your ssh window. Josef
On Thu, 17 Dec 2020 23:10:00 +0100 josef Reidinger <jreidinger@suse.cz> wrote:
Hi, as I play nowadays a lot with layout of one of installation dialog I need to effectively test it. For runtime you can always use just resize of window and see various results. For installation it is a bit different as installation runs fullscreen. I use for testing virt-manager and runs VM on our server. So for various resolution you can use F3 on grub screen after boot to play with different resolutions ( just pick "Installer size" and not others like me ). For testing ncurses you can enable there text mode and if minimal console needs to be tested then combination of Text Mode and Text Console Size No KMS do the trick for me.
HuHa tip: you can use same approach as for runtime testing, just use ssh installation either with X forwarding or without and resize your ssh window.
One more tip: If you need modified insts-sys and using e.g. yupdate that needs to be applied in each installation run, then it can be more effective ( and I use it often ) to use 1 startshell=1 in kernel cmdline 2 modify insts-sys 3 simulate various scenarious by editing /etc/install.inf 4 execute `yast` 5 continue with 3 with different scenario The documentation is at https://github.com/openSUSE/linuxrc/blob/master/linuxrc_yast_interface.txt#L... and the most interesting options are XVideo and TextMode for testing. Josef
Josef _______________________________________________ YaST Development mailing list -- yast-devel@lists.opensuse.org To unsubscribe, email yast-devel-leave@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/yast-devel@lists.opensuse.org
participants (1)
-
josef Reidinger