Compare commits

...

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

4 changed files with 3 additions and 14 deletions

View File

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

View File

@ -1,10 +0,0 @@
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,9 +9,6 @@ LABEL Live
LABEL Install LABEL Install
APPEND initrd=initrd.gz console=ttyS0,9600 console=tty0 noapic APPEND initrd=initrd.gz console=ttyS0,9600 console=tty0 noapic
KERNEL linux KERNEL linux
LABEL SERINST
APPEND initrd=initrd.gz console=ttyS0,9600 noapic
KERNEL linux
LABEL NoSer LABEL NoSer
APPEND initrd=initrd.gz APPEND initrd=initrd.gz
KERNEL linux.noser KERNEL linux.noser

View File

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