add welcome.md
This commit is contained in:
parent
e0933d759d
commit
18eabe619e
2 changed files with 40 additions and 1 deletions
|
@ -38,7 +38,8 @@ sudo apt install \
|
|||
grub-efi-ia32-bin \
|
||||
mtools \
|
||||
dosfstools \
|
||||
coreutils
|
||||
coreutils \
|
||||
markdown
|
||||
|
||||
### stuff begins here
|
||||
message "Checking build directory"
|
||||
|
|
38
src/usr/share/nanodesk/firstlogin/welcome.md
Normal file
38
src/usr/share/nanodesk/firstlogin/welcome.md
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Welcome to nanodesk
|
||||
|
||||
|
||||
nanodesk is a debian base linux "distribution". I put distribution in ""
|
||||
becuase it is just a minimal debian debootstrap installation, which you
|
||||
can boot from a DVD or usb-stick and install it to disk, with well picked
|
||||
packages I like and a customized jwm config. Taddaa - a new distribution.
|
||||
|
||||
|
||||
Everything done with having the goal to consume as less ram as possible.
|
||||
|
||||
|
||||
## install to disk
|
||||
|
||||
You can install nanodesk to your harddrive. Before doing so,
|
||||
you have to get your drive partitioned and formated.
|
||||
|
||||
Partiotioning on an empty drive is simple, you need two partitions
|
||||
- partition1: ext4 , mainfilesystem.
|
||||
- partition2 (optional, but recommended): swap
|
||||
|
||||
You can use `gparted` or `fdisk` for this. Please read their manuals.
|
||||
|
||||
This done, just run `sudo /root/install_nanodesk.sh /dev/sdXY` from the terminal
|
||||
and the installation will start. (change /dev/sdXY to your drive)
|
||||
|
||||
## installing software
|
||||
|
||||
There is no GUI tool for installing software. You have to use `apt` frin the
|
||||
terminal.
|
||||
|
||||
## getting root
|
||||
|
||||
In the LiveCD mode you can just do `sudo su -` without being asked for a password.
|
||||
Depending on your choice by the installation, you will have to enter a password,
|
||||
when you created your own using by the installer.
|
||||
|
||||
So or so good old `su - ` works fine as well, just type in the root password.
|
Loading…
Reference in a new issue