xf.li | 742dd02 | 2023-06-08 01:43:32 -0700 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | |
| 3 | ./Image -n NVRWInOneImage.ini |
| 4 | ./Image -n NVRWOInOneImage.ini |
| 5 | ./Image -n NVRWInOneImage_dc.ini |
| 6 | ./Image -n NVRWOInOneImage_dc.ini |
| 7 | ./Image -n NVRWInOneImage_dc_4Gb.ini |
| 8 | ./Image -n NVRWOInOneImage_dc_4Gb.ini |
xf.li | 6236ea7 | 2023-07-26 04:58:33 -0700 | [diff] [blame] | 9 | ./Image -n NVRWInOneImage_dc_ref.ini |
| 10 | ./Image -n NVRWOInOneImage_dc_ref.ini |
| 11 | ./Image -n NVRWInOneImage_dc_systemd.ini |
| 12 | ./Image -n NVRWOInOneImage_dc_systemd.ini |
xf.li | 9d1a0e1 | 2023-09-20 01:43:20 -0700 | [diff] [blame^] | 13 | #Ç©ÃûÀÏоƬ£¬½öÖ§³ÖRSA 1024£¬ÐèÒª¼ÓµÚÈý¸ö²ÎÊýΪv3t |
| 14 | #bash product_resign.sh ../key/RSA_1024/private.k ../allbins_dc v3t |
| 15 | #bash product_resign.sh ../key/RSA_1024/private.k ../allbins_dc_4Gb v3t |
| 16 | #bash product_resign.sh ../key/RSA_1024/private.k ../allbins_dc_ref v3t |
| 17 | #bash product_resign.sh ../key/RSA_1024/private.k ../allbins_dc_systemd v3t |
| 18 | #Ç©ÃûÐÅÏ¢°²È«Ð¾Æ¬£¬Ö§³ÖRSA 2048 |
| 19 | #bash product_resign.sh ../key/RSA_2048/private.k ../allbins_dc |
| 20 | #bash product_resign.sh ../key/RSA_2048/private.k ../allbins_dc_4Gb |
| 21 | #bash product_resign.sh ../key/RSA_2048/private.k ../allbins_dc_ref |
| 22 | #bash product_resign.sh ../key/RSA_2048/private.k ../allbins_dc_systemd |
xf.li | 742dd02 | 2023-06-08 01:43:32 -0700 | [diff] [blame] | 23 | ./Image -f FsImage.ini |
| 24 | ./Image -f FsImage_dc.ini |
| 25 | ./Image -f FsImage_dc_4Gb.ini |
xf.li | 6236ea7 | 2023-07-26 04:58:33 -0700 | [diff] [blame] | 26 | ./Image -f FsImage_dc_ref.ini |
| 27 | ./Image -f FsImage_dc_systemd.ini |
xf.li | 742dd02 | 2023-06-08 01:43:32 -0700 | [diff] [blame] | 28 | bash copybin_a_to_b.sh |
| 29 | ./Image -m AllInOneImage.ini |
| 30 | ./Image -m AllInOneImage_dc.ini |
| 31 | ./Image -m AllInOneImage_dc_4Gb.ini |
xf.li | 6236ea7 | 2023-07-26 04:58:33 -0700 | [diff] [blame] | 32 | ./Image -m AllInOneImage_dc_ref.ini |
| 33 | ./Image -m AllInOneImage_dc_systemd.ini |
xf.li | 742dd02 | 2023-06-08 01:43:32 -0700 | [diff] [blame] | 34 | |
| 35 | |