├── 10-monitor.conf ├── 50-touchpad.conf ├── README.md ├── deps ├── cgpt ├── pacman.conf └── systemd-212-3-armv7h.pkg.tar.xz ├── fix-systemd.sh ├── install.sh ├── post-install.sh └── prepare-usb.sh /10-monitor.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omgmog/archarm-usb-hp-chromebook-11/HEAD/10-monitor.conf -------------------------------------------------------------------------------- /50-touchpad.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omgmog/archarm-usb-hp-chromebook-11/HEAD/50-touchpad.conf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omgmog/archarm-usb-hp-chromebook-11/HEAD/README.md -------------------------------------------------------------------------------- /deps/cgpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omgmog/archarm-usb-hp-chromebook-11/HEAD/deps/cgpt -------------------------------------------------------------------------------- /deps/pacman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omgmog/archarm-usb-hp-chromebook-11/HEAD/deps/pacman.conf -------------------------------------------------------------------------------- /deps/systemd-212-3-armv7h.pkg.tar.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omgmog/archarm-usb-hp-chromebook-11/HEAD/deps/systemd-212-3-armv7h.pkg.tar.xz -------------------------------------------------------------------------------- /fix-systemd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omgmog/archarm-usb-hp-chromebook-11/HEAD/fix-systemd.sh -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omgmog/archarm-usb-hp-chromebook-11/HEAD/install.sh -------------------------------------------------------------------------------- /post-install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omgmog/archarm-usb-hp-chromebook-11/HEAD/post-install.sh -------------------------------------------------------------------------------- /prepare-usb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omgmog/archarm-usb-hp-chromebook-11/HEAD/prepare-usb.sh --------------------------------------------------------------------------------