Tiny Core Linux
		Tiny Core Extensions => TCE Q&A Forum => Topic started by: Looper on June 20, 2017, 12:26:17 PM
		
			
			- 
				i install grub on my core and l modifying tc-config ( is change and i use filetools.sh -b and i add etc directory to .filetools )
but when i reboot my linux i dont see side effect my change
what can i do ?
			 
			
			- 
				Please post your grub.cfg
			
 
			
			- 
				
default 0
timeout 0
Title core
kernel /boot/vmlinuz
initrd /boot/core.gz
			 
			
			- 
				The backup is restored too late. To edit tc-config you need to remaster.
			
 
			
			- 
				Also, you should not backup /etc as it contains dynamic files showing the current state of the system that will be incorrect after the restore.
			
 
			
			- 
				
i install grub on my core and l modifying tc-config ( is change and i use filetools.sh -b and i add etc directory to .filetools )
but when i reboot my linux i dont see side effect my change
what can i do ?
tc-config? is this built-in TCL command? I can't find it on my system.
tc@box:~$ tc-config
-bash: tc-config: command not found
tc@box:~$ 
Normally I just change my Boot Codes here
tc@box:~$ cat /mnt/sda1/boot/grub/menu.lst
default 0
timeout 0
kernel /boot/vmlinuz quiet text 
initrd /boot/core.gz
tc@box:~$ 
			 
			
			- 
				tc-config is the tc init script and would require remastering to change since runs before restore. It actually runs the restore function
Sent from my LG-K450 using Tapatalk