From: <kr...@us...> - 2007-04-27 15:36:19
|
Revision: 977 http://svn.sourceforge.net/astlinux/?rev=977&view=rev Author: krisk84 Date: 2007-04-27 08:36:20 -0700 (Fri, 27 Apr 2007) Log Message: ----------- livecd, runnix, device table fixes Modified Paths: -------------- trunk/astlinux.config trunk/target/Config.in trunk/target/generic/device_table.txt Added Paths: ----------- trunk/target/device/geni586/runnix/ trunk/target/device/geni586/runnix/runnix.conf Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2007-04-26 21:40:09 UTC (rev 976) +++ trunk/astlinux.config 2007-04-27 15:36:20 UTC (rev 977) @@ -193,7 +193,7 @@ BR2_PACKAGE_DIGIUMG729=y BR2_PACKAGE_ASTERISKCHANMISDN=y # BR2_PACKAGE_VM-MESSENGER is not set -# BR2_PACKAGE_APCUPSD is not set +BR2_PACKAGE_APCUPSD=y # BR2_PACKAGE_APPWEBB is not set BR2_PACKAGE_ASTMANPROXY=y # BR2_PACKAGE_AT is not set @@ -221,7 +221,7 @@ # BR2_PACKAGE_EXPAT is not set BR2_PACKAGE_E2FSPROGS=y # BR2_PACKAGE_FAKEROOT is not set -# BR2_HOST_FAKEROUTE is not set +BR2_HOST_FAKEROUTE=y # BR2_PACKAGE_FILE is not set # BR2_PACKAGE_FLITE is not set # BR2_PACKAGE_FREETYPE is not set @@ -272,7 +272,6 @@ # BR2_PACKAGE_LTP-TESTSUITE is not set # BR2_PACKAGE_LTRACE is not set # BR2_PACKAGE_LTT is not set -# BR2_PACKAGE_LVM2 is not set BR2_PACKAGE_LZO=y # BR2_PACKAGE_M4 is not set BR2_PACKAGE_MADWIFI=y @@ -341,7 +340,6 @@ BR2_PACKAGE_STRACE=y BR2_PACKAGE_STUNNEL=y BR2_PACKAGE_SYSFSUTILS=y -# BR2_PACKAGE_SYSKLOGD is not set # BR2_PACKAGE_SYSVINIT is not set # BR2_PACKAGE_TCL is not set BR2_PACKAGE_TCPDUMP=y @@ -375,11 +373,26 @@ # # +# Target Device Table +# +TARGET_DEVICE_TABLE="target/generic/device_table.txt" + +# # filesystem for target device # # BR2_TARGET_ROOTFS_CRAMFS is not set # BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_EXT2 is not set +BR2_TARGET_ROOTFS_EXT2=y +BR2_TARGET_ROOTFS_EXT2_BLOCKS=0 +BR2_TARGET_ROOTFS_EXT2_INODES=0 +BR2_TARGET_ROOTFS_EXT2_RESBLKS=0 +BR2_TARGET_ROOTFS_EXT2_SQUASH=y +BR2_TARGET_ROOTFS_EXT2_OUTPUT="$(IMAGE).ext2" +BR2_TARGET_ROOTFS_EXT2_NONE=y +# BR2_TARGET_ROOTFS_EXT2_GZIP is not set +# BR2_TARGET_ROOTFS_EXT2_BZIP2 is not set +# BR2_TARGET_ROOTFS_EXT2_LZMA is not set +BR2_TARGET_ROOTFS_EXT2_COPYTO="" # BR2_TARGET_ROOTFS_JFFS2 is not set BR2_TARGET_ROOTFS_SQUASHFS=y # BR2_TARGET_ROOTFS_TAR is not set Modified: trunk/target/Config.in =================================================================== --- trunk/target/Config.in 2007-04-26 21:40:09 UTC (rev 976) +++ trunk/target/Config.in 2007-04-27 15:36:20 UTC (rev 977) @@ -1,5 +1,11 @@ menu "Target Options" +comment "Target Device Table" + +config TARGET_DEVICE_TABLE + string "Dev. Table Filename" + default "target/generic/device_table.txt" + comment "filesystem for target device" source "target/cramfs/Config.in" Added: trunk/target/device/geni586/runnix/runnix.conf =================================================================== --- trunk/target/device/geni586/runnix/runnix.conf (rev 0) +++ trunk/target/device/geni586/runnix/runnix.conf 2007-04-27 15:36:20 UTC (rev 977) @@ -0,0 +1,10 @@ +# Kernel command line +KCMD="root=/dev/ram0 rw init=/linuxrc astlinux=geni586 astimg=ASTVER.run astkd=/dev/sda1 astlive ide=nodma" +# Offset for root filesystem +# OFFSET="32256" +# location of kernel binary inside root +KERN="boot/bzImage" +# root fs type +FSTYPE="ext2" +# initrd location relative to runnix / +INITRD="os/initrd.img" Modified: trunk/target/generic/device_table.txt =================================================================== --- trunk/target/generic/device_table.txt 2007-04-26 21:40:09 UTC (rev 976) +++ trunk/target/generic/device_table.txt 2007-04-27 15:36:20 UTC (rev 977) @@ -100,18 +100,18 @@ /stat/dev/hda b 640 0 0 3 1 1 1 15 /stat/dev/hdb b 640 0 0 3 64 0 0 - /stat/dev/hdb b 640 0 0 3 65 1 1 15 -#/stat/dev/hdc b 640 0 0 22 0 0 0 - -#/stat/dev/hdc b 640 0 0 22 1 1 1 15 -#/stat/dev/hdd b 640 0 0 22 64 0 0 - -#/stat/dev/hdd b 640 0 0 22 65 1 1 15 -#/stat/dev/hde b 640 0 0 33 0 0 0 - -#/stat/dev/hde b 640 0 0 33 1 1 1 15 -#/stat/dev/hdf b 640 0 0 33 64 0 0 - -#/stat/dev/hdf b 640 0 0 33 65 1 1 15 -#/stat/dev/hdg b 640 0 0 34 0 0 0 - -#/stat/dev/hdg b 640 0 0 34 1 1 1 15 -#/stat/dev/hdh b 640 0 0 34 64 0 0 - -#/stat/dev/hdh b 640 0 0 34 65 1 1 15 +/stat/dev/hdc b 640 0 0 22 0 0 0 - +/stat/dev/hdc b 640 0 0 22 1 1 1 15 +/stat/dev/hdd b 640 0 0 22 64 0 0 - +/stat/dev/hdd b 640 0 0 22 65 1 1 15 +/stat/dev/hde b 640 0 0 33 0 0 0 - +/stat/dev/hde b 640 0 0 33 1 1 1 15 +/stat/dev/hdf b 640 0 0 33 64 0 0 - +/stat/dev/hdf b 640 0 0 33 65 1 1 15 +/stat/dev/hdg b 640 0 0 34 0 0 0 - +/stat/dev/hdg b 640 0 0 34 1 1 1 15 +/stat/dev/hdh b 640 0 0 34 64 0 0 - +/stat/dev/hdh b 640 0 0 34 65 1 1 15 # SCSI Devices /stat/dev/sda b 640 0 0 8 0 0 0 - @@ -211,18 +211,18 @@ /dev/hda b 640 0 0 3 1 1 1 15 /dev/hdb b 640 0 0 3 64 0 0 - /dev/hdb b 640 0 0 3 65 1 1 15 -#/dev/hdc b 640 0 0 22 0 0 0 - -#/dev/hdc b 640 0 0 22 1 1 1 15 -#/dev/hdd b 640 0 0 22 64 0 0 - -#/dev/hdd b 640 0 0 22 65 1 1 15 -#/dev/hde b 640 0 0 33 0 0 0 - -#/dev/hde b 640 0 0 33 1 1 1 15 -#/dev/hdf b 640 0 0 33 64 0 0 - -#/dev/hdf b 640 0 0 33 65 1 1 15 -#/dev/hdg b 640 0 0 34 0 0 0 - -#/dev/hdg b 640 0 0 34 1 1 1 15 -#/dev/hdh b 640 0 0 34 64 0 0 - -#/dev/hdh b 640 0 0 34 65 1 1 15 +/dev/hdc b 640 0 0 22 0 0 0 - +/dev/hdc b 640 0 0 22 1 1 1 15 +/dev/hdd b 640 0 0 22 64 0 0 - +/dev/hdd b 640 0 0 22 65 1 1 15 +/dev/hde b 640 0 0 33 0 0 0 - +/dev/hde b 640 0 0 33 1 1 1 15 +/dev/hdf b 640 0 0 33 64 0 0 - +/dev/hdf b 640 0 0 33 65 1 1 15 +/dev/hdg b 640 0 0 34 0 0 0 - +/dev/hdg b 640 0 0 34 1 1 1 15 +/dev/hdh b 640 0 0 34 64 0 0 - +/dev/hdh b 640 0 0 34 65 1 1 15 /dev/sda b 640 0 0 8 0 0 0 - /dev/sda b 640 0 0 8 1 1 1 15 /dev/sdb b 640 0 0 8 16 0 0 - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |