From 66e209169b497f5955e7072ec4e2beea50a2027b Mon Sep 17 00:00:00 2001 From: nolim1t Date: Sun, 1 Mar 2020 15:14:28 +0700 Subject: [PATCH] Add todo --- stage2/08-configure-bitcoind/01-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stage2/08-configure-bitcoind/01-run.sh b/stage2/08-configure-bitcoind/01-run.sh index b7c4cb3..0399e3c 100755 --- a/stage2/08-configure-bitcoind/01-run.sh +++ b/stage2/08-configure-bitcoind/01-run.sh @@ -1,3 +1,5 @@ +# TODO: configure username and password (internally) + chmod 644 files/bitcoin.conf mkdir ${ROOTFS_DIR}/home/${FIRST_USER_NAME}/bitcoin cp files/bitcoin.conf ${ROOTFS_DIR}/home/${FIRST_USER_NAME}/bitcoin/bitcoin.conf