Files
lfs-7.8/script-all_commun-variables.sh
Romain Claret a41b4e2c12 + chapter 4.2, 4.3, 4.4, 4.all
/ update of the scripts for commun functions and variables for global use
/ update of the instructions_FR
2016-02-15 23:27:51 +01:00

21 lines
588 B
Bash

# 2.3 Creating a File System on the Partition
LFS_HDD=/dev/sdb
LFS_PARTITION_SWAP=/dev/sdb1
LFS_PARTITION_ROOT=/dev/sdb2
# 2.4
LFS_MOUNT=/mnt/lfs
# 3.all
LFS_ROOT_BACKUP_FOLDER=/root/lfs-backup/tools
LFS_ROOT_BACKUP_LOGS=/root/lfs-backup-logs
LFS_BACKUPS=/root/lfs-backup/sources/
LFS_OFFICIAL_78_PACKAGES_NUMBER=82 # including wget-list and md5sums files
LFS_OFFICIAL_78_PACKAGES_LIST="http://www.linuxfromscratch.org/lfs/view/7.8/wget-list"
LFS_OFFICIAL_78_PACKAGES_MD5="http://www.linuxfromscratch.org/lfs/view/7.8/md5sums"
# 4.3
LFS_USERNAME=lfs
LFS_GROUPNAME=lfs
LFS_PASSWORD=lfs