2019-05-24

This commit is contained in:
Baho Utot
2019-05-24 09:17:50 -04:00
parent b6879a569b
commit e42cf13d67
2 changed files with 1 additions and 2 deletions

2
lfs.sh
View File

@@ -90,7 +90,7 @@ msg_line " Unmounting Virtual Kernel File Systems: "
mountpoint -q ${LFS}/dev && umount ${LFS}/dev
msg_success
msg_line " Changing file ownership: "
chown -R 0:0 ${LFS}
chown -R root:root ${LFS}
msg_success
msg_line " Preparing Virtual Kernel File Systems: "
[ -d ${LFS}/dev ] || mkdir -p ${LFS}/dev