From 549216de24d5e2208e41ab252b5ce67818ca1166 Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Thu, 31 Jul 2025 13:07:05 +0200 Subject: [PATCH] refs #2486 have /sbin/init run the python init --- CHANGELOG.md | 6 ++++++ includes/etc/initramfs-tools/scripts/VERSION.txt | 2 +- includes/etc/inittab | 10 +--------- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40dfa0c..629ce30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.12.0] - 2025-07-31 + +### Changed + +- Have /sbin/init run the python init + ## [3.11.2] - 2025-07-18 ### Changed diff --git a/includes/etc/initramfs-tools/scripts/VERSION.txt b/includes/etc/initramfs-tools/scripts/VERSION.txt index 13dc5bf..332983e 100644 --- a/includes/etc/initramfs-tools/scripts/VERSION.txt +++ b/includes/etc/initramfs-tools/scripts/VERSION.txt @@ -1 +1 @@ -OpenGnsys Client 3.11.2 +OpenGnsys Client 3.12.0 diff --git a/includes/etc/inittab b/includes/etc/inittab index 6d3277f..51f8730 100644 --- a/includes/etc/inittab +++ b/includes/etc/inittab @@ -1,13 +1,5 @@ # This is run first except when booting in single-user mode -# -#::sysinit:/opt/opengnsys/etc/preinit/defaultTESTING.sh -# /bin/sh invocations on selected ttys -# -# Start an "askfirst" shell on the console (whatever that may be) -#::askfirst:/bin/sh -# Start an "askfirst" shell on /dev/tty2-4 -#tty1::respawn:/sbin/getty 38400 tty1 -tty1::respawn:/opt/opengnsys/etc/preinit/default.sh +tty1::respawn:/opt/opengnsys/etc/preinit.py tty2::respawn:/sbin/getty 38400 tty2 tty3::respawn:/sbin/getty 38400 tty3 tty4::respawn:/sbin/getty 38400 tty4 -- 2.40.1