Commit 808a373b by source_reader

data journal parameters in README and fixed sh_notify first_boot script

parent affb1889
## Set data to journaled
sudo tune2fs -o journal_data /dev/XXX
# then in /etc/fstab add
data=journal
# to the mount options
==== Ubuntu Installation ====== ==== Ubuntu Installation ======
1.) Create a squashfs filesystem with cubic 1.) Create a squashfs filesystem with cubic
......
#!/bin/bash
pipe=/tmp/first_boot_status pipe=/tmp/first_boot_status
if [[ -p $pipe ]]; then if [[ -p $pipe ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment