Changed For 2.2
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
--- root/usr/share/baselayout/fstab.orig 2012-10-20 01:50:00.000000000 +0300
|
||||
+++ root/usr/share/baselayout/fstab 2012-10-20 20:05:53.495958636 +0300
|
||||
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# <fs> <mountpoint> <type> <opts> <dump/pass>
|
||||
|
||||
-# /dev/ROOT / ext3 noatime 0 1
|
||||
+# /dev/ROOT / ext4 noatime 0 1
|
||||
# /dev/SWAP none swap sw 0 0
|
||||
# /dev/fd0 /mnt/floppy auto noauto 0 0
|
||||
|
||||
|
||||
--- root/usr/share/baselayout/group.orig 2013-01-05 18:36:21.000000000 +0200
|
||||
+++ root/usr/share/baselayout/group 2013-01-05 18:39:26.943644336 +0300
|
||||
@@ -24,6 +24,7 @@
|
||||
at::25:at
|
||||
tape::26:root
|
||||
video::27:root
|
||||
+users::100:
|
||||
dbus:x:101:dbus
|
||||
hal:x:102:hal
|
||||
polkitd:x:103:polkitd
|
||||
@@ -0,0 +1,36 @@
|
||||
# /etc/inittab:
|
||||
#
|
||||
# This file describes how the INIT process should set up
|
||||
# the system in a certain run-level.
|
||||
|
||||
# Default runlevel.
|
||||
id:3:initdefault:
|
||||
|
||||
# System initialization, mount local filesystems, etc.
|
||||
si::sysinit:/sbin/mudur.py sysinit
|
||||
|
||||
# Further system initialization, brings up the boot runlevel.
|
||||
rc::bootwait:/sbin/mudur.py boot
|
||||
|
||||
l0:0:wait:/sbin/mudur.py shutdown
|
||||
l1:1:wait:/sbin/mudur.py single
|
||||
l2:2:wait:/sbin/mudur.py default
|
||||
l3:3:wait:/sbin/mudur.py default
|
||||
l4:4:wait:/sbin/mudur.py default
|
||||
l5:5:wait:/sbin/mudur.py default
|
||||
l6:6:wait:/sbin/mudur.py reboot
|
||||
#z6:6:respawn:/sbin/sulogin
|
||||
|
||||
c1:2345:respawn:/sbin/mingetty --noclear --autologin root tty1
|
||||
c2:2345:respawn:/sbin/mingetty --noclear --autologin root tty2
|
||||
c3:2345:respawn:/sbin/mingetty --noclear --autologin root tty3
|
||||
c4:2345:respawn:/sbin/mingetty --noclear --autologin root tty4
|
||||
c5:2345:respawn:/sbin/mingetty --noclear --autologin root tty5
|
||||
c6:2345:respawn:/sbin/mingetty --noclear --autologin root tty6
|
||||
|
||||
# SERIAL CONSOLES
|
||||
#s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
|
||||
#s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100
|
||||
|
||||
# What to do at the "Three Finger Salute".
|
||||
ca:12345:ctrlaltdel:/sbin/shutdown -r now
|
||||
@@ -1,8 +1,8 @@
|
||||
NAME=PisiLinux
|
||||
ID=pisilinux
|
||||
VERSION="2"
|
||||
VERSION_CODENAME=Mehmetcik
|
||||
VERSION_ID="2.1.2"
|
||||
PRETTY_NAME="PisiLinux 2.1.2 Mehmetcik"
|
||||
VERSION_CODENAME=StayHome
|
||||
VERSION_ID="2.2"
|
||||
PRETTY_NAME="PisiLinux 2.2 StayHome"
|
||||
HOME_URL="https://www.pisilinux.org/"
|
||||
BUG_REPORT_URL="https://github.com/pisilinux/main/issues"
|
||||
|
||||
@@ -1 +1 @@
|
||||
Pisi_Linux 2.1.2
|
||||
PisiLinux 2.2
|
||||
|
||||
Reference in New Issue
Block a user