Déplacé variable GATEWAY dans script de configuration de carte réseau
[hvlinux.git] / stage6 / packages-update
index ed15912..3213409 100644 (file)
@@ -1,17 +1,13 @@
-#!/bin/sh
-
-# Must be defined before sourcing other files.
-LFS_STAGE="stage4"
+#!/bin/bash
 
 # Reading system configuration informations, functions and package versions.
+source ../sysinfos
 source ../functions
 source ../functions-update
 source ../packages-list
 
 update_packages_init
 
-# Begin
-
 # Gnome 2 core packages
 fpkg_gnome ${ORBIT2}
 fpkg_gnome ${LIBBONOBO}
@@ -98,5 +94,4 @@ fpkg       ${ABIWORD} "http://www.abisource.com/downloads/abiword/$(get_pkg_ver
 fpkg_gnome ${EVOLUTION_EXCHANGE}
 fpkg_gnome ${EVOLUTION}
 
-# Return last error
 exit $?