WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: improvements to tinycore  (Read 2137 times)

Offline ulfr

  • Full Member
  • ***
  • Posts: 140
improvements to tinycore
« on: June 16, 2018, 09:41:19 AM »


    hi tinycore team and everyone
    tinycore is the greatest
    by far the best designed distro there is
    i love tinycore

    i would like to make it even better
    but alas my coding skill are minimal 
    so any help would be appreciated 

    these are some things i am working on

    i would like to include a boot code
    that allows multiple home tce and opt directories
    to be created on the same drive

    for example
    home1=sda1 tce1=sda1 opt1=sda1 
    or
    home2=sda1  tce2=sda1  opt2=sda1 
   
    i do this now but i have to rename them when i want to change them

    this would allow multiple setups
    that one could choose at each boot
 
    another advantage is that /home would not be tinycore home
    as other distros also use /home
    and if they are on the same drive
    they can become confused
   
    to be continued

    thanks everyone 

    ulfr

Offline ulfr

  • Full Member
  • ***
  • Posts: 140
Re: improvements to tinycore
« Reply #1 on: June 16, 2018, 09:49:53 AM »

    another thing i am working on
    is using the live usb
    that holds tinycore
    to have home tce and opt on it
 
    i have made a 1 gig ext2 image file
    and put it on the usb
    i can -o loop symlink to it
    but so far havent been able to make it hold home 

    there is code in puppy linux for this
    and i am trying to figure it out 
    but like i said i have limited abilities

    to be continued 

    thanks

    ulfr   


 

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: improvements to tinycore
« Reply #2 on: June 16, 2018, 10:57:34 AM »
Multiple tce dirs are already supported, you can include the name in your bootcode. "tce=sda1/mytce"

Home and opt do expect the dirs to be traditionally named, yes.
The only barriers that can stop you are the ones you create yourself.

Offline ulfr

  • Full Member
  • ***
  • Posts: 140
Re: improvements to tinycore
« Reply #3 on: June 16, 2018, 11:42:16 AM »


  thanks curaga

  i did not know about the tce
  that helps

  ulfr 

Offline CentralWare

  • Administrator
  • Hero Member
  • *****
  • Posts: 1652
Re: improvements to tinycore
« Reply #4 on: June 16, 2018, 08:38:16 PM »
@ulfr: If you use filetool.sh to back up your changes to opt or home, technically all you'd need was multiple TCE's as the filetool backup is saved in your tce directory.

@curaga: Do you remember if the tce=path supported sub-directories (ie: tce=sda1/resources/tce1)
Over 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: improvements to tinycore
« Reply #5 on: June 17, 2018, 03:22:49 AM »
Sorry, don't remember.
The only barriers that can stop you are the ones you create yourself.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: improvements to tinycore
« Reply #6 on: June 17, 2018, 04:06:04 AM »
Do you remember if the tce=path supported sub-directories (ie: tce=sda1/resources/tce1)
From my most frequently used boot config file
Code: [Select]
tce=UUID="b313c2c4-fedf-4c44-bf42-6a6fca54b311"/tc9-x86
tce=UUID="b313c2c4-fedf-4c44-bf42-6a6fca54b311"/tc9-x86_64

So definitely one level but iirc only one level down available...

Offline CentralWare

  • Administrator
  • Hero Member
  • *****
  • Posts: 1652
Re: improvements to tinycore
« Reply #7 on: June 17, 2018, 06:04:38 PM »
Thanks guys!
Over 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Offline ulfr

  • Full Member
  • ***
  • Posts: 140
Re: improvements to tinycore
« Reply #8 on: June 17, 2018, 08:36:23 PM »

    i really dont know what you guys are saying
    my knowledge is too limited

    however renaming home tce and opt files works just fine
    if i got real lazy i could just use a script

    i will keep working on things
    in my slow and inexpert way 
   
    thanks for tinycore
    its the greatest

    ulfr