Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Commit

Permalink
Version 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nerun committed Feb 26, 2023
1 parent 5efcc15 commit 8b6f3ad
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# REMASTERSYS

<a href="https://github.com/nerun/remastersys/blob/master/LICENSE" target="_blank"><img alt="License: GPLv2" src="https://img.shields.io/badge/License-GPLv2-blue" /></a> <a href="https://www.debian.org/" target="_blank"><img alt="System: Debian 11" src="https://img.shields.io/badge/System-Debian%2011-blue" /></a> <a href="https://github.com/nerun/remastersys/releases" target="_blank"><img alt="Version: 4.8" src="https://img.shields.io/badge/Version-4.8%20beta-brightgreen" /></a>
<a href="https://github.com/nerun/remastersys/blob/master/LICENSE" target="_blank"><img alt="License: GPLv2" src="https://img.shields.io/badge/License-GPLv2-blue" /></a> <a href="https://www.debian.org/" target="_blank"><img alt="System: Debian 11" src="https://img.shields.io/badge/System-Debian%2011-blue" /></a> <a href="https://github.com/nerun/remastersys/releases" target="_blank"><img alt="Version: 4.9" src="https://img.shields.io/badge/Version-4.9%20beta-brightgreen" /></a>

**Remastersys** is a tool that can be used to do two things with an existing Linux Debian installation:

Expand Down
4 changes: 2 additions & 2 deletions remastersys-gui/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Section: system
Installed-Size: 348
Maintainer: Daniel Dias Rodrigues <[email protected]>
Architecture: all
Version: 4.8-1
Depends: gparted, read-edid, remastersys (>= 4.8-1), xterm, yad
Version: 4.9-1
Depends: gparted, read-edid, remastersys (>= 4.9-1), xterm, yad
Homepage: https://github.com/nerun/remastersys
Description: Remaster and create backups of the Debian system
This is the visual interface of Remastersys.
6 changes: 3 additions & 3 deletions remastersys-gui/DEBIAN/md5sums
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
3a01ea50742021d37256a97649c5358d /etc/remastersys/plymouth/remastersys-theme/remastersys-theme.script
8769e6f55ee24395c06c5f82b9a3b849 /usr/bin/remastersys-bootable-usb
e848046fcc483c4970e39937b8c81189 /usr/bin/remastersys-grub-restore
04340e3f2c498930faaa2db7ffeb1c76 /usr/bin/remastersys-gui
4b5214721525ec07cf8fc014222e0c31 /usr/bin/remastersys-gui
6a208ec16f35aba44b4c6caf0f882f15 /usr/bin/ysudo
3f17a27f314828a3ded2444356d82964 /usr/lib/remastersys/libremastersysgui.sh
2a7b26f85221492281169e7e6b6a5dc5 /usr/share/applications/remastersys-bootable-usb.desktop
Expand All @@ -15,8 +15,8 @@ c057650f3a6801685fc31e51b7667b2e /usr/share/applications/remastersys-gui.deskto
1faee9783a792fe725a4aa39cf9fbf37 /usr/share/applications/remastersys-gui-kde.desktop
443dc9bf996aab4b979556d4b07f1194 /usr/share/applications/remastersys-installer.desktop
6fc555f24f82156d00d9049f8f06ec1e /usr/share/applications/remastersys-installer-kde.desktop
0608da5e7b977aec1446cc4d5e80bb83 /usr/share/doc/remastersys-gui/changelog.Debian.gz
ecd1e6bef8f108dec9ca787c616ac328 /usr/share/doc/remastersys-gui/changelog.gz
2a44d83a45206454f09e44ad62b11936 /usr/share/doc/remastersys-gui/changelog.Debian.gz
42987004004c015f62798b2cd408c9b4 /usr/share/doc/remastersys-gui/changelog.gz
46dc2224ea4810f18e1309fc9fd55cf5 /usr/share/doc/remastersys-gui/copyright
215700598ca9c985864e64af0d56ad0c /usr/share/doc/remastersys-gui/README
3b14b06e57498fc2bd9d69f87679d84c /usr/share/icons/hicolor/128x128/apps/remastersys-installer.png
Expand Down
7 changes: 7 additions & 0 deletions remastersys-gui/usr/share/doc/remastersys-gui/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
remastersys-gui (4.9-1) unstable; urgency=low

* Added 'Settings Integrity Check' function.
* Updated settings, messages and translations.

