Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: quicksilver on February 11, 2010, 04:17:51 AM
-
Hello
I have got a Problem. I had installed tinycore on my Usb Stick with unetbootin and it works very fine. But now my question. I want to install some Packages and want that these Packages already installed on the next Reboot. Is there any way to do this with the USB Stick?
Thanks for Help
-
Create a directory 'tce' in the root of the USB stick and reboot. TC will use automatically it to store extensions (applications) downloaded/installed with Appbrowser or tce-load
-
Thanks for the fast reply. Where i had to create the Folder? In the Booted Tinycore System? and where can i find the Root? where is the USB Drive mounted? Or can i create the folder in my Windows System? And get the Applications automaticly installed?
-
Create tce directory in the root of the partition where TC installed - same where you have boot dir. If you are using WINDOWS and UNETBOOTIN, you can use WINDOWS tools to create it.
TC will store downloaded applications in this folder and use during next boot.
-
I tried it, but it doesn seems to work :( . I had create the folder. Boot, install e.g. Firefox. Reboot but after the Reboot Firefox wasn there :( this is my usb stick strukture:
ubnkern
ubninit
boot
ubnpathl.txt
ubnfilel.txt
syslinux.cfg
vesamenu.c32
tce
dir.bat
list.txt
-
Did you add 'tinycore waitusb=5' boot option? In most cases it is required to get USB stick recognized.
-
no where i had to add this? syslinux.cfg ? i've tested it. But Firefox was not there after a Reboot :( :(
-
If installed with UNETBOOTIN, edit syslinux.cfg:
.......
.......
label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit quiet max_loop=255 tinycore waitusb=5
.......
.......
While waitusb=5 is enough in most cases, higher value, 10-12 may be required.
When system is running
cat /etc/sysconfig/tce.mount
will display used tce directory. If it is /tmp/.... stick is not recognized. If yes, it is /mnt/sda1/tce or similar, depending on your hw config.
-
NOW it WORKS :) THANKS :) very very Nice :)