Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:zebrix_player_usb_image_custom_configuration [2021/10/01 10:40] admin [STEP 3: Adjust you grub.cfg file] |
en:zebrix_player_usb_image_custom_configuration [2021/10/01 10:41] (current) admin [STEP 3: Adjust you grub.cfg file] |
||
---|---|---|---|
Line 29: | Line 29: | ||
In the folder **boot > grub**, please edit the **grub.cfg** file and paste the following: | In the folder **boot > grub**, please edit the **grub.cfg** file and paste the following: | ||
<code> | <code> | ||
- | menuentry "20.11-03-ZEBRIX WITH <color #ed1c24>EXAMPLE</color> CONFIGURATION"{ | + | menuentry "20.11-03-ZEBRIX WITH EXAMPLE CONFIGURATION"{ |
search --set -f /live/vmlinuz | search --set -f /live/vmlinuz | ||
- | linux /live/vmlinuz boot=live union=overlay username=user config components noswap edd=on nomodeset nodmraid noeject locales=en_US.UTF-8 keyboard-layouts=NONE ocs_live_run="ocs-live-restore" ocs_live_extra_param="-b -scr -g auto -e1 auto -e2 -r -j2 -icds -k1 -p true restoredisk 20.11-03-ZEBRIX first_available" ocs_postrun="/lib/live/mount/medium/home/partimag/setZebrixSettings.sh <color #ed1c24>example</color>" ocs_postrun1="/lib/live/mount/medium/home/partimag/banner.sh" ocs_live_batch=yes vga=791 ip= net.ifnames=0 quiet nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1 | + | linux /live/vmlinuz boot=live union=overlay username=user config components noswap edd=on nomodeset nodmraid noeject locales=en_US.UTF-8 keyboard-layouts=NONE ocs_live_run="ocs-live-restore" ocs_live_extra_param="-b -scr -g auto -e1 auto -e2 -r -j2 -icds -k1 -p true restoredisk 20.11-03-ZEBRIX first_available" ocs_postrun="/lib/live/mount/medium/home/partimag/setZebrixSettings.sh example" ocs_postrun1="/lib/live/mount/medium/home/partimag/banner.sh" ocs_live_batch=yes vga=791 ip= net.ifnames=0 quiet nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1 |
initrd /live/initrd.img | initrd /live/initrd.img | ||
} | } | ||
</code> | </code> | ||