-- Daniel Dias Rodrigues <[email protected]> Sun, 26 Feb 2023 12:45:52 -0300

remastersys-gui (4.8-1) unstable; urgency=low

* Removed duplicate bootloader images, updating all script files and translations as needed.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
remastersys-gui (4.9-1) unstable; urgency=low

* Revised changelogs.
* Updated DEBIAN files: control, md5sums etc.

-- Daniel Dias Rodrigues <[email protected]> Sun, 26 Feb 2023 12:54:11 -0300

remastersys-gui (4.8-1) unstable; urgency=low

* HEAVY revision of DEBIAN files: control, md5sums, prerm, postrm, preinst and postinst.
Expand Down
10 changes: 5 additions & 5 deletions remastersys/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: remastersys
Priority: extra
Section: system
Installed-Size: 972
Installed-Size: 976
Maintainer: Daniel Dias Rodrigues <[email protected]>
Architecture: all
Version: 4.8-1
Depends: awk, bash, coreutils, dialog, fdisk, findutils, grub-pc, hwdata, laptop-detect, live-boot, live-boot-initramfs-tools, live-config, live-config-systemd, mount, os-prober, passwd, rsync, sed, squashfs-tools, sudo, syslinux, syslinux-common, syslinux-efi, syslinux-utils, util-linux, xorriso | genisoimage, zstd
Version: 4.9-1
Depends: awk, bash, coreutils, dialog, fdisk, findutils, grub-common, grub-pc, hwdata, laptop-detect, live-boot, live-boot-initramfs-tools, live-config, live-config-systemd, mount, os-prober, passwd, rsync, sed, squashfs-tools, sudo, syslinux, syslinux-common, syslinux-efi, syslinux-utils, util-linux, xorriso | genisoimage, zstd
Conffiles:
/etc/remastersys.conf 7e51fdbed3e34f683b943651a4614b92
/etc/remastersys.conf c9f40520e99b59e94e8118fe79ca4173
/etc/remastersys/grub/grub.cfg 9395ce2314dc756e70a983096403c560
/etc/remastersys/isolinux/chain.c32 a73329fdb71b3aa15f55b8aff9e871cf
/etc/remastersys/isolinux/isolinux.bin c3387bb5f62c3df90e50915b1b4495b2
Expand All @@ -22,7 +22,7 @@ Conffiles:
/etc/remastersys/remastersys-help-pt_BR.txt e87ae435e7ddbd1f7d2c89854a830b34
/etc/remastersys/remastersys-help.txt 89c69b7b5b2603606338e3d53ebfe953
/etc/remastersys/remastersys-installer.conf e18fcf1ab280ef648eab2544fdbf1cc6
/etc/remastersys/remastersys.version 5e1dae025c6e0354aad531e178903fce
/etc/remastersys/remastersys.version a8eed2238f3da6b81163af1a05df1169
/etc/remastersys/splash-default.png 2e2ae0d3744ed08a426320c60a0ebe08
/etc/remastersys/splash.png 2e2ae0d3744ed08a426320c60a0ebe08
Homepage: https://github.com/nerun/remastersys
Expand Down
20 changes: 10 additions & 10 deletions remastersys/DEBIAN/md5sums
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
7e51fdbed3e34f683b943651a4614b92 /etc/remastersys.conf
c9f40520e99b59e94e8118fe79ca4173 /etc/remastersys.conf
9395ce2314dc756e70a983096403c560 /etc/remastersys/grub/grub.cfg
a73329fdb71b3aa15f55b8aff9e871cf /etc/remastersys/isolinux/chain.c32
c3387bb5f62c3df90e50915b1b4495b2 /etc/remastersys/isolinux/isolinux.bin
Expand All @@ -13,22 +13,22 @@ b092761b60c508b68add5a2e9ddc3a0b /etc/remastersys/isolinux/memtest86+x64.bin
e87ae435e7ddbd1f7d2c89854a830b34 /etc/remastersys/remastersys-help-pt_BR.txt
89c69b7b5b2603606338e3d53ebfe953 /etc/remastersys/remastersys-help.txt
e18fcf1ab280ef648eab2544fdbf1cc6 /etc/remastersys/remastersys-installer.conf
5e1dae025c6e0354aad531e178903fce /etc/remastersys/remastersys.version
a8eed2238f3da6b81163af1a05df1169 /etc/remastersys/remastersys.version
2e2ae0d3744ed08a426320c60a0ebe08 /etc/remastersys/splash-default.png
2e2ae0d3744ed08a426320c60a0ebe08 /etc/remastersys/splash.png
bd3f38309de77aa7afeae14173142a19 /usr/bin/remastersys
61974af65eac7210171e83c8cb7b68de /usr/bin/remastersys
eef0b5e166f7a39d4689e6bab65d234c /usr/bin/remastersys-grubconfig
4596eca649e6d2c66e4ab46f73d3ea24 /usr/bin/remastersys-installer
1f8906f57f0c7074c9c66111541bd12d /usr/bin/remastersys-skelcopy
765b76af0b4969ceb7d18dbd67f0f0e7 /usr/lib/remastersys/libremastersys.sh
df36cffdcd51616e848562a217273086 /usr/share/doc/remastersys/changelog.Debian.gz
bb424c82acb66c32a9bfa47026e1cd7c /usr/share/doc/remastersys/changelog.gz
0b81bd508fe4b1abb35d81747468469c /usr/bin/remastersys-skelcopy
02f100ac647a95e0ea2fe0dc293f9a83 /usr/lib/remastersys/libremastersys.sh
ccd030e84c843edd0cdc382aff10857f /usr/share/doc/remastersys/changelog.Debian.gz
7ad0f341f820feaab632211afa06d2be /usr/share/doc/remastersys/changelog.gz
fedaa8438cb794244568cdb8258bd53d /usr/share/doc/remastersys/copyright
4d1b0a419aa8e557d86cd1f50dcbe585 /usr/share/doc/remastersys/README
2cb7cfed2d9a6405c475436109e2a020 /usr/share/doc/remastersys/README.remastersys-installer
a4a2053cca549a28f293036f1de7a74c /usr/share/locale/pt_BR/LC_MESSAGES/remastersys-grubconfig.mo
c3901994021d8f876f3936a4163991c3 /usr/share/locale/pt_BR/LC_MESSAGES/remastersys-installer.mo
0f4cccee68dd7a03c8ce101e64c8aada /usr/share/locale/pt_BR/LC_MESSAGES/remastersys.mo
7c7abc7ee93ed2e0a7c842accfd470e2 /usr/share/locale/pt_BR/LC_MESSAGES/remastersys.mo
8e7c1d8cc30ae43154623949ae736e13 /usr/share/locale/pt_BR/LC_MESSAGES/remastersys-skelcopy.mo
c68b53ab62b0c9b45db995f257bfe5df /usr/share/man/man1/remastersys.1.gz
ecbf6dfc1634f6ef0ad0dc7709b9ee96 /usr/share/man/pt_BR/man1/remastersys.1.gz
9b760a65a4f5506bd509e7718f701375 /usr/share/man/man1/remastersys.1.gz
cf6a608b950eaf9f58809e2c5f5e55cd /usr/share/man/pt_BR/man1/remastersys.1.gz
2 changes: 1 addition & 1 deletion remastersys/etc/remastersys/remastersys.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION="4.8-1"
VERSION="4.9-1"
9 changes: 9 additions & 0 deletions remastersys/usr/share/doc/remastersys/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
remastersys (4.9-1) unstable; urgency=low

* Completely revised ISO creation process, adoppting xorriso standards instead of xorrisofs (xorriso -as mkisofs).
* Added support to single files larger than 4 GiB.
* Added 'Settings Integrity Check' function.
* Updated settings, messages and translations.

-- Daniel Dias Rodrigues <[email protected]> Sun, 26 Feb 2023 12:36:33 -0300

remastersys (4.8-1) unstable; urgency=low

* Small improvements to remastersys taken from PinguyBuilder. Also fixed error message "unary operator expected".
Expand Down
9 changes: 9 additions & 0 deletions remastersys/usr/share/doc/remastersys/changelog.Debian
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
remastersys (4.9-1) unstable; urgency=low

* Updated DEBIAN files: control, md5sums etc.
* Revised postrm and prerm to deal with '/etc/remastersys/skel-backup' and '/home/remastersys' after package uninstall.
* Added missing dependency: grub-common.
* Revised changelogs.

-- Daniel Dias Rodrigues <[email protected]> Sun, 26 Feb 2023 12:43:13 -0300

remastersys (4.8-1) unstable; urgency=low

* HEAVY revision of DEBIAN files: control, md5sums, prerm, postrm, preinst and postinst.
Expand Down

0 comments on commit 8b6f3ad

Please sign in to comment.