Mon Feb 20, 2017 4:03 am
# mount -o remount,rw /lib/live/mount/medium/
config=refracta-lang,tzdata lang=de_DE
boot=live config live-config live-config.locales=hu_HU.UTF-8 live-config.keyboard-layouts=hu
boot=live config=locales,keyboard-configuration,refracta-lang locales=hu_HU.UTF-8 keyboard-layouts=hu lang=hu_HU
[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/
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
}
Mon Feb 20, 2017 11:54 am
boot=live lang=hu_HU
Mon Feb 20, 2017 1:36 pm
Mon Feb 20, 2017 6:49 pm
lang=hu_HU
Mon Feb 20, 2017 7:54 pm
# mount -o remount,rw /lib/live/mount/medium/
Mon Feb 20, 2017 11:50 pm
Tue Feb 21, 2017 2:19 am
### generate it if not configured
if ! (grep "^$LOCALESELECTED UTF-8" /etc/locale.gen); then
sed -i -e "s/# $LOCALESELECTED UTF-8/$LOCALESELECTED UTF-8/" /etc/locale.gen
dpkg-reconfigure --frontend=noninteractive locales
fi
Tue Feb 21, 2017 3:15 am
menuentry 'refracta8_xfce_i386-20170218_2229 hu-lang london' {
set OS=refracta8_xfce_i386-20170218_2229
linux /boot/$OS/live/vmlinuz bootfrom=/dev/sda1 live-media-path=/boot/$OS/live/ \
boot=live lang=hu_HU timezone=Europe/London noeject noprompt quiet
initrd /boot/$OS/live/initrd.img
}
menuentry 'refracta8_xfce_i386-20170218_2229 nox hu-lang london' {
set OS=refracta8_xfce_i386-20170218_2229
linux /boot/$OS/live/vmlinuz bootfrom=/dev/sda1 live-media-path=/boot/$OS/live/ 3 \
boot=live lang=hu_HU timezone=Europe/London noeject noprompt quiet
initrd /boot/$OS/live/initrd.img
}
menuentry 'refracta8_xfce_i386-20170218_2229 utc' {
set OS=refracta8_xfce_i386-20170218_2229
linux /boot/$OS/live/vmlinuz bootfrom=/dev/sda1 live-media-path=/boot/$OS/live/ \
boot=live noeject noprompt quiet
initrd /boot/$OS/live/initrd.img
}
menuentry 'refracta8_xfce_i386-20170218_2229 utc' {
set ISO=boot-isos/refracta8_xfce_i386-20170218_2229.iso
loopback loop /$ISO
linux (loop)/live/vmlinuz fromiso=/dev/sda1/$ISO \
boot=live noeject noprompt quiet
initrd (loop)/live/initrd.img
}
Tue Feb 21, 2017 4:46 am
Tue Feb 21, 2017 1:51 pm
lightdm language selector broken
Postby fsmithred » Sun Sep 18, 2016 11:33 am
If you select a language at the graphical login screen, your choice does not take effect on login. Your choice will take effect after the display manager is restarted, or after you reboot. This is apparently an old problem that was allegedly fixed in an earlier version. It might be a problem with lightdm-gtk-greeter or with lightdm itself.
If you don't want to reboot, run this command in a root terminal:
- Code:
service lightdm stop && service lightdm start &