Compare commits
No commits in common. "master" and "v1.15" have entirely different histories.
5 changed files with 9 additions and 27 deletions
|
@ -6,10 +6,10 @@ windowSize: "890px,600px"
|
||||||
strings:
|
strings:
|
||||||
productName: TileOS
|
productName: TileOS
|
||||||
shortProductName: TileOS
|
shortProductName: TileOS
|
||||||
version: 1.2 (t-rex)
|
version: 1.0 (t-rex)
|
||||||
shortVersion: 1.2
|
shortVersion: 1.0
|
||||||
versionedName: TileOS 1.2 (t-rex)
|
versionedName: TileOS 1.0 (t-rex)
|
||||||
shortVersionedName: TileOS 1.2
|
shortVersionedName: TileOS 1.0
|
||||||
bootloaderEntryName: TileOS
|
bootloaderEntryName: TileOS
|
||||||
supportUrl: https://gitlab.com/tile-os/tileos/-/issues
|
supportUrl: https://gitlab.com/tile-os/tileos/-/issues
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 195 KiB |
|
@ -22,19 +22,17 @@ extraMounts:
|
||||||
mountPoint: /sys
|
mountPoint: /sys
|
||||||
- device: /dev
|
- device: /dev
|
||||||
mountPoint: /dev
|
mountPoint: /dev
|
||||||
options: bind
|
options: [ bind ]
|
||||||
- device: tmpfs
|
- device: tmpfs
|
||||||
fs: tmpfs
|
fs: tmpfs
|
||||||
mountPoint: /run
|
mountPoint: /run
|
||||||
- device: /run/udev
|
- device: /run/udev
|
||||||
mountPoint: /run/udev
|
mountPoint: /run/udev
|
||||||
options: bind
|
options: [ bind ]
|
||||||
|
|
||||||
extraMountsEfi:
|
|
||||||
- device: efivarfs
|
- device: efivarfs
|
||||||
fs: efivarfs
|
fs: efivarfs
|
||||||
mountPoint: /sys/firmware/efi/efivars
|
mountPoint: /sys/firmware/efi/efivars
|
||||||
efi: true
|
efi: true
|
||||||
- device: /dev/pts
|
- device: /dev/pts
|
||||||
mountPoint: /dev/pts
|
mountPoint: /dev/pts
|
||||||
options: bind
|
options: [ bind ]
|
||||||
|
|
|
@ -2,5 +2,7 @@ efiSystemPartition: "/boot/efi"
|
||||||
enableLuksAutomatedPartitioning: true
|
enableLuksAutomatedPartitioning: true
|
||||||
userSwapChoices:
|
userSwapChoices:
|
||||||
- none
|
- none
|
||||||
|
- file
|
||||||
|
initialSwapChoice: file
|
||||||
drawNestedPartitions: true
|
drawNestedPartitions: true
|
||||||
defaultFileSystemType: "ext4"
|
defaultFileSystemType: "ext4"
|
||||||
|
|
18
debian/changelog
vendored
18
debian/changelog
vendored
|
@ -1,21 +1,3 @@
|
||||||
calamares-settings-tileos-sway (1.18~tileos) unstable; urgency=medium
|
|
||||||
|
|
||||||
* Update version
|
|
||||||
|
|
||||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Sun, 20 Oct 2024 16:37:12 +0400
|
|
||||||
|
|
||||||
calamares-settings-tileos-sway (1.17~tileos) unstable; urgency=medium
|
|
||||||
|
|
||||||
* Update version
|
|
||||||
|
|
||||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Sat, 22 Jun 2024 18:07:34 +0400
|
|
||||||
|
|
||||||
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
|
calamares-settings-tileos-sway (1.15~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
* Fix installing on Btrfs
|
* Fix installing on Btrfs
|
||||||
|
|
Loading…
Add table
Reference in a new issue