WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Persistence boot codes not working  (Read 5768 times)

Offline magicpio

  • Newbie
  • *
  • Posts: 6
Re: Persistence boot codes not working
« Reply #15 on: December 17, 2010, 04:19:06 PM »
Thanks, that works.
But I had to remove boot option norestore.

Now I always need to manually disable Backup at the Backup Options in the TC Exit Options dialog, if I want to reboot without backup.

Can that be automated, i.e.
- only backup if instructed
- no auto backup when shutting down or rebooting
- automatic restore when booting

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Persistence boot codes not working
« Reply #16 on: December 17, 2010, 04:32:40 PM »
Add the following line to .profile

export BACKUP=0

Then do a backup.

Offline magicpio

  • Newbie
  • *
  • Posts: 6
Re: Persistence boot codes not working
« Reply #17 on: December 17, 2010, 05:18:07 PM »
Do I have to re-add "norestore" as boot option in addition to your above description?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Persistence boot codes not working
« Reply #18 on: December 17, 2010, 05:27:26 PM »
No.

Offline magicpio

  • Newbie
  • *
  • Posts: 6
Re: Persistence boot codes not working
« Reply #19 on: December 17, 2010, 06:04:57 PM »
Works great, thanks for your support!!