From f4db17a468c2141d7cd0afb3f59f198c88f16dfc Mon Sep 17 00:00:00 2001 From: gobo72 Date: Mon, 2 May 2011 01:47:44 +0000 Subject: [PATCH] Deplace alsa au stage3. Ajout fichier de configuration Sony Vaio. --- config/sysinfos.sony-pcgz505 | 45 ++++++++++++++++++++++++++++++++++++ stage0/create-version | 0 stage3/hv-install-1 | 3 +++ stage3/packages-update | 3 +++ 4 files changed, 51 insertions(+) create mode 100644 config/sysinfos.sony-pcgz505 mode change 100644 => 100755 stage0/create-version diff --git a/config/sysinfos.sony-pcgz505 b/config/sysinfos.sony-pcgz505 new file mode 100644 index 0000000..79dbd10 --- /dev/null +++ b/config/sysinfos.sony-pcgz505 @@ -0,0 +1,45 @@ +#!/bin/bash + +# This file contains the informations specific to the target system onto which +# HV-Linux will be installed. + +INST_TYPE="workstation" +HVL_TARGET="x86" +MAKEJOBS=1 + +# 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_PARTITION="/dev/sda3" +BOOT_PARTITION="/dev/sda1" + +# New user to create +REGUSER="hugo" + +# Define this if you want the mail addressed to the root user automatically be +# forwarded to someone else. +MAIL_ADMIN="hugo" + +XORG_VIDEO_DRIVER="neomagic" + +# Removable media drives. Comment if your system doesn't have one. +DVDROM="no" + +WIFI_SUPPORT="yes" +B43_LPPHY="yes" + +# General network settings +INTERFACES="eth0 wlan0" +MACHINE_NAME="gresimuth" +DOMAIN="mongol.com" +LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3 + +# Network interface card eth0 settings +BOOTPROTO[0]="dhcp" + +# Network interface card wlan0 settings +BOOTPROTO[1]="wifi" + +# Samba support +USE_SAMBA="no" diff --git a/stage0/create-version b/stage0/create-version old mode 100644 new mode 100755 diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 1cecdba..564e8f2 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -146,6 +146,9 @@ fi ipkg ${GNUPG} "--libexecdir=/usr/lib" ipkg ${MUTT} "--enable-imap --with-ssl --with-sasl" +ipkg ${ALSA_LIB} +ipkg -m acnb ${ALSA_UTILS} + write_completed_stage display_stage_build_stats diff --git a/stage3/packages-update b/stage3/packages-update index 1e23c16..b882508 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -134,4 +134,7 @@ fi fpkg -s "gnupg" ${GNUPG} "ftp://ftp.gnupg.org/gcrypt" fpkg -m sf ${MUTT} +fpkg ${ALSA_LIB} "ftp://ftp.alsa-project.org/pub/lib" +fpkg ${ALSA_UTILS} "ftp://ftp.alsa-project.org/pub/utils" + exit $? -- 2.20.1