WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Loading modules automatically/starting configuration at boot from CD  (Read 3430 times)

Offline ljones

  • Newbie
  • *
  • Posts: 2
Hello all. New here :) !

I've just downloaded TC 1.4.1, and been trying it and it boots ok on my system without problem. As soon as I tried it though I began to wonder if I could use TC as some sort of simple "boot the live TC CD and use the internet" style of CD.

I managed to get TC to see my Netgear WG111V2 USB OK (though it wasn't detected automatically, I had to issue a modprobe rtl8187 from the command line). I also noticed purely by accient that if I created (as I'm booting from CD, not USB memory stick or hard drive) a 'tce' directory in the root of the iso image I'm using (and then burnt it to a rewritable CD) then at boot the extensions in the tce were loaded at boot.

Working out the depencies (for the extensions) were easy to do as well - I used (on my main 64 bit system) qemu and used the appbrowser to do this (then modified the iso file I mentioned, and put the extensions into the iso file in /tce (the iso file)).

So that all worked well. But for the life of me I could not figure out how to make TC do the modprobe automatically (and to set up the wlan, the netgear WG111V2). Is there some sort of directory I can make on the CD to load in these files at boot? Does TC use scripts in a similar way to slackware, i.e. /etc/rc.d style scripts?

ljones
« Last Edit: May 09, 2009, 11:10:26 AM by ljones »

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Try  /opt/bootlocal.sh
Runs as root during the last stages of booting.
10+ Years Contributing to Linux Open Source Projects.

Offline ljones

  • Newbie
  • *
  • Posts: 2
Try  /opt/bootlocal.sh
Runs as root during the last stages of booting.

Ok :) but since I'd need to modify that file (and put it on the CD) do I have to decompress (off the CD/ISO) /boot/tinycore.gz and modify it inside there? I tried ungzipping tinycore.gz and mounting it as a loopfile but it didn't seem to work. x.x

If I use 'backup' from the control panel will that let me save modifications to /opt/bootlocal.sh ? Can I just put that file backup makes onto the CD's root and it gets loaded automatically? ???

ljones
« Last Edit: May 09, 2009, 12:08:57 PM by ljones »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Yes, doing a backup will save modifications to bootlocal.sh. And it can be put to the cd root. It may cause an error later though, if one attempts to do another backup over it, as cd is readonly.

See the wiki page on remastering for info on editing tinycore.gz
The only barriers that can stop you are the ones you create yourself.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Then perhaps making your own mynet.tce which is just a tarball of your network settings with a startup script which has your modprobe qnd iwconfig stuff.
 
See FAQ http://www.tinycorelinux.com/faq.html#startup_scripts
10+ Years Contributing to Linux Open Source Projects.