Install Emacs, correction fstab Xenia
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
## Réparation du bordel de deneb
|
||||
|
||||
### installation de Emacs (!!)
|
||||
```
|
||||
br@deneb:~$ sudo apt-get install emacs-nox
|
||||
```
|
||||
|
||||
Tu pourras le virer après.
|
||||
|
||||
### État des lieux
|
||||
|
||||
```
|
||||
@@ -54,6 +61,30 @@ sdb disk 149.1G 0
|
||||
sr0 rom 1024M 0
|
||||
```
|
||||
|
||||
### Correction du fstab du second disque
|
||||
On ne pas monter ici les partitions du premier disque, on verra ,ca plus tard avec l'`automounter` (`autofs`).
|
||||
|
||||
|
||||
```
|
||||
br@deneb:~/.emacs.d$ sudo emacs /systemXena/etc/fstab
|
||||
br@deneb:~/.emacs.d$ cat /systemXena/etc/fstab
|
||||
# /etc/fstab: static file system information.
|
||||
#
|
||||
# Use 'blkid' to print the universally unique identifier for a
|
||||
# device; this may be used with UUID= as a more robust way to name devices
|
||||
# that works even if disks are added and removed. See fstab(5).
|
||||
#
|
||||
# <file system> <mount point> <type> <options> <dump> <pass>
|
||||
LABEL=root2 / ext4 errors=remount-ro 0 1
|
||||
LABEL=export2 /export2 ext4 defaults 0 2
|
||||
|
||||
# swap was on /dev/sda2 during installation
|
||||
LABEL=swap2 none swap nofail,sw,pri=0 0 0
|
||||
LABEL=swap1 none swap nofail,sw,pri=0 0 0
|
||||
```
|
||||
|
||||
Maintenant, on devrait pouvoir booter sur Xenia.
|
||||
|
||||
### autofs
|
||||
|
||||
#### installation
|
||||
|
Reference in New Issue
Block a user