Compare commits

...

No commits in common. "v962" and "v963" have entirely different histories.
v962 ... v963

4 changed files with 14 additions and 3 deletions

View File

@ -10,13 +10,12 @@ console output
script
echo "Starting checkvar script"
source /etc/init/functions
mount -t proc none /proc
mount -o remount -t proc none /proc
status_message "/proc mounted"
if mount|grep /dev/root|grep nfs &>/dev/null; then
/sbin/initctl emit varmake
status_message "emitting varmake"
else
umount /proc
mount -t tmpfs none /var
tar -C /var -zxpf /boot/var.tgz
mkdir -p /var/lock

10
etc/init/ttyS0.conf Normal file
View File

@ -0,0 +1,10 @@
description "Startup login getty on tty1"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on runlevel [2345]
stop on runlevel [016]
respawn
exec /sbin/agetty /dev/ttyS0 9600

View File

@ -9,6 +9,9 @@ LABEL Live
LABEL Install
APPEND initrd=initrd.gz console=ttyS0,9600 console=tty0 noapic
KERNEL linux
LABEL SERINST
APPEND initrd=initrd.gz console=ttyS0,9600 noapic
KERNEL linux
LABEL NoSer
APPEND initrd=initrd.gz
KERNEL linux.noser

View File

@ -18,7 +18,6 @@ Section "Module"
Load "glx"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
EndSection