]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit - make.sh
Zwischencommit Installer...
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Mon, 30 Oct 2006 20:23:28 +0000 (20:23 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Mon, 30 Oct 2006 20:23:28 +0000 (20:23 +0000)
commita6316ce423a6d559ea026061b689591e8f5872ed
treecfe9614f4c25d7862533f19abca4bde0e42bb086
parentc66941dd94e4c37be7a1c48b98f385b6bdc64752
Zwischencommit Installer...

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@333 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
208 files changed:
lfs/boot.img
lfs/driver.img
lfs/initrd
lfs/installer
lfs/newt
lfs/pciutils
lfs/pcmciautils
lfs/scsi.img
lfs/slang
lfs/util-linux
make.sh
src/hwinfo/COPYING [new file with mode: 0644]
src/hwinfo/ChangeLog [new file with mode: 0644]
src/hwinfo/Makefile [new file with mode: 0644]
src/hwinfo/Makefile.common [new file with mode: 0644]
src/hwinfo/README [new file with mode: 0644]
src/hwinfo/VERSION [new file with mode: 0644]
src/hwinfo/doc/example1.c [new file with mode: 0644]
src/hwinfo/doc/example2.c [new file with mode: 0644]
src/hwinfo/doc/footer.html [new file with mode: 0644]
src/hwinfo/doc/hwinfo.8 [new file with mode: 0644]
src/hwinfo/doc/libhd.doc [new file with mode: 0644]
src/hwinfo/doc/libhd.doxy [new file with mode: 0644]
src/hwinfo/gen-hwcfg-disk.sh [new file with mode: 0755]
src/hwinfo/getsysinfo [new file with mode: 0755]
src/hwinfo/hwbootscan [new file with mode: 0644]
src/hwinfo/hwbootscan.rc [new file with mode: 0644]
src/hwinfo/hwinfo.c [new file with mode: 0644]
src/hwinfo/hwscan.c [new file with mode: 0644]
src/hwinfo/hwscand.c [new file with mode: 0644]
src/hwinfo/hwscanqueue.c [new file with mode: 0644]
src/hwinfo/init_message.h [new file with mode: 0644]
src/hwinfo/scripts/mci [new file with mode: 0755]
src/hwinfo/src/Makefile [new file with mode: 0644]
src/hwinfo/src/hd/Makefile [new file with mode: 0644]
src/hwinfo/src/hd/adb.c [new file with mode: 0644]
src/hwinfo/src/hd/adb.h [new file with mode: 0644]
src/hwinfo/src/hd/bios.c [new file with mode: 0644]
src/hwinfo/src/hd/bios.h [new file with mode: 0644]
src/hwinfo/src/hd/block.c [new file with mode: 0644]
src/hwinfo/src/hd/block.h [new file with mode: 0644]
src/hwinfo/src/hd/braille.c [new file with mode: 0644]
src/hwinfo/src/hd/braille.h [new file with mode: 0644]
src/hwinfo/src/hd/cpu.c [new file with mode: 0644]
src/hwinfo/src/hd/cpu.h [new file with mode: 0644]
src/hwinfo/src/hd/edd.c [new file with mode: 0644]
src/hwinfo/src/hd/edd.h [new file with mode: 0644]
src/hwinfo/src/hd/fb.c [new file with mode: 0644]
src/hwinfo/src/hd/fb.h [new file with mode: 0644]
src/hwinfo/src/hd/floppy.c [new file with mode: 0644]
src/hwinfo/src/hd/floppy.h [new file with mode: 0644]
src/hwinfo/src/hd/hd.c [new file with mode: 0644]
src/hwinfo/src/hd/hd.h [new file with mode: 0644]
src/hwinfo/src/hd/hd_int.h [new file with mode: 0644]
src/hwinfo/src/hd/hddb.c [new file with mode: 0644]
src/hwinfo/src/hd/hddb.h [new file with mode: 0644]
src/hwinfo/src/hd/hddb_int.h [new file with mode: 0644]
src/hwinfo/src/hd/hdp.c [new file with mode: 0644]
src/hwinfo/src/hd/hdp.h [new file with mode: 0644]
src/hwinfo/src/hd/ibm-notebooks.h [new file with mode: 0644]
src/hwinfo/src/hd/input.c [new file with mode: 0644]
src/hwinfo/src/hd/input.h [new file with mode: 0644]
src/hwinfo/src/hd/int.c [new file with mode: 0644]
src/hwinfo/src/hd/int.h [new file with mode: 0644]
src/hwinfo/src/hd/isa.c [new file with mode: 0644]
src/hwinfo/src/hd/isa.h [new file with mode: 0644]
src/hwinfo/src/hd/isapnp.c [new file with mode: 0644]
src/hwinfo/src/hd/isapnp.h [new file with mode: 0644]
src/hwinfo/src/hd/isdn.c [new file with mode: 0644]
src/hwinfo/src/hd/isdn.h [new file with mode: 0644]
src/hwinfo/src/hd/kbd.c [new file with mode: 0644]
src/hwinfo/src/hd/kbd.h [new file with mode: 0644]
src/hwinfo/src/hd/klog.c [new file with mode: 0644]
src/hwinfo/src/hd/klog.h [new file with mode: 0644]
src/hwinfo/src/hd/manual.c [new file with mode: 0644]
src/hwinfo/src/hd/manual.h [new file with mode: 0644]
src/hwinfo/src/hd/memory.c [new file with mode: 0644]
src/hwinfo/src/hd/memory.h [new file with mode: 0644]
src/hwinfo/src/hd/misc.c [new file with mode: 0644]
src/hwinfo/src/hd/misc.h [new file with mode: 0644]
src/hwinfo/src/hd/modem.c [new file with mode: 0644]
src/hwinfo/src/hd/modem.h [new file with mode: 0644]
src/hwinfo/src/hd/monitor.c [new file with mode: 0644]
src/hwinfo/src/hd/monitor.h [new file with mode: 0644]
src/hwinfo/src/hd/mouse.c [new file with mode: 0644]
src/hwinfo/src/hd/mouse.h [new file with mode: 0644]
src/hwinfo/src/hd/net.c [new file with mode: 0644]
src/hwinfo/src/hd/net.h [new file with mode: 0644]
src/hwinfo/src/hd/parallel.c [new file with mode: 0644]
src/hwinfo/src/hd/parallel.h [new file with mode: 0644]
src/hwinfo/src/hd/pci.c [new file with mode: 0644]
src/hwinfo/src/hd/pci.h [new file with mode: 0644]
src/hwinfo/src/hd/pcmcia.c [new file with mode: 0644]
src/hwinfo/src/hd/pcmcia.h [new file with mode: 0644]
src/hwinfo/src/hd/pppoe.c [new file with mode: 0644]
src/hwinfo/src/hd/pppoe.h [new file with mode: 0644]
src/hwinfo/src/hd/prom.c [new file with mode: 0644]
src/hwinfo/src/hd/prom.h [new file with mode: 0644]
src/hwinfo/src/hd/s390.c [new file with mode: 0644]
src/hwinfo/src/hd/s390.h [new file with mode: 0644]
src/hwinfo/src/hd/sbus.c [new file with mode: 0644]
src/hwinfo/src/hd/sbus.h [new file with mode: 0644]
src/hwinfo/src/hd/serial.c [new file with mode: 0644]
src/hwinfo/src/hd/serial.h [new file with mode: 0644]
src/hwinfo/src/hd/smbios.c [new file with mode: 0644]
src/hwinfo/src/hd/smbios.h [new file with mode: 0644]
src/hwinfo/src/hd/sys.c [new file with mode: 0644]
src/hwinfo/src/hd/sys.h [new file with mode: 0644]
src/hwinfo/src/hd/usb.c [new file with mode: 0644]
src/hwinfo/src/hd/usb.h [new file with mode: 0644]
src/hwinfo/src/hd/version.h [new file with mode: 0644]
src/hwinfo/src/hd/veth.c [new file with mode: 0644]
src/hwinfo/src/hd/veth.h [new file with mode: 0644]
src/hwinfo/src/hd/wlan.c [new file with mode: 0644]
src/hwinfo/src/hd/wlan.h [new file with mode: 0644]
src/hwinfo/src/ids/Makefile [new file with mode: 0644]
src/hwinfo/src/ids/cdb_x11 [new file with mode: 0755]
src/hwinfo/src/ids/check_hd.c [new file with mode: 0644]
src/hwinfo/src/ids/convert_hd [new file with mode: 0755]
src/hwinfo/src/ids/get_adaptec [new file with mode: 0755]
src/hwinfo/src/ids/get_pcmcia [new file with mode: 0755]
src/hwinfo/src/ids/hd_ids.c [new file with mode: 0644]
src/hwinfo/src/ids/src/braille [new file with mode: 0644]
src/hwinfo/src/ids/src/bus [new file with mode: 0644]
src/hwinfo/src/ids/src/camera [new file with mode: 0644]
src/hwinfo/src/ids/src/chipcard [new file with mode: 0644]
src/hwinfo/src/ids/src/class [new file with mode: 0644]
src/hwinfo/src/ids/src/dvb [new file with mode: 0644]
src/hwinfo/src/ids/src/extra [new file with mode: 0644]
src/hwinfo/src/ids/src/isapnp [new file with mode: 0644]
src/hwinfo/src/ids/src/modem [new file with mode: 0644]
src/hwinfo/src/ids/src/modem.i386 [new file with mode: 0644]
src/hwinfo/src/ids/src/monitor [new file with mode: 0644]
src/hwinfo/src/ids/src/mouse [new file with mode: 0644]
src/hwinfo/src/ids/src/network [new file with mode: 0644]
src/hwinfo/src/ids/src/pci [new file with mode: 0644]
src/hwinfo/src/ids/src/pcmcia [new file with mode: 0644]
src/hwinfo/src/ids/src/ppc [new file with mode: 0644]
src/hwinfo/src/ids/src/s390 [new file with mode: 0644]
src/hwinfo/src/ids/src/scanner [new file with mode: 0644]
src/hwinfo/src/ids/src/sound [new file with mode: 0644]
src/hwinfo/src/ids/src/special [new file with mode: 0644]
src/hwinfo/src/ids/src/storage [new file with mode: 0644]
src/hwinfo/src/ids/src/tv [new file with mode: 0644]
src/hwinfo/src/ids/src/usb [new file with mode: 0644]
src/hwinfo/src/ids/src/usb2 [new file with mode: 0644]
src/hwinfo/src/ids/src/x11.amd64 [new file with mode: 0644]
src/hwinfo/src/ids/src/x11.axp [new file with mode: 0644]
src/hwinfo/src/ids/src/x11.i386 [new file with mode: 0644]
src/hwinfo/src/ids/src/x11.ia64 [new file with mode: 0644]
src/hwinfo/src/ids/src/x11.ppc [new file with mode: 0644]
src/hwinfo/src/ids/src/x11.ppc.special [new file with mode: 0644]
src/hwinfo/src/ids/src/x11.sparc [new file with mode: 0644]
src/hwinfo/src/ids/update_x11 [new file with mode: 0755]
src/hwinfo/src/int10/AsmMacros.h [new file with mode: 0644]
src/hwinfo/src/int10/Makefile [new file with mode: 0644]
src/hwinfo/src/int10/README [new file with mode: 0644]
src/hwinfo/src/int10/emu_vm86.c [new file with mode: 0644]
src/hwinfo/src/int10/i10_int.c [new file with mode: 0644]
src/hwinfo/src/int10/i10_io.c [new file with mode: 0644]
src/hwinfo/src/int10/i10_pci.c [new file with mode: 0644]
src/hwinfo/src/int10/i10_v86.c [new file with mode: 0644]
src/hwinfo/src/int10/i10_vbios.c [new file with mode: 0644]
src/hwinfo/src/int10/int10.c [new file with mode: 0644]
src/hwinfo/src/int10/pci.h [new file with mode: 0644]
src/hwinfo/src/int10/v86bios.h [new file with mode: 0644]
src/hwinfo/src/int10/vbios.h [new file with mode: 0644]
src/hwinfo/src/int10/vm86_struct.h [new file with mode: 0644]
src/hwinfo/src/isdn/Makefile [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/ISDN.axp.txt [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/ISDN.i386.txt [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/ISDN.ppc.txt [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/ISDN.x86_64.txt [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/Makefile [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/cdb_hwdb.h [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/cdb_read.c [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/cdb_read.h [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/isdn_cdb.c [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/isdn_cdb.lex [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/isdn_cdb_def.h [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/mk_isdnhwdb.c [new file with mode: 0644]
src/hwinfo/src/isdn/cdbisdn.c [new file with mode: 0644]
src/hwinfo/src/isdn/isa_probe.c [new file with mode: 0644]
src/hwinfo/src/isdn/libihw.txt [new file with mode: 0644]
src/hwinfo/src/smp/Makefile [new file with mode: 0644]
src/hwinfo/src/smp/README [new file with mode: 0644]
src/hwinfo/src/smp/smp.c [new file with mode: 0644]
src/hwinfo/src/x86emu/LICENSE [new file with mode: 0644]
src/hwinfo/src/x86emu/Makefile [new file with mode: 0644]
src/hwinfo/src/x86emu/debug.c [new file with mode: 0644]
src/hwinfo/src/x86emu/decode.c [new file with mode: 0644]
src/hwinfo/src/x86emu/fpu.c [new file with mode: 0644]
src/hwinfo/src/x86emu/include/x86emu.h [new file with mode: 0644]
src/hwinfo/src/x86emu/include/x86emu/fpu_regs.h [new file with mode: 0644]
src/hwinfo/src/x86emu/include/x86emu/regs.h [new file with mode: 0644]
src/hwinfo/src/x86emu/include/x86emu/types.h [new file with mode: 0644]
src/hwinfo/src/x86emu/ops.c [new file with mode: 0644]
src/hwinfo/src/x86emu/ops2.c [new file with mode: 0644]
src/hwinfo/src/x86emu/prim_ops.c [new file with mode: 0644]
src/hwinfo/src/x86emu/sys.c [new file with mode: 0644]
src/hwinfo/src/x86emu/validate.c [new file with mode: 0644]
src/hwinfo/src/x86emu/x86emu/debug.h [new file with mode: 0644]
src/hwinfo/src/x86emu/x86emu/decode.h [new file with mode: 0644]
src/hwinfo/src/x86emu/x86emu/fpu.h [new file with mode: 0644]
src/hwinfo/src/x86emu/x86emu/ops.h [new file with mode: 0644]
src/hwinfo/src/x86emu/x86emu/prim_asm.h [new file with mode: 0644]
src/hwinfo/src/x86emu/x86emu/prim_ops.h [new file with mode: 0644]
src/hwinfo/src/x86emu/x86emu/x86emui.h [new file with mode: 0644]