ISO for a sysvinit distribution

  • BeagleBrainz
  • BeagleBrainz's Avatar
  • Visitor
  • Visitor
22 Feb 2020 22:31 #158246 by BeagleBrainz
Replied by BeagleBrainz on topic ISO for a sysvinit distribution
Ran through a HTML doc build there is about 30MB of stuff.
One thing that needs attention is that when clicking the links on the gcode.html (local) they link to linuxcnc.org/docs/devel/html/gcode/g-code.html .......unless the gcode.html page is edited.

Please Log in or Create an account to join the conversation.

  • phillc54
  • phillc54's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
22 Feb 2020 22:37 - 22 Feb 2020 23:12 #158247 by phillc54
Replied by phillc54 on topic ISO for a sysvinit distribution

Ran through a HTML doc build there is about 30MB of stuff.

Thanks for that, I could probably squeeze them in in a pinch..

Edit: It is 300Mb, not 300Kb of remaining space.

One thing that needs attention is that when clicking the links on the gcode.html (local) they link to linuxcnc.org/docs/devel/html/gcode/g-code.html .......unless the gcode.html page is edited.

Kinda makes you wonder whether it's worth doing. I am sure if there are broken links someone will complain.
Last edit: 22 Feb 2020 23:12 by phillc54.
The following user(s) said Thank You: BeagleBrainz

Please Log in or Create an account to join the conversation.

  • BeagleBrainz
  • BeagleBrainz's Avatar
  • Visitor
  • Visitor
22 Feb 2020 23:43 #158252 by BeagleBrainz
Replied by BeagleBrainz on topic ISO for a sysvinit distribution
I'm not good at JS but the issue appears here (in FF anyway):
if(document.location.protocol == "file:") {
    try {
        var x = document.implementation.createDocument("", "", null);
        x.load("gcode/g-code.html");
        x.onerror = fixup_urls;
    } catch(err) {
        fixup_urls();
    }
}

Please Log in or Create an account to join the conversation.

  • phillc54
  • phillc54's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
22 Feb 2020 23:57 #158255 by phillc54
Replied by phillc54 on topic ISO for a sysvinit distribution
A grep of the docs source folder shows a lot of direct links to linuxcnc.org so I don't think it would be possible to eliminate them all.

Please Log in or Create an account to join the conversation.

  • BeagleBrainz
  • BeagleBrainz's Avatar
  • Visitor
  • Visitor
23 Feb 2020 00:33 - 23 Feb 2020 00:35 #158259 by BeagleBrainz
Replied by BeagleBrainz on topic ISO for a sysvinit distribution
That snippet comes from doc/html/gcode.html
If firefox that snippet

Changing that snippet to
if(document.location.protocol == "file:") {
    try {
        var x = document.implementation.createDocument("", "", null);
        x.load("gcode/g-code.html");
        x.onerror = fixup_urls;
    } catch(err) {
        fixup_urls();
        alert (err);
    }
}

I get "TypeError: x.load is not a function" message using fire fox.

It only happens if the protocol is file://
Only my local weberserver it works fine.
Last edit: 23 Feb 2020 00:35 by BeagleBrainz.

Please Log in or Create an account to join the conversation.

  • phillc54
  • phillc54's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
22 Mar 2020 04:25 #161069 by phillc54
Replied by phillc54 on topic ISO for a sysvinit distribution
I really don't have time to support these images and I intend to remove them at the end of March so if anyone wants them the time is now.

I am going to follow the crowd and move to Rob's Mint images and hopefully they will end up being the official LinuxCNC images.
The following user(s) said Thank You: BeagleBrainz

Please Log in or Create an account to join the conversation.

  • BeagleBrainz
  • BeagleBrainz's Avatar
  • Visitor
  • Visitor
22 Mar 2020 05:04 #161072 by BeagleBrainz
Replied by BeagleBrainz on topic ISO for a sysvinit distribution
Well phill you work hard enough as it giving back to the community.

And what happens when I finish fighting with my employer and either get back onsite or have to start looking for work.:laugh: :laugh: :laugh: :laugh:

Apparently I'm not fit enough to get assigned jobs but fit enough to be left on the books. Hopefully FairWork comes up with a solution.

Please Log in or Create an account to join the conversation.

  • phillc54
  • phillc54's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
22 Mar 2020 08:00 #161075 by phillc54
Replied by phillc54 on topic ISO for a sysvinit distribution

And what happens when I finish fighting with my employer and either get back onsite or have to start looking for work.:laugh: :laugh: :laugh: :laugh:

Apparently I'm not fit enough to get assigned jobs but fit enough to be left on the books. Hopefully FairWork comes up with a solution.

Crikey, the way things are going at the moment we won't be allowed out to go to work. I guess the'll have Corona Cops on every corner.
The following user(s) said Thank You: BeagleBrainz

Please Log in or Create an account to join the conversation.

  • twoflowers
  • twoflowers's Avatar
  • Visitor
  • Visitor
24 Mar 2020 17:20 #161356 by twoflowers
Replied by twoflowers on topic ISO for a sysvinit distribution
It's a pitty that you stop on the images. Did you nutld them with devuan sdk? Any nifty config to be done?

Please Log in or Create an account to join the conversation.

  • phillc54
  • phillc54's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
24 Mar 2020 22:26 #161373 by phillc54
Replied by phillc54 on topic ISO for a sysvinit distribution
Nothing fancy, I just used the Refracta Tools

Please Log in or Create an account to join the conversation.

Time to create page: 0.083 seconds
Powered by Kunena Forum