diff options
| author | John Ogness <john.ogness@linutronix.de> | 2018-04-05 11:27:09 +0200 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-04-05 11:27:09 +0200 |
| commit | d1af6befdc11877d642208ac38c5652e3fbdd767 (patch) | |
| tree | 7f22a216e4cc8e5adc6bdb5d71d7cdef23cfc564 /lx-trainer-vm | |
| parent | d5c2ddca945c055d5ba2b1635f6fca36b592dd5c (diff) | |
lx-trainer-vm: do not explicitly mount debugfs
Debian will mount debugfs by default. Do not explicitly specify
it in /etc/fstab.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'lx-trainer-vm')
| -rw-r--r-- | lx-trainer-vm/lx-trainer-vm.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lx-trainer-vm/lx-trainer-vm.xml b/lx-trainer-vm/lx-trainer-vm.xml index 0dd4750..793f64b 100644 --- a/lx-trainer-vm/lx-trainer-vm.xml +++ b/lx-trainer-vm/lx-trainer-vm.xml @@ -99,13 +99,6 @@ <tune2fs>-i 0</tune2fs> </fs> </bylabel> - <bydev> - <source>none</source> - <mountpoint>/sys/kernel/debug</mountpoint> - <fs> - <type>debugfs</type> - </fs> - </bydev> <!-- the EFI system partition needs to be mounted at /boot/efi --> <bylabel> |
