إعـــــــلان

تقليص
لا يوجد إعلان حتى الآن.

كيفيه تثبيت slaxarabic!!!

تقليص
X
 
  • تصفية - فلترة
  • الوقت
  • عرض
إلغاء تحديد الكل
مشاركات جديدة

  • كيفيه تثبيت slaxarabic!!!

    ارجو من الاخوه المساعده في تثبيت سلاكس العربي الى الفلاس والهارد
    وجزاكم الله خيرا
    •°o.O islamux O.o°•
    أنا إن عشت لنفسي عشت حقيرًهزيلا :::ومهما تعلمت لا أزال جهولا
    "يَوْمَ تَجِدُ كُلُّ نَفْسٍ مَا عَمِلَتْ مِنْ خَيْرٍ مُحْضَرا..الايه(آل عمران:30)

    *****
    إذَا لَمْ تَسْتَطِعْ شيئًا فدَعْهُ = وجاوِزْهُ إلى مَا تَستَطِيعُ
    تلميح اليوم

    FreeBSD في كبسولة !
    لا يطلب العلم مستحي ولا مستكبر
    اللهم اجعل عملنا خالصا لوجهك الكريم.
    فان تجد عيبا فسدَ الخللا ****** جلَ من لا عيب فيه وعلا
    كل مشاركاتي في المجتمع وقف لله تعالى
    Tweeter


  • #2
    شغل السلاكس
    وأفتح أي محرر نصوص
    وأكتب في

    #!/bin/sh
    #Slax-Installer By @@THE@@LOAR@@

    defdir=/mnt/hda1

    clear

    echo "Welcome To Slax Installer By @@THE@@LOAR@@"
    echo "With this Script You can Install Slax To HDD,USB Flash Drive ..."
    echo "Please Type Your Installiton Mount Point"
    echo "Or Type "yes" If It /mnt/hda1"
    read dir
    if $dir = yes
    then
    echo "Slax Going To Be Installed Please Wait"
    cp --preserve -R /{bin,dev,etc,home,lib,root,sbin,usr,var,opt} $defdir
    mkdir $defdir/{boot,mnt,proc,sys,tmp}
    cp /boot/boot/vmlinuz $defdir/boot
    mount -t proc proc $defdir/proc
    mount --bind /dev $defdir/dev
    clear

    else
    echo "Slax Going To Be Installed Please Wait"
    cp --preserve -R /{bin,dev,etc,home,lib,root,sbin,usr,var,opt} $dir
    mkdir $dir/{boot,mnt,proc,sys,tmp}
    cp /boot/boot/vmlinuz $dir/boot
    mount -t proc proc $dir/proc
    mount --bind /dev $dir/dev
    clear
    fi

    echo "Slax Has Been Installed"
    echo "Now You Need To configure Some Things"
    echo "prees Enter To Move on"
    read mv
    clear

    echo "Type Root Password"
    passwd root
    clear

    echo "Type The name Of the New User"
    read us
    useradd $us
    clear

    echo "Type New User Password"
    passwd $us
    clear

    echo "You Have Now To Setup lilo"
    echo "prees Enter To Move on"
    read mv2
    liloconfig
    clear

    echo "The Installtion Complete"
    echo "Prees Enter To Reboot"
    read mv3
    reboot
    وأحفظه في الهوم بأي أسم slax-installer مثلا
    وأفتح الترمنال بf4 للأخنصار (لازم تكون بالهوم) أو أفتح من قائمة البرامج
    وأكتب
    chmod +x slax-installer
    ./slax-installer
    وجاوب على الأسئلة القلق
    وبعد مايعيد التشغيل تلقاه جاهز

    أي مشكلة أو خطأ بالسكربت أرسلي على الخاص
    http://www.danasoft.com/sig/tux4ever.jpg

    تعليق

    يعمل...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