diff --git a/sparse/etc/systemd/system/cheeseburger-misc.service b/sparse/etc/systemd/system/cheeseburger-misc.service index 147f64c..7886dcf 100644 --- a/sparse/etc/systemd/system/cheeseburger-misc.service +++ b/sparse/etc/systemd/system/cheeseburger-misc.service @@ -6,4 +6,4 @@ Conflicts=actdead.target factory-test.target rescue.target [Service] Type=oneshot RemainAfterExit=yes -ExecStart=/usr/bin/droid/cheeseburger-misc.sh +ExecStart=/usr/bin/droid/cheeseburger-misc.sh \ No newline at end of file diff --git a/sparse/lib/systemd/system/local-fs.target.wants/system.mount b/sparse/lib/systemd/system/local-fs.target.wants/system.mount new file mode 120000 index 0000000..ad73a89 --- /dev/null +++ b/sparse/lib/systemd/system/local-fs.target.wants/system.mount @@ -0,0 +1 @@ +../system.mount \ No newline at end of file diff --git a/sparse/lib/systemd/system/local-fs.target.wants/vendor.mount b/sparse/lib/systemd/system/local-fs.target.wants/vendor.mount new file mode 120000 index 0000000..ca16668 --- /dev/null +++ b/sparse/lib/systemd/system/local-fs.target.wants/vendor.mount @@ -0,0 +1 @@ +../vendor.mount \ No newline at end of file diff --git a/sparse/lib/systemd/system/system.mount b/sparse/lib/systemd/system/system.mount new file mode 100644 index 0000000..4ab7f39 --- /dev/null +++ b/sparse/lib/systemd/system/system.mount @@ -0,0 +1,12 @@ +[Unit] +Description=Droid mount for /system +Before=local-fs.target systemd-modules-load.service + +[Mount] +What=/dev/sde21 +Where=/system +Type=ext4 +TimeoutSec=5 + +[Install] +WantedBy=local-fs.target \ No newline at end of file diff --git a/sparse/lib/systemd/system/vendor.mount b/sparse/lib/systemd/system/vendor.mount new file mode 100644 index 0000000..32d59aa --- /dev/null +++ b/sparse/lib/systemd/system/vendor.mount @@ -0,0 +1,12 @@ +[Unit] +Description=Droid mount for /vendor +Before=vendor-bt_firmware.mount vendor-dsp.mount vendor-firmware_mnt.mount local-fs.target systemd-modules-load.service + +[Mount] +What=/dev/sdf6 +Where=/vendor +Type=ext4 +TimeoutSec=5 + +[Install] +WantedBy=local-fs.target \ No newline at end of file