Problems with re-drawing window borders using flwm/flwm_topside in x86_64 seem to have been fixed, updated extensions uploaded.
Juanito: That is great news! Thanks for helping me get back up to working on FLTK aps and FLWM... looks like I'm getting here too late to help much. I would like to get 16 RC up and running though. The RC files at
http://repo.tinycorelinux.net/16.x/x86_64/release_candidates/distribution_files/ don't seem to show today's date. Is that the right place to grab them?
Juanito or anyone... I'm currently booting TC15 on a ThinkPad laptop form a USB stick, I think in "legacy" mode (non UEFI). It modded the boot config to use different boot parameters to use my internal SSD storage as my tce/ home (deleted "cde" from the boot parmeters and added "tce=sda2 restore=sda2")
I'd like to keep the 15 kernel as an option, and setup my USB boot stick to have a new TC 16 RC menu entry.
I think I can do this by copying over the RC vmlinuz64 with a new name to sit next to the TC 15 vmlinuz kernel, then making sure the RC boot menu entry refers to the correct name of the kernel I want.
However, I'm not sure how to set up the modules.gz and rootfs64.gz. is the RC rootfs64 the same as the corepure64.gz that is on my USB boot stick? So I can set up my boot entry like this...
LABEL tc_rc
MENU LABEL Boot TinyCore 16 RC
TEXT HELP
Boot TinyCore version 16 Release Candidate
Boot media is removable. Use TAB to edit options for specific needs.
ENDTEXT
KERNEL /boot/vmlinuz64_16rc
INITRD /boot/rootfs64.gz
APPEND loglevel=3 tce=sda2/tce16 restore=sda2/tce16 vga=791
What do I do with the modules.gz in the release candidates URL? Thanks for any suggestions! -Mike