Zum Inhalt springen

Bash Scripts: Unterschied zwischen den Versionen

Amir (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Vierlex (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt)
Zeile 67: Zeile 67:
   chrtsetup -c ubuntu                                  # undo mounts performed to setup the chroot
   chrtsetup -c ubuntu                                  # undo mounts performed to setup the chroot
   chrtsetup -pe ubuntu                                  # mount, enter but do not clean up after
   chrtsetup -pe ubuntu                                  # mount, enter but do not clean up after
   chrtsetup -y localhost:0.0 --run="xterm" ubuntu      # configure the xsession and start xterm inside the chroot
   chrtsetup -x localhost:0.0 --run="xterm" ubuntu      # configure the xsession and start xterm inside the chroot
EOF
EOF


Zeile 196: Zeile 196:


[[Kategorie:CLI]]
[[Kategorie:CLI]]
[[Kategorie:Howto]]