GithubHelp home page GithubHelp logo

deb-make's Introduction

pi desktop deb

File Tree

1

python file

path: usr/share/PiDesktop/python

  • restart.py

shutdown shell

  • rtc.py

1.Edit the file /boot/config.txt,changing 'dtoverlay=i2c-rtc,pcf8563'.
2.Edit the file /lib/udev/hwclock-set,commenting out some code.
3.Disable fake-hwclock.service

  • pppBoot.py

Change boot parameters. Edit the file /boot/cmdline.txt,changing 'root=/dev/sda2'.

  • diskClone.py

1.Check if there is a mSATA disk.
2.call piclone
3.call pppBoot.py

shell file

path: usr/share/PiDesktop/script

  • ppp-hdclone

call diskClone.py

  • sync-hwclock

synchronous time

service

path: lib/systemd/system Create the startup service.

  • embest.service

call restart.py

  • embest-shutdown.service

call sync-hwclock

Deb File

####Deb control shell

  • control

Deb file's infomation.

  • postinst

Run after install deb file completion.

  1. Add +x to shell files.
  2. Generate link script(/usr/bin) to pppBoot.py and ppp-hdclone.
  3. Enable services(embest-shutdown.service and embest.service).
  • postrm

run before remove deb file completion.

####Make pidesktop-base.deb file,command line run:

dpkg -b pidesktop-base/ pidesktop-base.deb

deb-make's People

Contributors

hyenas-xl avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.