Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd43d98867 | ||
|
|
171dc63701 | ||
|
|
03890a3973 |
@@ -1,5 +1,4 @@
|
|||||||
|
# Burrow Pi Image
|
||||||
#Burrow Pi Image
|
|
||||||
|
|
||||||
This is a fork of the [pi-gen](https://github.com/RPi-Distro/pi-gen) project, the "tool used to create the raspberrypi.org Raspbian images". `pi-gen` serves as a decent base becuase it:
|
This is a fork of the [pi-gen](https://github.com/RPi-Distro/pi-gen) project, the "tool used to create the raspberrypi.org Raspbian images". `pi-gen` serves as a decent base becuase it:
|
||||||
|
|
||||||
|
|||||||
@@ -2,4 +2,5 @@
|
|||||||
|
|
||||||
echo "" >> "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/.bashrc"
|
echo "" >> "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/.bashrc"
|
||||||
echo ". <(burrow generate-completion)" >> "${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"
|
||||||
|
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ rm -rf "${ROOTFS_DIR}/etc/update-motd.d/"*
|
|||||||
install -m 755 files/* "${ROOTFS_DIR}/etc/update-motd.d/"
|
install -m 755 files/* "${ROOTFS_DIR}/etc/update-motd.d/"
|
||||||
|
|
||||||
echo "" >> "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/.bashrc"
|
echo "" >> "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/.bashrc"
|
||||||
echo "PS1=\"\[\e[31m\]Burrow>\[\e[m\] \"" >> "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/.bashrc"
|
echo "PS1=\"\\\\[\e[31m\\\\]Burrow>\\\\[\e[m\\\\] \"" >> "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/.bashrc"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
echo ""
|
echo ""
|
||||||
echo "======================================================="
|
echo "======================================================="
|
||||||
echo "=== TYPE: "
|
echo "=== TYPE: "
|
||||||
echo "=== burrow mnemonic -i8b 256 "
|
echo "=== seedgen "
|
||||||
echo "=== "
|
echo "=== "
|
||||||
echo "=== to generate a new 24-word seed "
|
echo "=== to generate a new 24-word seed "
|
||||||
echo "======================================================="
|
echo "======================================================="
|
||||||
|
|||||||
Reference in New Issue
Block a user