-
Notifications
You must be signed in to change notification settings - Fork 4
wget files into their own cache dir. #21
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
base: master
Are you sure you want to change the base?
Conversation
| lc/playbook_branch=${playbook_branch} \\ | ||
| lc/inventory_repo=${inventory_repo} \\ | ||
| lc/inventory_branch=${inventory_branch} \\ | ||
| ${more_appends} \\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's not in the provided config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
scripts/mk_usb_installer.sh
Outdated
| sha256sum --check ${iso}.SHA256SUM | ||
|
|
||
| zcat hd-media/boot.img.gz|sudo dcfldd of=/dev/${dev} | ||
| cd - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I generally prefer using subshells to cd-ing around in a script, keeps it easier to follow the current directory...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
$cache - dir to wget img and iso files into so they don't clutter up the code dir.
keeps different suite's files with the same name from stepping on each other:
cache/$suite/hd-media/boot.img.gz
more_appends - plumbing to send random kernel params, like
more_appends=mirror/http/proxy=http://cnt5:8000/