Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull request for changes from personal repo #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TACIXAT
Copy link

@TACIXAT TACIXAT commented Jun 20, 2016

Sorry if this is a little messy, tried to revert my repo to yours so that changes will be minimal, I see the other commit history in there still. For some reason the comments form master aren't showing in the diff so those look like extra additions.

flash-sdcard.sh

  • Change root's and alarm's passwords in the flasher.
  • Copy the script to the home directory so it's there when you boot.

build.sh

  • Check for internet and that script is running as root.
  • Remove yaourt cause it didn't install from the default repos. I need to test the others left in there now since my line only installs vim.
  • Install minset of build tools for tlsdate.
  • Removing caching http server cause wtf caching traffic?!?!
  • Install macchanger, ntp, and sudo (for building tlsdate as alarm).
  • Download nad build tlsdate.
  • Fix typo in echo bcm2708_rng line.
  • Make /var/log and /tmp tmpfs.
  • Commented out configuration for a usb ethernet driver on eth1.
  • Commented out configuration for ssh from laptop to Pi for Wifi connections.
  • Sync and reboot.

@TACIXAT
Copy link
Author

TACIXAT commented Jun 23, 2016

The commented out ssh stuff is naive. It breaks SSH. It just needs -d 172.16.0.1.

@TACIXAT
Copy link
Author

TACIXAT commented Feb 7, 2017

Any word on this? Would you consider adding me as a contributor to manage these pull requests?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My $0.02

# Install ntp
pacman -S ntp

# Install sudo

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we want passwordless sudo for security reasons.


# logrunner & tlsdate both need to be built :(

# build tlsdate

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reason not to use pacman -S tlsdate ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants