Minor comment improvement.

This commit is contained in:
Ivan Davidov 2016-04-11 23:43:23 +03:00
parent 07da9983c1
commit 2bb6218b8d

View File

@ -41,8 +41,8 @@ chmod +rx src/*.sh
chmod +r src/.config
chmod +r src/*.txt
# Create the overlay directory '/minimal'. All files in this folder are merged
# in the root folder and can be manipulated thanks to overlayfs.
# Create the overlay directory '/minimal/rootfs'. All files in this folder are
# merged in the root folder and can be manipulated thanks to overlayfs.
mkdir -p minimal/rootfs
cd minimal/rootfs
echo 'Sample file 1 from CD.' > file_from_cd_1.txt