Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Merge configuration files for Deepin
Browse files Browse the repository at this point in the history
  • Loading branch information
aguslr committed Sep 9, 2017
1 parent 8f7ddf8 commit b63a028
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 32 deletions.
19 changes: 19 additions & 0 deletions mbusb.d/deepin.d/generic.cfg
@@ -0,0 +1,19 @@
for isofile in $isopath/deepin-*.iso; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$isopath/(.*)" "$isofile"
submenu "$isoname ->" "$isofile" {
iso_path="$2"
loopback loop "$iso_path"
menuentry "Install Deepin" {
bootoptions="findiso=$iso_path boot=live components quiet splash union=overlay livecd-installer"
linux (loop)/live/vmlinuz $bootoptions
initrd (loop)/live/initrd.lz
}
menuentry "Deepin failsafe" {
bootoptions="findiso=$iso_path boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal union=overlay"
linux (loop)/live/vmlinuz $bootoptions
initrd (loop)/live/initrd.lz
}
}
fi
done
10 changes: 0 additions & 10 deletions mbusb.d/deepin.d/generic.inc

This file was deleted.

10 changes: 0 additions & 10 deletions mbusb.d/deepin.d/generic32.cfg

This file was deleted.

12 changes: 0 additions & 12 deletions mbusb.d/deepin.d/generic64.cfg

This file was deleted.

0 comments on commit b63a028

Please sign in to comment.