Johannes Truschnigg
8ffcd3efb9
Implement basic ACPI shutdown support via busybox acpid ( #209 )
...
On systems where ACPI support is present as inidcated by the presence of
/proc/acpi (e.g. on OVA compatible hypervisors), we want to properly
shut down the system when the power button is pressed (or the hypervisor
simulates this kind of event to the guest machine that executes hassos).
This changeset provides the following basic infrastructure for this
feature to work as expected:
* a systemd service to start acpid, if ACPI support can be assumed
* an acpid configuration directory
* a trivial shutdown script to invoke when a PWR event is registered
2018-10-26 10:16:16 +00:00
Pascal Vizeli
e8f80669d7
Fix handling with resolv.conf ( #99 )
2018-07-13 16:31:32 +00:00
Pascal Vizeli
bf69f2e974
Native bluetooth support ( #91 )
...
* Add bluez
* rpi firmware
* add rpi support
* Make packages from rpi
* Fix build
* Fix target
* persistent
* fix package
* Auto enable
* Fix parameter
* Fix rpi
* Fix done
2018-07-10 08:20:21 +00:00
Pascal Vizeli
aa7858ae44
Fix time on overlay ( #88 )
...
* Fix time on overlay
* Fix rights
* Fix timesync
2018-07-07 22:45:00 +00:00
Pascal Vizeli
450826b6bd
Some cleanup ( #84 )
2018-07-06 21:54:38 +00:00
Pascal Vizeli
1d74fcb91d
Use wait on network to delay the startup ( #81 )
...
* Use wait on network to delay the startup
* Update nm.conf
* Create nm.conf
* Update hassos-supervisor.service
* Rename hassos.conf to docker.conf
* Create hassos.conf
* Create hassos.conf
* Update hassos.conf
* aply patch
* Mark only failed
* Fix start order
2018-07-06 21:53:58 +00:00
Pascal Vizeli
36251114d8
Use dhcp client / avahi after NM ( #75 )
...
* Use dhcp client / avahi after NM
* Store networkmanager
* Add default connection
* cleanup
* cleanup lease
* faster boot
* Cleanup
* Fix permission
2018-07-06 21:51:41 +00:00
Pascal Vizeli
6fdd892aaf
Fix persistent log ( #70 )
2018-07-02 22:01:35 +00:00
Pascal Vizeli
90dc5b54c0
Change chmod of network connection files from fat32 ( #69 )
2018-07-02 21:04:01 +00:00
Pascal Vizeli
5b68cf097a
Fix update script with uptime ( #68 )
2018-07-02 20:52:33 +00:00
Pascal Vizeli
854202a1b8
Fix label name in test script ( #66 )
...
* Fix label name in test script
* Update hassos-config
2018-07-02 19:53:03 +00:00
Pascal Vizeli
e51a0811a1
Fix spell in journald script ( #65 )
2018-07-02 19:52:52 +00:00
Pascal Vizeli
15fc1f447e
Make logs persistent over reboot and cleanup ( #61 )
...
* Create hassos-persists-journald
* Create hassos-persists-journald.service
* Set ln & permission
* Enable persists journald
* Update hassos-persists-journald
2018-07-02 19:52:40 +00:00
Pascal Vizeli
26b5f910b5
Map /etc/machine-id into supervisor/cli ( #60 )
...
* Map /etc/machine-id into supervisor/cli
* Update hassos-cli
* Update hassos-supervisor
2018-07-02 19:52:30 +00:00
Pascal Vizeli
5cc352bb44
Add lost persistent ssh folder ( #58 )
...
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
2018-06-30 22:40:45 +00:00
Pascal Vizeli
0f1c8dbf56
Use CONFIG as label for config partition ( #56 )
...
* Use CONFIG as label for config partition
* Update configuration.md
* Update hassos-config
2018-06-30 22:40:21 +00:00
Pascal Vizeli
ba78c80b97
Set hassos supervisor to rauc ( #55 )
...
* Set hassos supervisor to rauc
* Update post-install
* Update hassos-config
2018-06-30 09:59:46 +00:00
Pascal Vizeli
38bc2b4f91
Fix authorized_keys keys ( #53 )
...
* Fix authorized_keys keys
* Update hassos.conf
* Update configuration.md
* Update hassos-config
* Update hassos-config
2018-06-30 09:59:36 +00:00
Pascal Vizeli
69af4b3819
Fix hassos-conf label ( #48 )
...
* Update mnt-config.mount
* Update configuration.md
* Update configuration.md
* Update mnt-config.mount
* Update configuration.md
2018-06-30 09:59:24 +00:00
Pascal Vizeli
27cd425f5b
Use systemd for config mount ( #37 )
...
* Create mnt-config.mount
* Update hassos-config
* Update mnt-config.mount
* Update hassos-config
2018-06-26 10:18:16 +02:00
Pascal Vizeli
b3943870dc
Fix rauc config
2018-06-25 21:11:18 +00:00
Pascal Vizeli
26d7a4cb23
Update hassos.conf
2018-06-25 08:58:26 +02:00
Pascal Vizeli
cc80265997
Run dropbear only if they have a known_hosts
2018-06-25 08:55:16 +02:00
Pascal Vizeli
8434f3ee55
Create docker.conf
2018-06-25 08:51:22 +02:00
Pascal Vizeli
ddde16216c
Rename hassos.conf to docker.conf
2018-06-25 08:50:39 +02:00
Pascal Vizeli
3e8499ecbf
Use correct cert ( #35 )
...
* Use correct cert
* Fix boot partition handling
* Cleanup rauc handling
* Make a reboot
* handling
2018-06-24 23:41:04 +02:00
Pascal Vizeli
e30e15dc53
fix rauc name
2018-06-21 15:49:37 +02:00
Pascal Vizeli
fa44e0a7fd
cleanup
2018-06-17 01:25:47 +02:00
Pascal Vizeli
1a3d063fec
Reboot after mark partition as bad
2018-06-16 22:24:36 +02:00
Pascal Vizeli
49df049f2c
Change rauc mark handling
2018-06-16 09:06:07 +00:00
Pascal Vizeli
6a05718235
Fix expander on SD cards
...
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
2018-06-13 19:12:57 +00:00
Pascal Vizeli
9f6a339ec7
fix old bootstate
...
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
2018-06-12 14:31:50 +00:00
Pascal Vizeli
d6f5c337e1
Allow more log with new partition layout
...
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
2018-06-12 13:53:17 +00:00
Pascal Vizeli
76a4376a96
Use uboot raw env
...
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
2018-06-11 12:46:09 +00:00
Pascal Vizeli
a426046bcc
Support dual bootloader ( #27 )
...
* Support dual bootloader
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
* Make ova running
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
* fix uboot
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
* Update supervisor
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
* Support all rpi
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
2018-06-11 11:34:31 +00:00
Pascal Vizeli
d8b808c8b3
Add token to CLI
2018-06-03 14:51:32 +02:00
Pascal Vizeli
50e0149d37
Parse machine id to supervisor for token
2018-06-03 14:50:22 +02:00
Pascal Vizeli
42f195e91c
Add support for new config shema
2018-06-03 14:29:25 +02:00
Pascal Vizeli
cb80bb725c
Generalize getty handling
...
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
2018-06-03 09:43:28 +00:00
Pascal Vizeli
24082ba3a6
Move getty to barebox for support serial
...
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
2018-06-01 14:50:48 +00:00
Pascal Vizeli
7db3226a8e
Optimize Rauc-Good service ( #24 )
...
* Update rauc-good.service
* Update rauc-good.timer
2018-05-27 20:02:11 +02:00
Pascal Vizeli
8ef36c928f
Fix expand after rename
2018-05-18 23:05:41 +02:00
Pascal Vizeli
e3645e22df
Active module load
2018-05-18 15:24:40 +02:00
Pascal Vizeli
a940b5c084
Create hassos.conf
2018-05-18 15:22:40 +02:00
Pascal Vizeli
45dfd904d1
Update etc-modules\x2dload.d.mount
2018-05-18 15:21:35 +02:00
Pascal Vizeli
8e37f9af9d
Update etc-NetworkManager-system\x2dconnections.mount
2018-05-18 15:21:09 +02:00
Pascal Vizeli
cb5c9d1121
Create etc-modules\x2dload.d.mount
2018-05-18 15:20:38 +02:00
Pascal Vizeli
280f1a819c
Setup a PKI for HassOS ( #19 )
...
* Add ca
* Update post-build.sh
* Delete keyring.pem
2018-05-15 19:41:32 +02:00
Pascal Vizeli
ec8a11051a
Update and rename buildroot-external/board/ova/rootfs-overlay/etc/rauc.conf to buildroot-external/rootfs-overlay/etc/rauc/system.conf
2018-05-15 11:32:24 +02:00
Pascal Vizeli
3a5d2de705
Rename OS ( #16 )
...
Rename OS
2018-05-14 22:37:39 +02:00