Usermanager Section

File created: mylinux-usermanager-0.99//create_compressed_fs

This is a binary file

File changed: mylinux-usermanager-0.99/compile-scripts/COMPILE-MYLINUX

3162a3163,3167
> # remark: the program binaries create_compressed_fs and
> # extract_compressed_fs are now included in the
> # mylinux-usermanager-x.xx package; but you can compile them
> # from scratch using the old sources. Then you should not
> # use "make" (all), but "make extract_compressed_fs".

File changed: mylinux-usermanager-0.99/compile-scripts/MAIN

135c135
< cp $MYLINUXMGR/../setup/{mylinux.conf,network.sh,location.sh} $LFS/MyLinux-Sources
---
> cp -dp $MYLINUXMGR/../setup/{mylinux.conf,network.sh,location.sh} $LFS/MyLinux-Sources/
257c257
< cp $LFS/$CONFIG $LFS/root/usermanager/setup/mylinux.conf
---
> cp -dp $LFS/$CONFIG $LFS/root/usermanager/setup/mylinux.conf
282a283,286
> echo "Copying create_compressed_fs/extract_compressed_fs"
> echo "(for using the CREATE_CD script)"
> cp -dp $MYLINUXPACKAGE/{create_compressed_fs,extract_compressed_fs} /usr/local/bin/
>