]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Fix splashscreen on USB-Stick installer.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 1 Dec 2010 19:00:08 +0000 (20:00 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 1 Dec 2010 19:00:08 +0000 (20:00 +0100)
Remove extra option page.
Add missing unattended.conf to USB-Stick.

config/syslinux/boot.msg
config/syslinux/options.msg [deleted file]
config/syslinux/syslinux.cfg
lfs/cdrom
lfs/usb-stick

index f200881633d098e6e3c67f5fff5528baf0981cd4..dd6fc1fd079f671323c616587ea81b13afbd61a7 100644 (file)
@@ -2,9 +2,7 @@
 \18splash.lss
 
 
-
  -  To install IPFire on your system, press the \ f04<ENTER>\ f07 key.
+ -  To disable vga mode, type: \ f04novga <ENTER>\ f07.  
+ -  To test the memory in your system type: \ f04memtest <ENTER>\ f07.
 
- -  Use the function keys listed below for more information.
-
-\ f0f[F1-Main] [F2-Options]\ f07
diff --git a/config/syslinux/options.msg b/config/syslinux/options.msg
deleted file mode 100644 (file)
index c4e725f..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-\ f00
-\f 
-
-                       \ f0fInstaller Boot Options\ f07
-
- -  To disable vga mode, type: \ f04novga <ENTER>\ f07.  
-
- -  To test the memory in your system type: \ f04memtest <ENTER>\ f07.
-
- -  To install in unattended mode, type: \ f04unattended <ENTER>\ f07.
-
-\ f0f[F1-Main] [F2-Options]\ f07
index ac9bdc322a07b0ffc87c1d5ad16e843143ac7595..68ad82afd721b9eea16af87732e3e6ebece44e14 100644 (file)
@@ -1,16 +1,14 @@
 TIMEOUT 5000
 DISPLAY boot.msg
 PROMPT 1
-F1 boot.msg
-F2 options.msg
-DEFAULT vmlinuz 
+DEFAULT vmlinuz
   APPEND initrd=instroot vga=791 splash=silent ro
 LABEL novga
   KERNEL vmlinuz
   APPEND initrd=instroot ro
 LABEL unattended
   KERNEL vmlinuz
-  APPEND ide=nodma initrd=instroot vga=791 splash=silent unattended ro
+  APPEND initrd=instroot vga=791 splash=silent unattended ro
 LABEL memtest
   KERNEL memtest
   APPEND -
index 0c4668d8988c5dcb73986685f235deef041efa27..064769de127c74f5ee03ad5137b8bca84040ea09 100644 (file)
--- a/lfs/cdrom
+++ b/lfs/cdrom
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2010  IPFire Team  <info@ipfire.org>                          #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -84,7 +84,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cp /boot/vmlinuz-$(KVER)-ipfire             /install/cdrom/boot/isolinux/vmlinuz; \
        cp $(DIR_SRC)/config/syslinux/syslinux.cfg  /install/cdrom/boot/isolinux/isolinux.cfg; \
        cp $(DIR_SRC)/config/syslinux/boot.msg      /install/cdrom/boot/isolinux/boot.msg; \
-       cp $(DIR_SRC)/config/syslinux/options.msg   /install/cdrom/boot/isolinux/options.msg; \
        cp $(DIR_SRC)/config/syslinux/splash.lss    /install/cdrom/boot/isolinux/splash.lss; \
        cp /usr/lib/memtest86+/memtest.bin          /install/cdrom/boot/isolinux/memtest; \
        cp /usr/share/syslinux/isolinux.bin         /install/cdrom/boot/isolinux/isolinux.bin; \
index 76b97024fcebec6685f5c0b4c706ecd64c0fa8e4..427efe0de0b89114c9c547ffef5f08914d104da5 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2010  IPFire Team  <info@ipfire.org>                          #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -66,7 +66,7 @@ define COPY_TO_IMG
        losetup $$LOOPDEV $$IMAGE && \
        mount -t vfat $$LOOPDEV /install/mnt && \
        cp -fR /install/cdrom/* /install/mnt && \
-       mv /install/mnt/boot/isolinux/{instroot,vmlinuz,*\.msg,memtest} /install/mnt && \
+       mv /install/mnt/boot/isolinux/{instroot,vmlinuz,unattended.conf,splash.lss,*\.msg,memtest} /install/mnt && \
        rm -rf /install/mnt/boot && \
        cp $(DIR_SRC)/config/syslinux/syslinux.cfg /install/mnt/syslinux.cfg && \
        umount /install/mnt && \