Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Update to AIO Boot v0.1.3.1
Browse files Browse the repository at this point in the history
Update to AIO Boot v0.1.3.1
  • Loading branch information
nguyentumine committed Jun 18, 2016
1 parent 76f2eb8 commit a652196
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Boot/grub/backuprecovery.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ menuentry "Acronis True Image 2016 [64-bit] " {
missing ${file} ${path}
fi
}
if [ "$pc" ]; then
menuentry "Acronis True Image 2016 [32-bit] " {
set file="AcronisTrueImage2016.iso"
if [ -e ${path}${file} ]; then
Expand All @@ -25,6 +26,7 @@ menuentry "Acronis True Image 2016 [32-bit] " {
missing ${file} ${path}
fi
}
fi
menuentry "Acronis Backup Advanced Universal 11.7 [64-bit] " {
set file="AcronisBackupAdvancedUniversal.iso"
if [ -e ${path}${file} ]; then
Expand All @@ -37,6 +39,7 @@ menuentry "Acronis Backup Advanced Universal 11.7 [64-bit] " {
missing ${file} ${path}
fi
}
if [ "$pc" ]; then
menuentry "Acronis Backup Advanced Universal 11.7 [32-bit] " {
set file="AcronisBackupAdvancedUniversal.iso"
if [ -e ${path}${file} ]; then
Expand All @@ -49,7 +52,6 @@ menuentry "Acronis Backup Advanced Universal 11.7 [32-bit] " {
missing ${file} ${path}
fi
}
if [ "$pc" ]; then
menuentry "Symantec Ghost"{
set path="/Files/DOS/"
set file="Ghost.iso"
Expand Down
2 changes: 2 additions & 0 deletions Boot/grub/diskutilities.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ menuentry "Acronis Disk Director 12 [64-bit] " {
missing ${file} ${path}
fi
}
if [ "$pc" ]; then
menuentry "Acronis Disk Director 12 [32-bit] " {
set path="/Files/Acronis/"
set file="ADD12_en-US.iso"
Expand All @@ -89,6 +90,7 @@ menuentry "Acronis Disk Director 12 [32-bit] " {
missing ${file} ${path}
fi
}
fi
menuentry "Parted Magic [64-bit]" {
set path="/Files/Linux/"
set file="pmagic.iso"
Expand Down

0 comments on commit a652196

Please sign in to comment.