Create Debian 9 (Stretch) minimal ISO similar to DebianDog

A home for all kinds of Puppy related projects
Message
Author
zagreb999
Posts: 567
Joined: Fri 11 Apr 2014, 06:39
Location: Yugoslavija

MX LINUX NET INSTALL AS DEBIANDOG

#1041 Post by zagreb999 »

HI FRED,
i am apologize for disturbing you...

MX LINUX RECEIVED GREAT NUMBER
OF RECENSIONS AS THE BEST LINUX OS....

IT IS DEBIAN PERFECTLY ORDINATED...

IT WOULD BE GREAT TO HAVE ONE MX-LINUX-DOG
BUT FROM NET INSTALL ...

WHY NOT DO IT INSTEAD OF UBUNTU?!

THANKS.

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#1042 Post by fredx181 »

Hi zagreb,
IT WOULD BE GREAT TO HAVE ONE MX-LINUX-DOG
BUT FROM NET INSTALL ...

WHY NOT DO IT INSTEAD OF UBUNTU?!
First: I think MX-linux is (more than) fine how it is by itself.
And I have already too much projects going on (starting a new project means that I need to give support, which I don't have the time and energy for).

Fred

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#1043 Post by fredx181 »

Updated mklive-stretch script
Changes:
- Kernel install: version 4.9.0-6 (previously was 4.9.0-5)
- Dropped no-pae support (in most cases it works by adding forcepae to the kernel boot command line in case of no-pae capable cpu)
The new .tar.gz containing custom boot scripts, aufs and squashfs kernel modules is now:
dog-boot-stretch-20180224.tar.gz

For existing build, "upgrade-kernel" can be used on a frugal install to upgrade the kernel to version 4.9.0-6, install with Synaptic or apt-get:

Code: Select all

apt-get update
apt-get install upgrade-kernel # will install latest version 1.0.7
deb package (for both 32 and 64 bit (all)):
https://fredx181.github.io/StretchDog/a ... .7_all.deb
(run from: Menu > System > Upgrade-Kernel ..)

Fred

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#1044 Post by rcrsn51 »

I updated my mklive script and cranked out a new set of ISOs. They look good.

This takes less time than the average Windows update.

BTW, how safe is it to combine a new "live" folder with an old "changes" folder? Are there kernel-specific things in "changes" that would cause problems after a kernel-upgrade?

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#1045 Post by fredx181 »

rcrsn51 wrote:BTW, how safe is it to combine a new "live" folder with an old "changes" folder? Are there kernel-specific things in "changes" that would cause problems after a kernel-upgrade?
I'd say not so safe, not because of kernel-specific things but because of possibly broken package management, see here the problems backi had when doing something similar:
http://murga-linux.com/puppy/viewtopic. ... 440#971440
http://murga-linux.com/puppy/viewtopic. ... 526#971526
http://murga-linux.com/puppy/viewtopic. ... 538#971538

Assuming, btw, that the new "live" is exactly the same build as previous (except for the kernel)
It probably depends, e.g. when the changes contains the same up-to-date status file (in /var/lib/dpkg/) as the new 01-filesystem in "live", then it's safe.
Except then the new kernel version is not registered in the changes, which I guess it's not a real problem.

Fred

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#1046 Post by rcrsn51 »

Thanks. I looked at the upgrade-kernel script. If I do a kernel-upgrade of a Starter Kit install just by dropping in a new "live" folder, are there a few lines from the script that I could apply to my current "changes" that would finish the job?

The only difference in the new Starter Kit ISO would be the new kernel.

But it is not a major task to start a new "changes".

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#1047 Post by fredx181 »

rcrsn51 wrote:Thanks. I looked at the upgrade-kernel script. If I do a kernel-upgrade of a Starter Kit install just by dropping in a new "live" folder, are there a few lines from the script that I could apply to my current "changes" that would finish the job?
Not sure yet, maybe nothing really required, will investigate and edit here later.

EDIT: I hesitate to say something about this because a broken dpkg can be a bad thing to happen and not easy to repair.
You can check with comparing the dpkg status file in changes (if exists) with the one from the (new) main 01-filesystem.squashfs, e.g.:

Code: Select all

sdiff -s /mnt/live/memory/changes/var/lib/dpkg/status /mnt/live/memory/images/01-filesystem.squashfs/var/lib/dpkg/status
Or when booted with changes=EXIT:/...:

Code: Select all

sdiff -s /mnt/live/memory/images/changes-exit/var/lib/dpkg/status /mnt/live/memory/images/01-filesystem.squashfs/var/lib/dpkg/status
In your case you'll see that kernel version is different, OK, it's misleading (but maybe not a problem knowing that), the package management will not know about the latest kernel version installed. But you can try to sync the status file from the changes with the one from: /mnt/live/memory/images/01-filesystem.squashfs/var/lib/dpkg/status, but that would be a real hack...

In general, I'd say, better just start with a new "changes", however depending on the situation, strange things may occur when using old save storage combined with new system.

Fred

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#1048 Post by rcrsn51 »

Now I understand. Because the kernel upgrade was NOT done through dpkg, the dpkg information still thinks that it is using the old kernel.

I once tried a hack where I ran your upgrade-kernel script on Machine #1. I then squashed the new /lib/modules, and moved it and the new vmlinuz1 to Machine #2.

This appeared to do a kernel upgrade on #2. But I'm guessing that it would have the same potential problem.

dancytron
Posts: 1519
Joined: Wed 18 Jul 2012, 19:20

#1049 Post by dancytron »

fredx181 wrote: /snipped
For existing build, "upgrade-kernel" can be used on a frugal install to upgrade the kernel to version 4.9.0-6, install with Synaptic or apt-get:

Code: Select all

apt-get update
apt-get install upgrade-kernel # will install latest version 1.0.7
deb package (for both 32 and 64 bit (all)):
https://fredx181.github.io/StretchDog/a ... .7_all.deb
(run from: Menu > System > Upgrade-Kernel ..)

Fred
Did the kernel upgrade, uninstalled old kernel with synaptic, and remastered after that. All went well and works flawlessly as usual.

Dan

zagreb999
Posts: 567
Joined: Fri 11 Apr 2014, 06:39
Location: Yugoslavija

DEBLIVE ISO- 311 MB

#1050 Post by zagreb999 »

I MADE NEW DEBLIVE ISO- 311 MB.

IT WORKS PERFECTLY.

GREAT JOB, FRED!

THANKS...

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

Re: DEBLIVE ISO- 311 MB

#1051 Post by fredx181 »

zagreb999 wrote:I MADE NEW DEBLIVE ISO- 311 MB.

IT WORKS PERFECTLY.

GREAT JOB, FRED!

THANKS...
Ah, nice, thanks, what type of build did you choose or configure ? (always curious about that :wink: )

Fred

zagreb999
Posts: 567
Joined: Fri 11 Apr 2014, 06:39
Location: Yugoslavija

#1052 Post by zagreb999 »

HI FRED,
I MADE XFCE WITH

KDEGRAPHICS, VLC PLAYER, WPS OFFICE,
LIBREOFFICE, ABROWSER , gnome-search-tool....

zagreb999
Posts: 567
Joined: Fri 11 Apr 2014, 06:39
Location: Yugoslavija

puppy network wizard-quick setup

#1053 Post by zagreb999 »

HI FRED,
I THINK IT WOULD BE VERY USEFUL
TO CREATE FOR DEBIANDOGS
PUPPY NETWORK WIZARD TO BE ABLE TO USE
MORE WIFI MANAGERS...
AND, ALSO, QUICK SETUP-FIRST RUN
TO ADJUST TIME ZONE, KEYBOARD, ETC...

REGARDS...

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#1054 Post by fredx181 »

*** Update DogRadio ***

Info, .pet and .deb packages download, topic DogRadio v0.0.8:
http://www.murga-linux.com/puppy/viewtopic.php?t=112858
Install or upgrade "dogradio" with Synaptic or apt-get

Fred

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#1055 Post by rcrsn51 »

Touchpad updated here.

zagreb999
Posts: 567
Joined: Fri 11 Apr 2014, 06:39
Location: Yugoslavija

ISOTOOLS

#1056 Post by zagreb999 »

REGARDS

ISOTOOLS CAN NOT FIND SOURCE OF
ISO FILE NOR FOLDER TO EDIT
ISO FILE...

THANKS

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

Re: ISOTOOLS

#1057 Post by fredx181 »

zagreb999 wrote:REGARDS

ISOTOOLS CAN NOT FIND SOURCE OF
ISO FILE NOR FOLDER TO EDIT
ISO FILE...

THANKS
Why not, what you see ? You are trying to edit ISO, right ?
Works for me, at the main GUI , I chose Edit ISO, and selected BionicDog ISO, after that.... see screenshots.
And /root/new.iso is created.

Fred
Attachments
2018-03-14-182424_384x495_scrot.png
Edit ISO
(67.52 KiB) Downloaded 784 times
2018-03-14-182457_283x167_scrot.png
Extracted ISO in /media/edit_iso_11836
(22.1 KiB) Downloaded 782 times

zagreb999
Posts: 567
Joined: Fri 11 Apr 2014, 06:39
Location: Yugoslavija

ISOTOOLS

#1058 Post by zagreb999 »

thanks Fred,

ok. i use deblive32 on
hp computer 64 bit...

thanks again.
your welcome!

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#1059 Post by fredx181 »

*** Updated "upgrade-kernel" package ***

Previously it only supported upgrading from older kernel to e.g. 4.9.0-6 (latest)
Now there's new Debian package version available for that (latest) 4.9.0-6 kernel, version 4.9.82-1+deb9u3
Upgrade-kernel 1.0.8 supports also now upgrading to that latest package version (and possible future newer versions).
Install upgrade-kernel v 1.0.8 with Synaptic or apt-get.
Run from Menu > System > Upgrade-kernel

The mklive-stretch script is unchanged, because it does already install latest package version of the 4.9.0-6 kernel.

Upgraded 686 pae-kernel to 4.9.82-1+deb9u3 :

Code: Select all

root@live:~# uname -a
Linux live 4.9.0-6-686-pae #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) i686 GNU/Linux
Fred

zagreb999
Posts: 567
Joined: Fri 11 Apr 2014, 06:39
Location: Yugoslavija

Pdf To DjVu GUI 25 Linux.zip in deblive

#1060 Post by zagreb999 »

Pdf To DjVu GUI 25 Linux.zip in deblive

this software is very good.
it converts pdf to djvu,
which is much better than pdf.
but, it works in xz compression...

who knows to activate lz4 option?

regards.

Post Reply