Merge pull request #40 from fbelavenuto/dev

Dev
This commit is contained in:
Fabio Belavenuto 2022-07-18 17:06:37 -03:00 committed by GitHub
commit 56b1ba55c5
11 changed files with 6 additions and 5 deletions

4
.gitignore vendored
View File

@ -1,7 +1,7 @@
!.gitkeep
.vscode
arpl.img
arpl.vmdk
arpl*.img
arpl*.vmdk
*.zip
.buildroot
test.sh

2
TODO
View File

@ -1,6 +1,5 @@
A fazer
- Descobrir como é o serial do DS2422+
- Mudar addons para colocar pacote completo na partição 3 e detectar dinâmicamente durante o boot do júnior
- Estudar acrescentar modo simples e avançado do menu
Concluidos:
@ -24,5 +23,6 @@ Concluidos:
- Arrumar detecção de discos/maxdisks. 918 tem só 4 discos e dá problema com proxmox
- Melhorar opções de HD, talvez criar um menu a parte
- Implementar update do bzimage e ramdisk online
- Mudar addons para colocar pacote completo na partição 3 e detectar dinâmicamente durante o boot do júnior
https://kb.synology.com/en-me/DSM/tutorial/What_kind_of_CPU_does_my_NAS_have

View File

@ -194,6 +194,7 @@ CONFIG_BLK_DEV_DM=y
CONFIG_DM_MIRROR=y
CONFIG_DM_ZERO=y
CONFIG_FUSION=y
CONFIG_FUSION_SPI=m
CONFIG_FUSION_SAS=m
CONFIG_FUSION_CTL=m
CONFIG_NETDEVICES=y

View File

@ -71,8 +71,8 @@ echo "Version: ${VERSION}"
echo "Building... Drink a coffee and wait!"
make BR2_EXTERNAL=../external
cd -
qemu-img convert -O vmdk arpl.img arpl.vmdk
[ -x test.sh ] && ./test.sh
rm -f *.zip
zip -9 "arpl-${VERSION}.img.zip" arpl.img
qemu-img convert -O vmdk arpl.img arpl.vmdk
zip -9 "arpl-${VERSION}.vmdk.zip" arpl.vmdk
[ -x test.sh ] && ./test.sh