File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed
Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11packages :
22 - name : " cos"
33 category : " system"
4- version : 0.6.5+3
4+ version : 0.6.5+4
55 description : " cOS base image, used to build cOS live ISOs"
66 brand_name : " cOS"
77 labels :
88 autobump.revdeps : " true"
99 autobump.revbump_related : " recovery/cos-img recovery/cos-squash"
1010 - name : " cos"
1111 category : " recovery"
12- version : 0.6.5+3
12+ version : 0.6.5+4
1313 brand_name : " cOS recovery"
1414 description : " cOS recovery image, used to boot cOS for troubleshooting"
1515 labels :
1616 autobump.revdeps : " true"
1717 autobump.revbump_related : " recovery/cos-img recovery/cos-squash"
1818 - name : " cos-container"
1919 category : " system"
20- version : " 0.6.5+2 "
20+ version : " 0.6.5+4 "
2121 brand_name : " cOS"
2222 description : " cOS container image, used to build cOS derivatives from scratch"
2323 labels :
Original file line number Diff line number Diff line change 11name : " cos-img"
22category : " recovery"
3- version : 0.6.5+3
3+ version : 0.6.5+4
44brand_name : " cOS"
Original file line number Diff line number Diff line change 11name : " cos-squash"
22category : " recovery"
3- version : 0.6.5+3
3+ version : 0.6.5+4
Original file line number Diff line number Diff line change 11name : " installer"
22category : " utils"
3- version : " 0.16"
3+ version : " 0.16.1 "
Original file line number Diff line number Diff line change @@ -12,9 +12,10 @@ rebrand_grub_menu() {
1212 STATEDIR=$( blkid -L COS_STATE)
1313 mkdir -p /run/boot
1414
15- if ! is_mounted; then
15+ if ! is_mounted /run/boot ; then
1616 mount $STATEDIR /run/boot
1717 fi
18+
1819 local grub_file=/run/boot/grub2/grub.cfg
1920
2021 if [ ! -e " $grub_file " ]; then
You can’t perform that action at this time.
0 commit comments