|
@@ -368,7 +368,7 @@ TARGET_FSTAB=$(mktemp -t vinstall-fstab-XXXXXXXX || exit 1)
|
|
|
if [ -f /etc/milis-surum ];then
|
|
|
MILIS_SURUM=$(cat /etc/milis-surum)
|
|
|
else
|
|
|
- MILIS_SURUM="Milis 2.0 Deneme 8.1"
|
|
|
+ MILIS_SURUM="Milis 2.0 Deneme Sürüm"
|
|
|
fi
|
|
|
|
|
|
if [ -f /etc/canli_kullanici ];then
|
|
@@ -1423,6 +1423,8 @@ menu_install() {
|
|
|
USERLOGIN="$(get_option USERLOGIN)"
|
|
|
mkdir -p $HEDEF/home/$USERLOGIN/
|
|
|
# todo!!! kull. ayarları updates/skel altından alınacak.
|
|
|
+ # todo!!! alias mps
|
|
|
+ # todo!!! source /etc/profile
|
|
|
if [ $CANLI_KULLANICI == "root" ];then
|
|
|
[ -d /root/.config ] && cp -rf /root/.config $HEDEF/home/$USERLOGIN/
|
|
|
[ -f /root/.xinitrc ] && cp -rf /root/.xinitrc $HEDEF/home/$USERLOGIN/
|