mirror of https://schlomp.space/tastytea/hashboot
updated TODO
parent
b13bf72db2
commit
9ad78bef50
8
TODO
8
TODO
|
@ -1,6 +1,6 @@
|
||||||
* SysV-style init scripts
|
* SysV-style init scripts (done)
|
||||||
* Systemd init script
|
* Systemd init script (done)
|
||||||
* Gentoo ebuild
|
* Gentoo ebuild
|
||||||
* Debian package
|
* Debian package (done)
|
||||||
* Ubuntu package
|
* Ubuntu package
|
||||||
* recovery
|
* recovery (done)
|
|
@ -74,7 +74,7 @@ then
|
||||||
tar -xzpPvwf ${BACKUP_FILE} ${file}
|
tar -xzpPvwf ${BACKUP_FILE} ${file}
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "Type reboot to reboot now, otherwise you get a shell"
|
echo -n "Type reboot to reboot now, otherwise you get a shell: "
|
||||||
read -r reboot
|
read -r reboot
|
||||||
if [ ${reboot} == "reboot" ]
|
if [ ${reboot} == "reboot" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue