From: gobo72 Date: Sat, 12 Mar 2011 00:59:14 +0000 (+0000) Subject: Ré-ajouté boot et swap partitions pour sysinfos amd64 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;ds=inline;h=230aa11ff32ca1cf1865948a05bcf9f800af057c;p=hvlinux.git Ré-ajouté boot et swap partitions pour sysinfos amd64 --- diff --git a/config/sysinfos.amd64 b/config/sysinfos.amd64 index edf45dc..4376839 100644 --- a/config/sysinfos.amd64 +++ b/config/sysinfos.amd64 @@ -10,10 +10,10 @@ 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-amd64-new" -LFS_PARTITION="/dev/sdb7" -#BOOT_PARTITION="/dev/sdb1" -#SWAP_PARTITION="/dev/sdb2" +LFS="/mnt/hvlinux2" +LFS_PARTITION="/dev/sdb8" +BOOT_PARTITION="/dev/sdb1" +SWAP_PARTITION="/dev/sdb2" # New user to create REGUSER="hugo"