This website works better with JavaScript.
Home
Explore
Help
Sign In
rudefox
/
burrow-pi-img
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
25
Wiki
Activity
Browse Source
Created a 'seedgen' alias
master
B.J. Dweck
3 months ago
parent
03890a3973
commit
171dc63701
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
stage2/04-rudefox-burrow/03-run.sh
+1
-1
stage2/06-rudefox-motd/files/30-rudefox-instructions
+ 1
- 0
stage2/04-rudefox-burrow/03-run.sh
View File
@ -2,4 +2,5 @@
echo
""
>>
"
${
ROOTFS_DIR
}
/home/
${
FIRST_USER_NAME
}
/.bashrc
"
echo
". <(burrow generate-completion)"
>>
"
${
ROOTFS_DIR
}
/home/
${
FIRST_USER_NAME
}
/.bashrc
"
echo
"alias seedgen='burrow mnemonic -i8b 256'"
>>
"
${
ROOTFS_DIR
}
/home/
${
FIRST_USER_NAME
}
/.bashrc
"
+ 1
- 1
stage2/06-rudefox-motd/files/30-rudefox-instructions
View File
@ -3,7 +3,7 @@
echo ""
echo "======================================================="
echo "=== TYPE: "
echo "===
burrow mnemonic -i8b 256
"
echo "===
seedgen
"
echo "=== "
echo "=== to generate a new 24-word seed "
echo "======================================================="
Write
Preview
Loading…
Cancel
Save