Woof at Github

A home for all kinds of Puppy related projects
Post Reply
Message
Author
Ibidem
Posts: 549
Joined: Wed 26 May 2010, 03:31
Location: State of Jefferson

#101 Post by Ibidem »

sunburnt wrote:So most of the OS is uniquely Puppy. What then makes a variant Ubuntu or Slacko.?

Has anyone tried Woof on the Slackware or Ubuntu OSs including their X, xorg, gtk+ ?
And then use it to compile rox, jwm, gtkdialog, etc. And boot with Puppy`s boot, guis, etc.?
Another words, a Puppified "other distro". But maybe this is what Precise and Slacko are.
.
Yes; here's a short key:
Upup/Lucid/Precise = Puppified Ubuntu (Lucid = Ubuntu 10.xx based; Precise = Ubuntu 12.xx based)
Dpup = Debian-based Puppy
Spup/Slacko = Slackware-based Puppy
Apup = Arch-based Puppy
And I think there's a couple RPM-derived systems.

It would be interesting to use an OWL or PLD based Puppy...

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#102 Post by sunburnt »

So I think Ibidem`s saying that the "other" Puppies are all the other distro except Puppy scripts & etc.

So the Puppy parts are already separate ( not in woof/woof-code/ )?
And what goes in the support folder.?
.

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

#103 Post by mavrothal »

