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
echo "Starting checkvar script"
source /etc/init/functions
mount -o remount -t proc none /proc
mount -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

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
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,6 +18,7 @@ Section "Module"
Load "glx"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
EndSection