Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wattsworth
/
puppet
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
808a373b
authored
Sep 10, 2019
by
source_reader
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
data journal parameters in README and fixed sh_notify first_boot script
parent
affb1889
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
README
modules/common/files/first_boot_sh_notify.sh
README
View file @
808a373b
## Set data to journaled
sudo tune2fs -o journal_data /dev/XXX
# then in /etc/fstab add
data=journal
# to the mount options
==== Ubuntu Installation ======
1.) Create a squashfs filesystem with cubic
...
...
modules/common/files/first_boot_sh_notify.sh
View file @
808a373b
#!/bin/bash
pipe
=
/tmp/first_boot_status
if
[[
-p
$pipe
]]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment