Selbsgemachtes Linux OS mit SUSE Studio startet nicht

Es gibt 3 Antworten in diesem Thema. Der letzte Beitrag () ist von Schamash.

    Selbsgemachtes Linux OS mit SUSE Studio startet nicht

    Hallo,


    ich hab ein Problem,da ich mit openSUSE bzw. SUSEStudio meine eigene Linux-Distrubition gemacht habe.
    Ich habe jetzt auf SUSEStudio Site und in Virtual Box das ''OS'' jeweils getestet und anstatt in den Desktop zu gelangen passiert das was ich unten angehangen habe.
    Wie starte ich jetzt das OS so das es in den Desktop gelangt.

    Das Runlevel ist Single User hab es mit Normal Console auch getestet doch da passiert das gleiche.

    Hier der Script:

    Shell-Script

    1. #!/bin/bash -e
    2. #
    3. # This script is executed at the end of appliance creation. Here you can do
    4. # one-time actions to modify your appliance before it is ever used, like
    5. # removing files and directories to make it smaller, creating symlinks,
    6. # generating indexes, etc.
    7. #
    8. # The 'kiwi_type' variable will contain the format of the appliance
    9. # (oem = disk image, vmx = VMware, iso = CD/DVD, xen = Xen).
    10. #
    11. # read in some variables
    12. . /studio/profile
    13. # read in KIWI utility functions
    14. . /.kconfig
    15. #======================================
    16. # Prune extraneous files
    17. #--------------------------------------
    18. # Remove all documentation
    19. docfiles=`find /usr/share/doc/packages -type f |grep -iv "copying\|license\|copyright"`
    20. rm -f $docfiles
    21. rm -rf /usr/share/info
    22. rm -rf /usr/share/man
    23. exit 0

    Gruß progThis :)
    Bilder
    • openSUSE.PNG

      19,85 kB, 724×400, 164 mal angesehen

    Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von „progThis“ ()

    2 sec googln erbrachte folgendes:

    linuxforen.de/forums/showthread.php?t=243189
    There is no CLOUD - just other people's computers

    Q: Why do JAVA developers wear glasses?
    A: Because they can't C#

    Daily prayer:
    "Dear Lord, grand me the strength not to kill any stupid people today and please grant me the ability to punch them in the face over standard TCP/IP."
    Hast du die SUSE 10.x lösung denn mal unter 12.3 ausprobiert? Die Konsolenbefehle sind nämlich schon seit vielen vielen Version fast komplett gleich.
    There is no CLOUD - just other people's computers

    Q: Why do JAVA developers wear glasses?
    A: Because they can't C#

    Daily prayer:
    "Dear Lord, grand me the strength not to kill any stupid people today and please grant me the ability to punch them in the face over standard TCP/IP."