mirror of
https://github.com/RomainClaret/lfs-7.8.git
synced 2025-08-03 07:28:09 +00:00

/ update of the scripts for commun functions and variables for global use / update of the instructions_FR
21 lines
588 B
Bash
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
|