mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 09:52:58 +02:00
Installer fuer ein read-only-Dateisystem angepasst.
mingetty entfernt, da wir agetty verwenden. issue veraendert git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@396 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -8,9 +8,9 @@ title IPFire (1024x768)
|
||||
kernel /vmlinuz root=ROOT panic=10 vga=791 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault 0
|
||||
title IPFire (640x480)
|
||||
title IPFire (VESA)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 vga=785 splash=silent ro
|
||||
kernel /vmlinuz root=ROOT panic=10 ro
|
||||
initrd /initrd.splash
|
||||
savedefault 1
|
||||
title IPFire SMP (1024x768)
|
||||
@@ -18,9 +18,9 @@ title IPFire SMP (1024x768)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=791 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault 2
|
||||
title IPFire SMP (640x480)
|
||||
title IPFire SMP (VESA)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=785 splash=silent ro
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=off ro
|
||||
initrd /initrd.splash
|
||||
savedefault 3
|
||||
title IPFire SMP-HT (Intel Pentium 4) (1024x768)
|
||||
@@ -28,8 +28,8 @@ title IPFire SMP-HT (Intel Pentium 4) (1024x768)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=791 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault 4
|
||||
title IPFire SMP-HT (Intel Pentium 4) (640x480)
|
||||
title IPFire SMP-HT (Intel Pentium 4) (VESA)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=785 splash=silent ro
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht ro
|
||||
initrd /initrd.splash
|
||||
savedefault 5
|
||||
|
||||
@@ -8,9 +8,9 @@ title IPFire (1024x768)
|
||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc vga=791 splash=silent rw
|
||||
initrd /ipfirerd.img
|
||||
savedefault 0
|
||||
title IPFire (640x480)
|
||||
title IPFire (VESA)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc vga=785 splash=silent rw
|
||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc rw
|
||||
initrd /ipfirerd.img
|
||||
savedefault 1
|
||||
title IPFire SMP (1024x768)
|
||||
@@ -18,9 +18,9 @@ title IPFire SMP (1024x768)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=791 splash=silent rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault 2
|
||||
title IPFire SMP (640x480)
|
||||
title IPFire SMP (VESA)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=785 splash=silent rw
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault 3
|
||||
title IPFire SMP (Intel Pentium 4) (1024x768)
|
||||
@@ -28,8 +28,8 @@ title IPFire SMP (Intel Pentium 4) (1024x768)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=791 splash=silent rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault 4
|
||||
title IPFire SMP (Intel Pentium 4) (640x480)
|
||||
title IPFire SMP (Intel Pentium 4) (VESA)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=785 splash=silent rw
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault 5
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/dev/ram0 / ext2
|
||||
/dev/fd0 / ext2
|
||||
/dev/ram0 / squashfs
|
||||
/proc /proc proc
|
||||
none /sys sysfs
|
||||
none /tmp tmpfs
|
||||
|
||||
@@ -37,6 +37,3 @@ syslogd -O /dev/tty4
|
||||
|
||||
echo "Starting udev"
|
||||
/sbin/udevstart
|
||||
|
||||
# Clearing screen
|
||||
/sbin/splash master
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
sbin/mingetty
|
||||
#usr/share/man/man8/mingetty.8
|
||||
Reference in New Issue
Block a user