Hi guys,
I'm new to tinycore so please help me so solve a annoying issue.
I want to install tinycore on a Atom intel board to make a home server ( backups, ssh, ftp..).
It works fine but I loose all the changes after reboot.
So please help me to solve this.
What I did till now:
So I downloaded Core-current.iso version because I do not need GUI.
I took a USB stick ( 8Gb) and I put the iso on it on a bootable FAT32. ( I tried with ext2 but usb not boot anymore.. not sure why)
The Core started and works fine. I can install ssh, define crontab jobs..etc. So it behave like a normal linux server.
I read the FAQ section and also this forum, ( and I searched few days to examples and tutorials...) and I added
the following to my syslinux.cfg:
***********
display boot.msg
default microcore
label microcore
kernel /boot/vmlinuz
append initrd=/boot/core.gz quiet usbwait=10 tce=UUID=17FF-4140 home=UUID=17FF-4140 opt=UUID=17FF-4140 restore=UUID=17FF-4140 cron
label mc
kernel /boot/vmlinuz
append initrd=/boot/core.gz quiet
implicit 0
prompt 1
timeout 10
F1 boot.msg
F2 f2
F3 f3
F4 f4
***********
I see that the boot commands are read because the cron daemon is up after a reboot.
But the other options ( home, opt and restore are not doing anything...)
On the same USB stick I added this folders : tce and opt on the root of USB stick.
( I did this following the FAQ section .. to be able to save backups)
But each time, after reboot, the system is loosing all my settings.
On the /opt/.filetool.lst I have only :
home
opt
I tried also other various ideas from others but all failed. After reboot I loose all.
So , just to be clear. I have a USB stick (FAT32) and I want that all backups ( or persistent folders) to be also on the same USB stick. I do not have any HDD disk available.
So what I'm doing wrong ? Please help.
Thanks for any advice.
luna