Skip to content

Xubuntu 15.10 base image creation

Marc Pignat edited this page Feb 29, 2016 · 8 revisions
  • Install xubuntu 15.10 using virt-manager
    • 8 go disk
    • download while installing + proprietary
    • swiss french keyboard
    • cluster user with standard credential
    • automatic login
  • After the install
    • sudo apt-get remove network-manager
    • suto apt-get install openssh-server x11vnc xfce4-genmon-plugin aptitude cifs-utils htop
    • rm /etc/hostname # will enable hostname from dhcp
    • noatime for /
    • create the file /etc/X11/Xsession.d/00_x11vnc containing x11vnc -auth guess -listen localhost -rfbport 5900 &

Add into /etc/network/interface :

auto eth0
iface eth0 inet dhcp
  • FIXME : disk resize

remove /etc/hostname

Clone this wiki locally