Maël Kimmerlin
5e82060124
Adding /etc/modprobe.d folder for module configuration ( #397 )
...
* Add a /etc/modprobe.d folder
populated using a config USB stick with folder modprobe
* Add the documentation for the modprobe folder
2019-05-08 13:15:48 +02:00
Pascal Vizeli
454964877d
Add support for privileged supervisor ( #381 )
2019-03-18 12:45:15 +01:00
Pascal Vizeli
1d40ffd4f9
OS: Fix boot problem ( #370 )
...
* OS: Fix boot problem
* Update var-lib-docker.mount
* Update var-lib-docker.mount
* Update var-lib-docker.mount
2019-03-18 09:53:22 +01:00
Pascal Vizeli
a21871f4af
OS: Disable coredump ( #365 )
2019-02-22 21:24:58 +01:00
Pascal Vizeli
7b4be3b4f7
OS: change zram swap to 25% of available memory ( #348 )
2019-02-08 11:53:31 +01:00
Bryan Berg
43828c2555
Migrate from LABEL= to /dev/disk/by-label/* ( #318 )
2019-01-28 09:58:40 +01:00
Simon Holzmayer
73a875c263
Fix modules import from USB-Stick ( #331 )
2019-01-25 14:27:02 +01:00
Jasper van der Neut - Stulen
5835b6a683
OS: Fix unmount of busy mounts ( #319 )
...
dhclient and systemd-journald will be running during shutdown and are
only killed in the final shutdown fase. Unmounting the directories
they use will fail. Use lazy unmouting to fix this.
2019-01-13 21:04:57 +01:00
Jasper van der Neut - Stulen
5fc32d2eb7
OS: Run ash as login shell, so $PATH is set correctly. ( #305 )
2019-01-04 22:00:03 +01:00
Pascal Vizeli
60c9013535
Travis ( #269 )
...
* Update build-all.sh
* Delete ovf-create.sh
* Update patches.sh
* Update hdd-image.sh
* Create .travis.yml
* Update hdd-image.sh
* Update hdd-image.sh
* Update hdd-image.sh
* Update hdd-image.sh
* Update ota.sh
* Update post-build.sh
* Update post-image.sh
* Update rauc.sh
* Update rootfs-layer.sh
* Update hassos-cli
* Update hassos-supervisor
* Update hassos-config
* Update hassos-apparmor
* Update hassos-expand
* Update hassos-persists-journald
* Update hassos-rate
* Update hassos-hook.sh
* Update hassos-hook.sh
* Rename uboot-boot.sh to uboot-boot.ush
* Rename uboot-boot.sh to uboot-boot.ush
* Update hassos-hook.sh
* Rename uboot-boot.sh to uboot-boot.ush
* Rename uboot-boot.sh to uboot-boot.ush
* Update hassos-hook.sh
* Update odroid_c2_defconfig
* Update rpi0_w_defconfig
* Update rpi2_defconfig
* Update rpi3_64_defconfig
* Update rpi3_defconfig
* Update rpi_defconfig
* Update tinker_defconfig
* Update enter.sh
* Update .travis.yml
2018-11-30 16:22:04 +01:00
Pascal Vizeli
ae0a2fe264
OS: move service scripts into libexec
2018-11-29 16:01:16 +00:00
Pascal Vizeli
bc3cc20629
Don't use a bind mount for docker data ( #266 )
2018-11-29 15:20:58 +01:00
Pascal Vizeli
dc35208efe
OS: allow set NTP ( #252 )
...
* OS: allow set NTP
* Create etc-systemd-timesyncd.conf.mount
* Update hassos-config
* Update configuration.md
* add link
* Update Documentation/configuration.md
Co-Authored-By: pvizeli <pascal.vizeli@syshack.ch >
2018-11-21 00:28:40 +01:00
Simon Holzmayer
809abbfde2
Fixed keeping name of udev rules after usb import ( #232 )
...
Closes #231
2018-10-29 16:01:29 +01:00
Pascal Vizeli
a2363d9a27
OS: bugfix acpid service file ( #229 )
...
* OS: bugfix acpid service file
* Update busybox-acpid.service
2018-10-29 16:00:20 +01:00
Pascal Vizeli
2291e8599e
OS: Config importer support now also boot partition ( #212 )
...
* OS: Config importer support now also boot partition
* Update configuration.md
* Cleanup config after import
* Update hassos-config
2018-10-25 21:59:58 +02:00
Pascal Vizeli
005cbc0b89
OS: use newer docker run command ( #217 )
...
* OS: use newer docker run command
* Update hassos-supervisor
2018-10-16 16:32:00 +02:00
Pascal Vizeli
dac76b1632
Allow udev rules & make it persistent ( #210 )
...
* Install default to lib
* Create hmip-rfusb.rules
* Create etc-udev-rules.d.mount
* Update hassos-config
* Update configuration.md
* Update rauc.sh
* Add ln
2018-10-11 20:49:20 +02:00
Johannes Truschnigg
faa371191f
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-10 11:34:06 +02:00
Pascal Vizeli
74ff13e25e
P1
2018-08-24 21:50:29 +00:00
Ryan Bray
11088580c5
odroid-c2: Initial Support
...
Working:
* Ethernet
* Resize of Data
* RAUC boot marking/fetching
* CMD Line into HASSOS and Linux
Partially working:
* USB (requires 1+ devices in at boot. Seems to be a kernel/dt issue.)
Untested:
* RAUC Update
* HDMI
Not working:
* Homeassistant
** We see:
hassio > ha info
The HTTP request failed with the error: Get http://hassio/homeassistant/info : dial tcp 172.30.32.2:80: getsockopt: connection refused
2018-08-16 22:24:11 -06:00
Pascal Vizeli
6ab6cd7ff4
os: revert gpt fix / not needed
2018-08-11 10:35:43 +00:00
Pascal Vizeli
a2c6107685
os: fix GPT alligne with SPL images
2018-08-11 08:56:46 +00:00
Pascal Vizeli
fbb45e1544
tinker: Initial support ( #140 )
...
* tinker: initial support
* Fix info
* Fix uboot defconfig
* Split kernel config
* Fix name
* Add post-image
* Init different boot
* Add SPL images
* Dynamic rauc config
* Support SPL for OTA
* Fix expand script style
* Fix SPL
* Bump build u-boot
* Cleanup
* Add cmd for scritps
* Use kernel from armbian
* Fix u-boot
* Add bluetooth support
* Fix bt
* Fix env
* Change uart debug like rpi
* move config
2018-08-03 13:21:55 +02:00
Pascal Vizeli
85c9aa4191
Fix handling with resolv.conf ( #99 )
2018-07-13 18:29:34 +02:00
Pascal Vizeli
7cffb1f45b
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 01:14:07 +02:00
Pascal Vizeli
38c1df36c0
Fix time on overlay ( #88 )
...
* Fix time on overlay
* Fix rights
* Fix timesync
2018-07-08 00:43:46 +02:00
Pascal Vizeli
c6d0fef0b4
Some cleanup ( #84 )
2018-07-06 21:04:48 +02:00
Pascal Vizeli
14833a110f
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 18:21:19 +02:00
Pascal Vizeli
bf59b7744d
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-05 20:00:56 +02:00
Pascal Vizeli
7e665a7b42
Fix persistent log ( #70 )
2018-07-02 23:53:07 +02:00
Pascal Vizeli
c860229130
Change chmod of network connection files from fat32 ( #69 )
2018-07-02 23:03:13 +02:00
Pascal Vizeli
32ab05bd2e
Fix update script with uptime ( #68 )
2018-07-02 22:51:54 +02:00
Pascal Vizeli
414b59ac4a
Fix label name in test script ( #66 )
...
* Fix label name in test script
* Update hassos-config
2018-07-02 21:24:05 +02:00
Pascal Vizeli
f8fa170e2a
Fix spell in journald script ( #65 )
2018-07-02 19:58:00 +02:00
Pascal Vizeli
11b1946cd7
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 01:05:21 +02:00
Pascal Vizeli
7d4b424d2f
Map /etc/machine-id into supervisor/cli ( #60 )
...
* Map /etc/machine-id into supervisor/cli
* Update hassos-cli
* Update hassos-supervisor
2018-07-01 15:15:54 +02:00
Pascal Vizeli
6aa8e61d88
Add lost persistent ssh folder ( #58 )
...
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
2018-07-01 00:38:30 +02:00
Pascal Vizeli
2614ffce40
Use CONFIG as label for config partition ( #56 )
...
* Use CONFIG as label for config partition
* Update configuration.md
* Update hassos-config
2018-07-01 00:28:00 +02:00
Pascal Vizeli
dde6d8f806
Set hassos supervisor to rauc ( #55 )
...
* Set hassos supervisor to rauc
* Update post-install
* Update hassos-config
2018-06-29 15:23:49 +02:00
Pascal Vizeli
8dd8816e4e
Fix authorized_keys keys ( #53 )
...
* Fix authorized_keys keys
* Update hassos.conf
* Update configuration.md
* Update hassos-config
* Update hassos-config
2018-06-28 22:21:50 +02:00
Pascal Vizeli
f739aed8de
Fix hassos-conf label ( #48 )
...
* Update mnt-config.mount
* Update configuration.md
* Update configuration.md
* Update mnt-config.mount
* Update configuration.md
2018-06-28 22:20:34 +02: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