From bc6140954484d75f3fd1056ff7d2d76523d9bb39 Mon Sep 17 00:00:00 2001 From: gobo72 Date: Sat, 5 Mar 2011 00:16:57 +0000 Subject: [PATCH] =?utf8?q?Enlev=C3=A9=20sysinfos=20de=20subversion?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- config/{sysinfos => sysinfos.amd64} | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) rename config/{sysinfos => sysinfos.amd64} (85%) diff --git a/config/sysinfos b/config/sysinfos.amd64 similarity index 85% rename from config/sysinfos rename to config/sysinfos.amd64 index a60b7c9..4607dfb 100644 --- a/config/sysinfos +++ b/config/sysinfos.amd64 @@ -17,29 +17,26 @@ REGUSER="hugo" # Destination path where to install new Linux-HV system. This is usually where # you have mounted your new LFS partition, but it can also be any directory. # This is relevant only for stage 0 and 1. -LFS="/mnt/stockage/hvlinux-hp-mini" +LFS="/mnt/hvlinux" # Destination partition where to install new Linux-HV system -LFS_PARTITION="/dev/sda3" +LFS_PARTITION="/dev/sdb7" # Boot partition (if applicable) -BOOT_PARTITION="/dev/sda1" +BOOT_PARTITION="/dev/sdb1" # Swap partition (if applicable) -#SWAP_PARTITION="/dev/sdb2" +SWAP_PARTITION="/dev/sdb2" # Define this when cross-compiling to the desired target # architecture. Default is x86 32-bits architecture (i686). # arm926t - ARM 926T little endian # x86 (i686) # x86_64 (AMD Athlon 64) -HVL_TARGET="x86" +HVL_TARGET="x86_64" # Used for setting '-march=xxx' option in CFLAGS and CPPFLAGS -# GCC-4.5 -MARCH_FLAGS="-march=atom -mssse3 -mfpmath=sse -fomit-frame-pointer" -# GCC < 4.5 -MARCH_FLAGS="-march=core2 -mtune=generic -mssse3 -mfpmath=sse -fomit-frame-pointer" +MACHINE_ARCHITECTURE="" # Keyboard mapping (example: us) KEYBOARD="us" @@ -47,8 +44,8 @@ KEYBOARD="us" # Sound card support: yes or no SOUND_CARD="yes" -# Removable media drives. Comment if your system doesn't have one. -#CDROM="/dev/sr0" +# Removable media drives +CDROM="/dev/sr0" # Set to yes to have SANE support SANE_SUPPORT="yes" -- 2.20.1