Commit graph

306 commits

Author SHA1 Message Date
Francois Dupoux
cc170a6c79 Merge branch 'rm-haveged' into 'master'
Remove haveged (#186)

See merge request systemrescue/systemrescue-sources!103
2021-02-27 13:59:36 +00:00
fdupoux
9903a1826b Remove haveged (#186) 2021-02-27 13:58:29 +00:00
Francois Dupoux
8db58818b0 Merge branch 'quiet-login' into 'master'
RFC: Enable quiet login

See merge request systemrescue/systemrescue-sources!102
2021-02-27 13:54:11 +00:00
Marcos Mello
a7bfd16f54 Enable quiet login
Quiet ("hushed") login disables email check, last login printing and message of the
day. Neither of these are useful for SystemRescue. Arch's default configuration
(/etc/login.defs) only allows per user setting (~/.hushlogin).
2021-02-24 20:22:08 -03:00
Francois Dupoux
b596928475 Merge branch 'etc-issue' into 'master'
Cosmetic: empty line at the end of /etc/issue

See merge request systemrescue/systemrescue-sources!101
2021-02-21 07:43:49 +00:00
Marcos Mello
2e080ab4ba Cosmetic: empty line at the end of /etc/issue 2021-02-20 20:51:06 -03:00
fdupoux
0418e77fc3 Added /root/.config/mimeapps.list to associate PDF files with Firefox 2021-02-18 20:12:39 +00:00
Francois Dupoux
3bdeb1bb60 Merge branch 'kernel510' into 'master'
Package updates for linux-lts-5.10

See merge request systemrescue/systemrescue-sources!100
2021-02-18 20:06:15 +00:00
fdupoux
7648b13701 Drop wireguard-lts (it is now part of linux-lts) 2021-02-18 19:49:50 +00:00
fdupoux
e68acdde2b Replaced exfat-utils with exfatprogs (#138) 2021-02-18 19:49:29 +00:00
fdupoux
669f0c44d9 Added package: paperkey 2021-01-17 14:14:36 +00:00
fdupoux
6642257dca Updated archlinux mirrorlist address 2021-01-09 08:58:31 +00:00
fdupoux
63f532593a Added pam-u2f and libfido2 2021-01-02 10:07:21 +00:00
fdupoux
0ed7569e05 Updated names for XFCE-4.16 desktop files 2020-12-25 16:00:01 +00:00
fdupoux
716924e7d3 Added python-pip (#176) 2020-12-25 15:59:14 +00:00
Francois Dupoux
b00b04c71b Merge branch 'strip-bin' into 'master'
Strip large binaries (#174)

See merge request systemrescue/systemrescue-sources!99
2020-12-14 20:27:03 +00:00
fdupoux
e864193b24 Strip large binaries (#174) 2020-12-14 20:04:32 +00:00
fdupoux
9ce1ceefdc SystemRescue-7.01 2020-11-22 08:19:27 +00:00
Francois Dupoux
9ef2d8f590 Merge branch 'reverse_ssh-python' into 'master'
reverse_ssh in python

See merge request systemrescue/systemrescue-sources!98
2020-11-21 22:48:07 +00:00
Gerd v. Egidy
7245748091 add reverse_ssh: Open a outbound SSH server connection (reverse SSH), primarily for remote support 2020-11-21 21:50:05 +01:00
Francois Dupoux
aee0a2e52e Merge branch 'cowpacmansubcmd' into 'master'
Use sub-command in cowpacman2srm to specify whether to do prepare or create

See merge request systemrescue/systemrescue-sources!97
2020-11-09 20:36:54 +00:00
fdupoux
c2392e7516 Use sub-command in cowpacman2srm to specify whether to do prepare or create 2020-11-09 20:33:58 +00:00
Francois Dupoux
180176da7f Merge branch 'cowpacman2srm-improve' into 'master'
Small improvements to cowpacman2srm

See merge request systemrescue/systemrescue-sources!96
2020-11-08 19:10:53 +00:00
Gerd v. Egidy
c6352d8e8b add prepare mode to cowpacman2srm script
-p: prepare mode. Only prepares a directory with all files that would go into the SRM,
    but does not run mksquashfs. This allows further modifications by the user.
    In prepare mode the target file parameter is ignored.
2020-11-08 19:52:17 +01:00
Gerd v. Egidy
c1ab9675c5 small runtime improvement to the cowpacman2srm script
This prevents trying to create the directories twice by removing duplicate
entries from the file list. Saves about 3 seconds of runtime when testing
with the "atom" package.
2020-11-08 19:26:15 +01:00
fdupoux
6736e47e41 Updated ChangeLog 2020-11-08 15:33:41 +00:00
Francois Dupoux
4661cce802 Merge branch 'cowpacman2srm' into 'master'
Add cowpacman2srm script

See merge request systemrescue/systemrescue-sources!95
2020-11-08 15:29:18 +00:00
Gerd v. Egidy
3b2eaf953b Add cowpacman2srm script
Create SystemRescueModules (SRM) from pacman packages installed into the COW space

This script is meant to help creating SystemRescueModules (SRM) for SystemRescue.
More info about SRMs and this script can be found at:
https://www.system-rescue.org/Modules/

To use first install all packages you want to have in your SRM with pacman.
Default COW (Copy-On-Write) space is a ramdisk, so you usually don't have to do anything
special except provide enough RAM.
You can also enable any systemd services that are in these packages.

Then call:
cowpacman2srm [-c compalg] [-l complevel] targetfile.srm

Copy the .srm file to archisobasedir (default: "sysresccd") on your boot disk
and add the "loadsrm" boot parameter to SystemRescue.

There is no mechanism to check if a SRM is compatible with the version of SystemRescue
you are trying to run it with. So it is higly recommended to only use this script on
the exact version of SystemRescue you plan to use the SRM with.
2020-11-08 15:29:40 +01:00
fdupoux
3ee74c3d82 The qemu guest agent service has been renamed 2020-11-08 12:23:10 +00:00
fdupoux
5e0b201995 Add the beep package (#162) 2020-10-25 17:23:45 +00:00
fdupoux
525663bfdc Added fwsetup, reboot, halt entries to the UEFI boot menu 2020-10-22 07:37:15 +01:00
Francois Dupoux
aa99b61c3d Merge branch 'efishell' into 'master'
Add edk2-shell to the UEFI boot menu (#159)

See merge request systemrescue/systemrescue-sources!94
2020-10-22 06:20:48 +00:00
fdupoux
97c1cee96b Added edk2-shell boot entry in UEFI boot menu (#159) 2020-10-19 21:57:08 +01:00
fdupoux
6b737d30b1 SystemRescue-7.00 2020-10-17 09:32:37 +01:00
Francois Dupoux
597b80d7c5 Merge branch 'baud-rate' into 'master'
update serial-getty@.service to support 57600 baud rate

See merge request systemrescue/systemrescue-sources!93
2020-10-16 18:56:43 +00:00
Marcos Mello
a5ab9a21a8 update serial-getty@.service to support 57600 baud rate
See:

7fe7547ba3
2020-10-16 07:12:08 -03:00
fdupoux
1aef61a7ff Check dislocker binaries using check-binaries.sh 2020-10-12 17:52:08 +01:00
Francois Dupoux
60cc914511 Merge branch 'dislocker' into 'master'
Added dislocker to access disks encrypted using bitlocker (#46)

See merge request systemrescue/systemrescue-sources!92
2020-10-12 07:09:01 +00:00
fdupoux
c84c1aacfc Added dislocker to access disks encrypted using bitlocker (#46) 2020-10-12 07:56:07 +01:00
fdupoux
5a89b6e3cf Updated /etc/issue 2020-10-03 08:55:37 +01:00
fdupoux
9ccfb6ae3b Show version before architecture in the title 2020-09-28 08:07:40 +01:00
fdupoux
f054fb65e3 Updated the ISO label 2020-09-28 08:06:00 +01:00
fdupoux
5f5077b683 Updated comments regarding the use of pacman (#150) 2020-09-27 20:19:51 +01:00
Francois Dupoux
226f860262 Merge branch 'double-click' into 'master'
Increase xfwm4 double-click time

See merge request systemrescue/systemrescue-sources!91
2020-09-27 07:30:05 +00:00
Marcos Mello
60d4b9a5c8 Increase xfwm4 double-click time
See:
https://git.launchpad.net/xubuntu-default-settings/commit/?id=cf68186a533512e62e7532223471dffb348edd47
2020-09-26 16:04:07 -03:00
Francois Dupoux
9b96d23f06 Merge branch 'renameboot' into 'master'
Revert to original name when related to boot config

See merge request systemrescue/systemrescue-sources!90
2020-09-13 20:29:33 +00:00
fdupoux
51574e9fed Revert original name when related to boot config 2020-09-13 20:51:08 +01:00
Francois Dupoux
4e438e7360 Merge branch 'website' into 'master'
Update website address

See merge request systemrescue/systemrescue-sources!89
2020-09-13 12:43:30 +00:00
fdupoux
a9a28c54d5 Update website address 2020-09-13 13:42:13 +01:00
Francois Dupoux
40553a0645 Merge branch 'renaming' into 'master'
Rename project

See merge request systemrescue/systemrescue-sources!88
2020-09-13 12:36:24 +00:00