Ré-ajouté boot et swap partitions pour sysinfos amd64
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 12 Mar 2011 00:59:14 +0000 (00:59 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 12 Mar 2011 00:59:14 +0000 (00:59 +0000)
config/sysinfos.amd64

index edf45dc..4376839 100644 (file)
@@ -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"