Fix mount
This commit is contained in:
parent
36bcd01475
commit
a0715ddc0e
2 changed files with 11 additions and 3 deletions
|
@ -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
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
calamares-settings-tileos-sway (1.16~tileos) unstable; urgency=medium
|
||||
|
||||
* Fix mount
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Fri, 08 Mar 2024 21:36:26 +0400
|
||||
|
||||
calamares-settings-tileos-sway (1.15~tileos) unstable; urgency=medium
|
||||
|
||||
* Fix installing on Btrfs
|
||||
|
|
Loading…
Add table
Reference in a new issue