WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: adding operation booting tinycore  (Read 1608 times)

Offline candinico

  • Newbie
  • *
  • Posts: 11
    • about me url
adding operation booting tinycore
« on: July 18, 2013, 04:06:33 AM »
Hi,
I need to add a particular operation booting tinycore: after a loss of data of my application (I'm using tiny flashed on a ebox745, an GEODE AMD processor with 256k of RAM), i need to perform a e2fsck. Have any siggestions? I read that tiny dont'have run levels. It's true?

Thanks in advance

Nico
/ Nico

Senior Software Engineer
email: candinico@gmail.com
tel +39 3498623889

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: adding operation booting tinycore
« Reply #1 on: July 18, 2013, 04:13:13 AM »
TC doesn't run fsck during boot.

When you boot the base CLI system with base norestore options everyting runs from RAM and no any disk partition mounted, so you can run fsck.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline theYinYeti

  • Full Member
  • ***
  • Posts: 177
    • YetI web site
Re: adding operation booting tinycore
« Reply #2 on: July 18, 2013, 05:30:47 AM »
For this purpose, you need to change TinyCore's ramfs. See here for an example:
http://yeti.selfip.net/cms/index.php/post/2013/05/12/NTFS-and-modular-boot-for-TinyCore-Linux

This example is for having several modular .lst files (list of software to load at boot) instead of a single onboot.lst file.