sunburnt wrote:So I think Ibidem`s saying that the "other" Puppies are all the other distro except Puppy scripts & etc.

So the Puppy parts are already separate ( not in woof/woof-code/ )?
And what goes in the support folder.?
.
The rest of the files in /woof (including support folder) are for building the puppies thought few make it to the iso too.
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

User avatar
nilsonmorales
Posts: 972
Joined: Fri 15 Apr 2011, 14:39
Location: El Salvador

#104 Post by nilsonmorales »

vicmz wrote
Is it possible to have an initrd that includes a basic set of popular languages to choose from at first, so that users are able to read boot messages in their language (practical for live-CDs) and then install the langpack when they get the desktop?
if you start the translate work for initrd i would like to help you my friend. 8)
[b][url=http://nilsonmorales.blogspot.com/]My blog |[/url][/b][b][url=https://github.com/woofshahenzup]| Github[/url][/b]
[img]https://i.postimg.cc/5tz5vrrX/imag018la6.gif[/img]
[img]http://s5.postimg.org/7h2fid8pz/botones_logos3.png[/img]

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

Re: Woof at Github

#105 Post by vicmz »

mavrothal wrote:
vicmz wrote: :idea: Is it possible to have an initrd that includes a basic set of popular languages to choose from at first, so that users are able to read boot messages in their language (practical for live-CDs) and then install the langpack when they get the desktop?
"Gettexting" the init script is not a good idea as it would require a number of additional libraries in the initrd. However BK's init accepts the "plang" boot parameter (example: de_DE.UTF-8 ) and looks for the corresponding init in /locale/${PLANG%.*}/init (ie /locale/es/init or /locale/es-ES/init )
It also looks for a /PUPPYLANG file that contains the plang argument, in case you want to build a puppy with a different default language. The init script has 60 text messages so is not too much work to do. The only ¨problem¨ is that the language changes must be provided as a series of sed commands in the /locale/${PLANG%.*}/init file :shock:
You may want to add as an "enhancement" in the woof-CE/issues and then start working on the translation of the init script! :D
This is a job for Super L18L! :lol:

I wish I was that experienced but currently I'm doing what I actually can, otherwise you guys would have a lot more to fix. :oops:

The langpacks already have translations for the initrd through sss domains, but these are applied manually after booting to the desktop. I see Woof will require a different method in order to have new Puppies display a choose-language boot menu. For now it's just an idea, time will tell if this is viable/practical/etc.
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Re: Woof at Github

#106 Post by L18L »

vicmz wrote:... I see Woof will require a different method in order to have new Puppies display a choose-language boot menu. For now it's just an idea, time will tell if this is viable/practical/etc.
Look at other OSes:
-Android (I do know the x86 emulation running on my box): all languages included
-OpenSuSE and others had firstly choice of language
not choose from de es it pt ru.....
but choose from Deutsch Espanol Portugues pу
Last edited by L18L on Fri 29 Nov 2013, 11:47, edited 1 time in total.

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

Re: Woof at Github

#107 Post by mavrothal »

L18L wrote: I have already realized this choice in Cutting edge section, see
internationalization of initrd messages at bootup
I did not make its way into woof.

But if it will be done in Woof-CE
Will be done in woof-CE if you can provide a patch for it against the current
woof-CE /woof-code/boot/initrd-tree0/ :wink:
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Re: Woof at Github

#108 Post by L18L »

mavrothal wrote:Will be done in woof-CE if you can provide a patch for it against the current
woof-CE /woof-code/boot/initrd-tree0/ :wink:
Does it already boot directly into X :?:

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

Re: Woof at Github

#109 Post by mavrothal »

L18L wrote:
mavrothal wrote:Will be done in woof-CE if you can provide a patch for it against the current
woof-CE /woof-code/boot/initrd-tree0/ :wink:
Does it already boot directly into X :?:
If you are asking about woof-CE builds then yes,
Slacko 5.6.3 is the latest woof-CE build and it does boot directly to X.
If you are asking if the initrd.gz has a mini Xserver (Xfbdev, tinyX etc) included, No.
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Re: Woof at Github

#110 Post by L18L »

mavrothal wrote:If you are asking if the initrd.gz has a mini Xserver (Xfbdev, tinyX etc) included, No.
Yes, that was what I wanted to ask.
Will initrd.gz ever have a mini Xserver?

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

Re: Woof at Github

#111 Post by mavrothal »

L18L wrote:
mavrothal wrote:If you are asking if the initrd.gz has a mini Xserver (Xfbdev, tinyX etc) included, No.
Yes, that was what I wanted to ask.
Will initrd.gz ever have a mini Xserver?
OK. But don't let better become the enemy of good.
Provide a patch for the ASCI supported languages in the initrd till someone (or you) implement X in initrd.
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

wanderer
Posts: 1098
Joined: Sat 20 Oct 2007, 23:17

#112 Post by wanderer »

hi all

does anyone have a list of the minimum number of packages
needed to build a woof that has only x and a browser
hopefully puppy only
no outside distro
or any advice about how to go about doing this
i would like to build a puppy from woof in stages
1. console only
2. x only
3. browser
etc

wanderer

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

#113 Post by mavrothal »

wanderer wrote: does anyone have a list of the minimum number of packages
"Minimum" means different things to different people.
The puppy init will boot a computer to terminal for example but hardly do much more on its own.
What functionality do you want to include?
Take a look here for guidance
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

wanderer
Posts: 1098
Joined: Sat 20 Oct 2007, 23:17

#114 Post by wanderer »

mavrothal

thanks for your help

how does one get the latest snapshot of woof-ce
or for example the woof-ce used to build the latest slacko
i see there is a zip download
but it seems to say this is the original commit
of barry k's woof

wanderer

User avatar
Keef
Posts: 987
Joined: Thu 20 Dec 2007, 22:12
Location: Staffordshire

#115 Post by Keef »


wanderer
Posts: 1098
Joined: Sat 20 Oct 2007, 23:17

#116 Post by wanderer »

thanks keef

wanderer

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

#117 Post by mavrothal »

wanderer wrote:how does one get the latest snapshot of woof-ce
or for example the woof-ce used to build the latest slacko
i see there is a zip download
Yes, this download is the latest.
In the master branch is the one used to build 5.6.3.
In the testing branch is what is added since then and still under testing.
This is actually a snapshot of the repo used to built the first sane puppy from the repo. Slacko-5.6.1
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

User avatar
mikeslr
Posts: 3890
Joined: Mon 16 Jun 2008, 21:20
Location: 500 seconds from Sol

Your consideration and input would be welcome

#118 Post by mikeslr »

Hi Devs,

As you are now perhaps the most important group taking Puppy into the future, your consideration of the opinions which may be expressed on this thread, http://murga-linux.com/puppy/viewtopic. ... 875#740875 would be appreciated, and your input welcomed.
I would also welcome any thoughts you may entertain regarding my post which suggested the need for that thread, http://murga-linux.com/puppy/viewtopic. ... 863#740863.

mikesLr

User avatar
Ted Dog
Posts: 3965
Joined: Wed 14 Sep 2005, 02:35
Location: Heart of Texas

#119 Post by Ted Dog »

I signed up and got a 22M download... Is that it? how do I setup the T2 compilation environment for wary racy builds? just feels like I missing something. I'm stuck in town due to a fall and ER visit that left me on powerful pain meds. zo Im ready to debug code. 8)

User avatar
Keef
Posts: 987
Joined: Thu 20 Dec 2007, 22:12
Location: Staffordshire

#120 Post by Keef »

Run 'merge2out' - you make your intial choices there.
Then go up a directory and you will find a 'woof-out_x86_x86_t2_racy6' directory.
Enter that, and follow your nose...

Of course, I have been know to be completely wrong about these things.

Post Reply