Fix mount

This commit is contained in:
Aleksey Samoilov 2024-03-08 21:37:43 +04:00
parent 87760e7355
commit 2941a78a98
2 changed files with 11 additions and 3 deletions

View file

@ -22,17 +22,19 @@ extraMounts:
mountPoint: /sys
- device: /dev
mountPoint: /dev
options: [ bind ]
options: bind
- device: tmpfs
fs: tmpfs
mountPoint: /run
- device: /run/udev
mountPoint: /run/udev
options: [ bind ]
options: bind
extraMountsEfi:
- device: efivarfs
fs: efivarfs
mountPoint: /sys/firmware/efi/efivars
efi: true
- device: /dev/pts
mountPoint: /dev/pts
options: [ bind ]
options: bind

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
calamares-settings-tileos-river (1.14~tileos) unstable; urgency=medium
* Fix mount
-- Aleksey Samoilov <samoilov.lex@gmail.com> Fri, 08 Mar 2024 21:37:21 +0400
calamares-settings-tileos-river (1.13~tileos) unstable; urgency=medium
* Fix installing on Btrfs