Commit graph

32 commits

Author SHA1 Message Date
Marcos Mello ffbd2174c8 Enable nano's syntax highlighting 2020-03-07 15:25:22 -03:00
Francois Dupoux 2122026182 Merge branch 'unwanted-scripts' into 'master'
Remove archiso's unwanted startup script

Closes #80

See merge request fdupoux/sysresccd-src!10
2020-03-06 18:08:29 +00:00
Francois Dupoux aabe1e8d61 Merge branch 'dont-chown' into 'master'
customize_airootfs.sh: do not call chown

See merge request fdupoux/sysresccd-src!9
2020-03-06 18:08:11 +00:00
Marcos Mello 46f53d0222 Remove archiso's unwanted startup script
SystemRescueCd has its own autorun feature.

Closes fdupoux/sysresccd-src#80
2020-03-06 14:17:39 -03:00
Marcos Mello 2b42e8bd34 customize_airootfs.sh: do not call chown
Unnecessary since a90fbcbf6f
2020-03-05 21:23:19 -03:00
Marcos Mello 8c6910583b Add rootshell boot option
chsh does input validation.

Fixes fdupoux/sysresccd-src#77
2020-03-05 07:34:47 -03:00
Marcos Mello ba6a52de0d Autologin rework
* Passes through PAM (pam_systemd module) via login(1). This sets up
  systemd --user instance, which will create and listen on dbus session socket.

* login(1) is called (via agetty(8)) with -p option, keeping the environment
  pam_systemd configured for the user, most importantly
  DBUS_SESSION_BUS_ADDRESS.

* Thus dbus-launch call in /etc/X11/xinit/xinitrc is unnecessary.

* autologin.conf drop-in configured in the template unit (getty@.service)
  to make autologin work on all virtual consoles.
2020-03-03 20:21:46 -03:00
Francois Dupoux c26976f143 Merge branch 'prettify-systray' into 'master'
Prettify systray

See merge request fdupoux/sysresccd-src!6
2020-03-01 20:42:29 +00:00
fdupoux 8e0feb7801 Removed /usr/lib/libgo.* (reduces the ISO image by 10MB) 2020-03-01 20:36:46 +00:00
Marcos Mello 97f4aa9b07 Prettify systray 2020-03-01 16:25:24 -03:00
Marcos Mello e820131596 Remove useless dhcpcd udev rule
dhcpcd is gone since a62e602cf5
2020-03-01 15:42:10 -03:00
Francois Dupoux 21f20fca19 Merge branch 'fix-keymap' into 'master'
Fix and simplify keymap configuration

Closes #74

See merge request fdupoux/sysresccd-src!4
2020-02-29 11:07:31 +00:00
Marcos Mello f7dca9e0b7 Fix and simplify keymap configuration
Use localectl to set kbd and x11 keymaps.

Order sysresccd-initialize.service before getty-pre.target (pasive target,
pulled in manually) to ensure console keymap is proper configured when
getty@.service runs.

Fixes #74
2020-02-28 10:30:32 -03:00
Marcos Mello f5fed4cdae Minor sysresccd-initialize simplification
No functional change.
2020-02-28 09:45:18 -03:00
fdupoux 86fd9248de Remove keepassxc translation files to save disk space 2020-02-02 09:42:39 +00:00
fdupoux 043890b999 Parameterize architecture in build.sh 2020-02-01 14:28:39 +00:00
fdupoux d929bb83f2 Minor fixes in customize_airootfs.sh 2020-02-01 09:52:46 +00:00
fdupoux e139159f5c Cleanup locale files using localepurge 2020-01-26 14:02:31 +00:00
fdupoux 1e1a7cca56 Make separator transarent in the xfce panel 2020-01-25 14:23:32 +00:00
fdupoux a438dc666f Removed static library files in /usr/lib (reduces the ISO image by 27MB) 2020-01-25 13:56:36 +00:00
fdupoux 45577abf34 Disable software updates in Firefox as they break it 2020-01-25 13:26:07 +00:00
fdupoux 43859305b9 Removed /usr/include (reduces the ISO image by 15MB) 2020-01-25 12:39:01 +00:00
fdupoux 3785c13dcd Added strings and ar commands using busybox 2020-01-25 12:36:59 +00:00
fdupoux eb0d1b98bb Update iptables config to log dropped packets 2020-01-12 12:35:58 +00:00
fdupoux a99914e0f1 Removed liquidio and netronome firmwares (reduces the ISO image by 28MB) 2020-01-12 10:06:57 +00:00
fdupoux 23e8470a3b Removed more files to save disk space 2019-12-29 20:48:13 +00:00
fdupoux 7c256c2799 Enabled iptables/ip6tables by default 2019-12-29 20:45:42 +00:00
fdupoux 3dd881cb38 Fix for dbus 2019-12-29 20:38:08 +00:00
fdupoux d6b31d2903 SystemRescueCd-6.0.3 2019-04-14 13:24:36 +01:00
fdupoux f2ccb777d7 SystemRescueCd-6.0.2 2019-02-21 21:27:05 +00:00
fdupoux 30483ee7df SystemRescueCd-6.0.1 2019-02-09 14:21:40 +00:00
fdupoux 5a6aec2276 SystemRescueCd-6.0.0 2019-02-02 11:22:52 +00:00