WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Query boot and .iso image...  (Read 3563 times)

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Query boot and .iso image...
« on: June 29, 2015, 12:46:16 AM »
Sorry for the silly question, is this image supposed to be a miniature ascii Tux ? Seen it dozens of times/every boot, still can't figure it out.
Quote
  _
 ( -   Core is distributed with ABSOLUTELY NO WARRANTY.
 //\         A Busybox & Fltk minimal desktop.
 v_/_          http://www.tinycorelinux.com

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Query boot and .iso image...
« Reply #1 on: June 29, 2015, 02:23:45 AM »
Yep, ascii penguin.
The only barriers that can stop you are the ones you create yourself.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: Query boot and .iso image...
« Reply #2 on: June 29, 2015, 11:53:38 AM »
Thanks for confirming. Made some quick penguins using basic ascii. The TinyCore project is more than welcome to utilize or modify. If needing three rows high, my favourite would probably be variation #3. Fun to make, enjoy!

Code: [Select]

1. Three rows high, no logo:

      ('v')
     /)   (\
    (/_m_m_\)

2. Three rows high, 'TC' logo:

      ('v')
     /) TC (\
    (/_m__m_\)

3. Three rows high, head slightly turned, 'TC' logo:

      ( 'v')
     /) TC (\
    (/_m__m_\)

4. Four rows high, 'TC' logo, cute hair:

       __//_
      ( 'v' )
     /) TC  (\
    (/-m---m-\)

5. Five rows high, 'TC LINUX' logo, cute hair:

        __//_
       ( 'v' )
      /) T C (\
     // LINUX \\
    (/--m---m--\)

6. Five rows high, 'TC TUX' logo, cute hair, wider stance:

        __//_
       ( 'v' )
      /) T C (\
     // T U X \\
    (/-m-----m-\)


Inspiration:
http://aywas-wiki.com/ASCII_Penguin

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: Query boot and .iso image...
« Reply #3 on: June 29, 2015, 02:12:01 PM »
More variations. Removed the obvious 'v' and 'm' letters to minimize distraction from the 'TC' logo. This 1st one is probably my overall favourite. Simple without clutter, just like TinyCore.

Code: [Select]
1. Three rows high:

      ( '>')
     /) TC (\
    (/-_--_-\)

2. Four rows high, wavy head:

       -~~-
      ( '>')
     /) TC (\
    (/-_--_-\)

3. Four rows high, spikey hair:

       _//_
      ( '>')
     /) TC (\
    (/-_--_-\)


Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: Query boot and .iso image...
« Reply #4 on: June 29, 2015, 03:38:26 PM »
Decided the 'v' makes the face look more Tux-like. My favourites are #2 or #3, wife's is #3. Okay...i'm done now  :D

Code: [Select]
1. Three rows high, simple, nice v-beak:

      ( 'v')
     /) TC (\
    (/-_--_-\)

2. Three rows high, ruffled lower feathers:
       
      ( 'v')
     /) TC (\
    (/~_~~_~\)

3. Four rows high, jaunty-angled top hat, ruffled lower feathers:
       _//_
      ( 'v')
     /) TC (\
    (/~_~~_~\)


Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Query boot and .iso image...
« Reply #5 on: June 30, 2015, 03:42:43 AM »
But those are owls! q:

I just had to put an degree symbol for Tux' eye so I have this
Code: [Select]
(°-
//\
V_/_
in  /etc/init.d/tc-config  and  /etc/motd  blanked out.

Code: [Select]
echo " "
echo -e "  \033[1;30m(\033[0;37m°\033[0;33m- "
#echo -e "  \033[1;30m(\033[0;37m\0260\033[0;33m- "
echo -e "  \033[1;30m//\033[0;37m\   \033[0;32mBooting \033[0;33mCore \033[1;33m$(cat /usr/share/doc/tc/release.txt)\033[1;30m :: \033[0;32mKernel \033[1;33m$(uname -r)"
echo -e "  \033[1;30mV_\033[0;37m/\033[0;33m_"
echo -e "\033[00m"

\0260 might help to display the degree symbol in case of incorrect character encoding.
Code: [Select]
echo -e "  \033[1;30m(\033[0;37m\0260\033[0;33m- "

stupid ascii art is so much fun. O.o
Download a copy and keep it handy: Core book ;)

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: Query boot and .iso image...
« Reply #6 on: June 30, 2015, 01:35:37 PM »
Ascii art is very fun, though not as cool as MS paint artwork.
To me they look like penguins. If i wanted an owl, it would probably look something like a horned owl:
Code: [Select]
       ,__,
      ( 'v')
     /(    )\
    /  ~mm~  \
Your stock Tux looks better with the eye, but i think it's extended ascii. I can't think of a good basic anscii symbol to use for an eye either.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: Query boot and .iso image...
« Reply #7 on: June 30, 2015, 08:22:47 PM »
Thanks for the pointer on /etc/motd. My stock motd file pasted below does have the eye but my old system does not display it during boot. Too bad, obviously looks much more Tux like with the eye.
Code: [Select]
(°-
 //\   Core is distributed with ABSOLUTELY NO WARRANTY.
 v_/_

Instead i get what appears to be a dash above the head, kind of like this:
Code: [Select]
  _
 ( -
 //\   Core is distributed with ABSOLUTELY NO WARRANTY.
 v_/_

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Query boot and .iso image...
« Reply #8 on: July 05, 2015, 01:14:56 AM »
We're checking these out, thanks.
The only barriers that can stop you are the ones you create yourself.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Query boot and .iso image...
« Reply #9 on: July 16, 2015, 12:57:07 AM »
We voted on the three rows high version, should be in the next release. Thanks!
The only barriers that can stop you are the ones you create yourself.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: Query boot and .iso image...
« Reply #10 on: July 16, 2015, 11:09:09 AM »
That's great thanks! Sent you a thank-you PM earlier, very exciting.

No other distribution i've every tried so wonderfully allows users to get involved. Nice to be a part of the Tiny Core community :)

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: Query boot and .iso image...
« Reply #11 on: September 29, 2015, 05:09:30 AM »
Sorry for bumping. Booting text mode lately, tux keeps staring. Feedback included owl-like and fat - very fair. Hard to create a tux only 3 lines high from basic ascii. Tinkering, feel free to use as custom /etc/motd or if developers have a preference. Improvements welcome. First image is the current TC tux for comparison, which after a while starts to appear busy with a freaky humanoid face. New designs simpler, still tux identifiable but more for the imagination.

Code: [Select]
   ( '>')
  /) TC (\   Core is distributed with ABSOLUTELY NO WARRANTY.
 (/-_--_-\)           www.tinycorelinux.net

    'v'
  / TC \     Core is distributed with ABSOLUTELY NO WARRANTY.
 (\_  _/)             www.tinycorelinux.net

    'v'
  / T C \    Core is distributed with ABSOLUTELY NO WARRANTY.
    _ _               www.tinycorelinux.net

    'v'      Core is distributed with ABSOLUTELY NO WARRANTY.
  / T C \             www.tinycorelinux.net