Compare commits
6 commits
Author | SHA1 | Date | |
---|---|---|---|
a973ecb7aa | |||
c47563d213 | |||
9ba599c941 | |||
421e107bae | |||
2941a78a98 | |||
87760e7355 |
8 changed files with 41 additions and 10 deletions
BIN
calamares/branding/tileos-river/River.png
Normal file → Executable file
BIN
calamares/branding/tileos-river/River.png
Normal file → Executable file
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 72 KiB |
|
@ -6,10 +6,10 @@ windowSize: "890px,600px"
|
|||
strings:
|
||||
productName: TileOS
|
||||
shortProductName: TileOS
|
||||
version: 1.0 (t-rex)
|
||||
shortVersion: 1.0
|
||||
versionedName: TileOS 1.0 (t-rex)
|
||||
shortVersionedName: TileOS 1.0
|
||||
version: 1.2 (t-rex)
|
||||
shortVersion: 1.2
|
||||
versionedName: TileOS 1.2 (t-rex)
|
||||
shortVersionedName: TileOS 1.2
|
||||
bootloaderEntryName: TileOS
|
||||
supportUrl: https://gitlab.com/tile-os/tileos/-/issues
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ Presentation
|
|||
|
||||
Timer {
|
||||
interval: 20000
|
||||
running: true
|
||||
repeat: true
|
||||
onTriggered: presentation.goToNextSlide()
|
||||
}
|
||||
|
|
BIN
calamares/branding/tileos-river/welcome.png
Normal file → Executable file
BIN
calamares/branding/tileos-river/welcome.png
Normal file → Executable file
Binary file not shown.
Before Width: | Height: | Size: 197 KiB After Width: | Height: | Size: 109 KiB |
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
mountOptions:
|
||||
default: defaults,noatime
|
||||
btrfs: defaults,noatime,space_cache,autodefrag
|
||||
btrfs: defaults,noatime,space_cache=v2,autodefrag
|
||||
ssdExtraMountOptions:
|
||||
ext4: discard
|
||||
jfs: discard
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,7 +2,5 @@ efiSystemPartition: "/boot/efi"
|
|||
enableLuksAutomatedPartitioning: true
|
||||
userSwapChoices:
|
||||
- none
|
||||
- file
|
||||
initialSwapChoice: file
|
||||
drawNestedPartitions: true
|
||||
defaultFileSystemType: "ext4"
|
||||
|
|
30
debian/changelog
vendored
30
debian/changelog
vendored
|
@ -1,3 +1,33 @@
|
|||
calamares-settings-tileos-river (1.17~tileos) unstable; urgency=medium
|
||||
|
||||
* Update version
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Sun, 20 Oct 2024 16:32:31 +0400
|
||||
|
||||
calamares-settings-tileos-river (1.16~tileos) unstable; urgency=medium
|
||||
|
||||
* Update version
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Sat, 22 Jun 2024 18:04:03 +0400
|
||||
|
||||
calamares-settings-tileos-river (1.15~tileos) unstable; urgency=medium
|
||||
|
||||
* Fix slideshow
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Tue, 02 Apr 2024 16:00:46 +0400
|
||||
|
||||
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
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Fri, 08 Mar 2024 00:44:39 +0400
|
||||
|
||||
calamares-settings-tileos-river (1.12~tileos) unstable; urgency=medium
|
||||
|
||||
* Backport some Debian stuff
|
||||
|
|
Loading…
Add table
Reference in a new issue