WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: any change of backup-data.tgz in tinycore 6.3 from 5.x  (Read 1473 times)

Offline manit123

  • Sr. Member
  • ****
  • Posts: 315
any change of backup-data.tgz in tinycore 6.3 from 5.x
« on: October 17, 2015, 06:50:00 AM »
hi
Previously (in 5.3) I used to tar gzip necessary files (say sth.tgz)
Then i copied sth.tgz to tce folder
Added an option at kernel line in bootloader mydata=sth
Now (in 6.3) , I notice that files inside sth.tgz are nowhere .
Here is my kernel line in 6.3
Code: [Select]
kernel /boot/vmlinuz63 waitusb=10 loop.max_loop=256 tce=UUID="611772c2-af11-4e27-93a0-245172ae2dea" norestore lst=onboot63.lst mydata=sth
Has anything changed ?

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: any change of backup-data.tgz in tinycore 6.3 from 5.x
« Reply #1 on: October 17, 2015, 07:00:01 AM »
Hi manit123
You need to remove "norestore"
dCore user

Offline manit123

  • Sr. Member
  • ****
  • Posts: 315
Re: any change of backup-data.tgz in tinycore 6.3 from 5.x
« Reply #2 on: October 17, 2015, 07:50:37 AM »
that did the trick.
Thanks.