The little: Need to do this:
- Code: Select all
# mount -o remount,rw /lib/live/mount/medium/
The bigger one: The boot options from this page:
https://sourceforge.net/projects/refrac ... isohybrid/
- Code: Select all
config=refracta-lang,tzdata lang=de_DE
I have tried every possible combination of these and those for Debian. This works for Debian:
- Code: Select all
boot=live config live-config live-config.locales=hu_HU.UTF-8 live-config.keyboard-layouts=hu
- Code: Select all
boot=live config=locales,keyboard-configuration,refracta-lang locales=hu_HU.UTF-8 keyboard-layouts=hu lang=hu_HU
The locales always remains en_US with us keyboard.
I use only live systems launched with manually installed and manually edited GRUB2, grub.cfg. So, I need help for why are not working the boot options for setting the locales and keyboard. Please do not advice me to install language pack, reconfigure locales, etc. Since I do not want to install the OS. Thanks.
Copying Refracta into boot directory:
- Code: Select all
[email protected]:/home/user# mount /home/user/refracta8_xfce_i386-20170218_2229.iso /mnt/1
mount: /dev/loop2 is write-protected, mounting read-only
[email protected]:/home/user# cp -a /mnt/1/* /lib/live/mount/fromiso/boot/refracta8_xfce_i386-20170218_2229/
My edited grub.cfg file:
- Code: Select all
menuentry 'refracta8_xfce_i386-20170218_2229 hu london (accessibility)' {
set OS=refracta8_xfce_i386-20170218_2229
linux /boot/$OS/live/vmlinuz bootfrom=/dev/sda1 live-media-path=/boot/$OS/live/ \
boot=live config=locales,keyboard-configuration,refracta-lang,tzdata locales=hu_HU.UTF-8 \
keyboard-layouts=hu lang=hu_HU timezone=Europe/London noeject noprompt quiet access=HC
initrd /boot/$OS/live/initrd.img
}