new commit
|
@ -204,7 +204,6 @@ mkdir -p $build/build/config/includes.chroot/etc/lightdm
|
||||||
mkdir -p $build/build/config/includes.chroot/usr/share/pixmaps
|
mkdir -p $build/build/config/includes.chroot/usr/share/pixmaps
|
||||||
mkdir -p $build/build/config/includes.chroot/etc/skel/Desktop
|
mkdir -p $build/build/config/includes.chroot/etc/skel/Desktop
|
||||||
mkdir -p $build/build/config/includes.chroot/etc/default
|
mkdir -p $build/build/config/includes.chroot/etc/default
|
||||||
mkdir -p $build/build/config/includes.chroot/boot/grub/themes
|
|
||||||
|
|
||||||
|
|
||||||
# Copy Configs to the chroot
|
# Copy Configs to the chroot
|
||||||
|
@ -215,7 +214,7 @@ cp $build/hooks/normal/* $build/build/config/hooks/normal
|
||||||
cp $build/install-debian/* $build/build/config/includes.chroot/usr/share/pixmaps
|
cp $build/install-debian/* $build/build/config/includes.chroot/usr/share/pixmaps
|
||||||
cp $build/sources-final/* $build/build/config/includes.chroot/usr/sbin
|
cp $build/sources-final/* $build/build/config/includes.chroot/usr/sbin
|
||||||
cp $build/bootloader-config/* $build/build/config/includes.chroot/usr/sbin
|
cp $build/bootloader-config/* $build/build/config/includes.chroot/usr/sbin
|
||||||
cp $build/grub/grub $build/build/config/includes.chroot/etc/default
|
cp $build/grub/* $build/build/config/includes.chroot/etc/default
|
||||||
|
|
||||||
cp -r $build/lightdm/* $build/build/config/includes.chroot/etc/lightdm
|
cp -r $build/lightdm/* $build/build/config/includes.chroot/etc/lightdm
|
||||||
cp -r $build/bootloaders/* $build/build/config/bootloaders
|
cp -r $build/bootloaders/* $build/build/config/bootloaders
|
||||||
|
@ -225,7 +224,6 @@ cp -r $build/configs/* $build/build/config/includes.chroot/etc/
|
||||||
cp -r $build/icons/* $build/build/config/includes.chroot/usr/share/icons
|
cp -r $build/icons/* $build/build/config/includes.chroot/usr/share/icons
|
||||||
cp -r $build/themes/* $build/build/config/includes.chroot/usr/share/themes
|
cp -r $build/themes/* $build/build/config/includes.chroot/usr/share/themes
|
||||||
cp -r $build/packages/* $build/build/config/packages.chroot
|
cp -r $build/packages/* $build/build/config/packages.chroot
|
||||||
cp -r $build/grub/vimix $build/build/config/includes.chroot/boot/grub/themes
|
|
||||||
|
|
||||||
|
|
||||||
# Build the ISO #
|
# Build the ISO #
|
||||||
|
|
5
build.sh
|
@ -229,8 +229,6 @@ mkdir -p $build/build/config/includes.chroot/usr/sbin
|
||||||
mkdir -p $build/build/config/includes.chroot/etc/lightdm
|
mkdir -p $build/build/config/includes.chroot/etc/lightdm
|
||||||
mkdir -p $build/build/config/includes.chroot/usr/share/pixmaps
|
mkdir -p $build/build/config/includes.chroot/usr/share/pixmaps
|
||||||
mkdir -p $build/build/config/includes.chroot/etc/default
|
mkdir -p $build/build/config/includes.chroot/etc/default
|
||||||
mkdir -p $build/build/config/includes.chroot/etc/default
|
|
||||||
mkdir -p $build/build/config/includes.chroot/boot/grub/themes
|
|
||||||
|
|
||||||
|
|
||||||
# Copy Configs to the chroot
|
# Copy Configs to the chroot
|
||||||
|
@ -241,7 +239,7 @@ cp $build/hooks/normal/* $build/build/config/hooks/normal
|
||||||
cp $build/install-debian/* $build/build/config/includes.chroot/usr/share/pixmaps
|
cp $build/install-debian/* $build/build/config/includes.chroot/usr/share/pixmaps
|
||||||
cp $build/sources-final/* $build/build/config/includes.chroot/usr/sbin
|
cp $build/sources-final/* $build/build/config/includes.chroot/usr/sbin
|
||||||
cp $build/bootloader-config/* $build/build/config/includes.chroot/usr/sbin
|
cp $build/bootloader-config/* $build/build/config/includes.chroot/usr/sbin
|
||||||
cp $build/grub/grub $build/build/config/includes.chroot/etc/default
|
cp $build/grub/* $build/build/config/includes.chroot/etc/default
|
||||||
|
|
||||||
cp -r $build/lightdm/* $build/build/config/includes.chroot/etc/lightdm
|
cp -r $build/lightdm/* $build/build/config/includes.chroot/etc/lightdm
|
||||||
cp -r $build/bootloaders/* $build/build/config/bootloaders
|
cp -r $build/bootloaders/* $build/build/config/bootloaders
|
||||||
|
@ -251,7 +249,6 @@ cp -r $build/configs/* $build/build/config/includes.chroot/etc/
|
||||||
cp -r $build/icons/* $build/build/config/includes.chroot/usr/share/icons
|
cp -r $build/icons/* $build/build/config/includes.chroot/usr/share/icons
|
||||||
cp -r $build/themes/* $build/build/config/includes.chroot/usr/share/themes
|
cp -r $build/themes/* $build/build/config/includes.chroot/usr/share/themes
|
||||||
cp -r $build/packages/* $build/build/config/packages.chroot
|
cp -r $build/packages/* $build/build/config/packages.chroot
|
||||||
cp -r $build/grub/vimix $build/build/config/includes.chroot/boot/grub/themes
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -32,4 +32,4 @@ GRUB_GFXMODE=1440x900
|
||||||
#GRUB_INIT_TUNE="480 440 1"
|
#GRUB_INIT_TUNE="480 440 1"
|
||||||
|
|
||||||
#Grub theme
|
#Grub theme
|
||||||
GRUB_THEME="/boot/grub/themes/vimix/theme.txt"
|
#GRUB_THEME=""
|
||||||
|
|
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 467 B |
Before Width: | Height: | Size: 467 B |
Before Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 640 B |
Before Width: | Height: | Size: 542 B |
Before Width: | Height: | Size: 599 B |
Before Width: | Height: | Size: 437 B |
Before Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 325 B |
Before Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 753 B |
Before Width: | Height: | Size: 659 B |
Before Width: | Height: | Size: 568 B |
Before Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 395 B |
Before Width: | Height: | Size: 506 B |
Before Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 301 B |
Before Width: | Height: | Size: 536 B |
Before Width: | Height: | Size: 520 B |
Before Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 602 B |
Before Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 566 B |
Before Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 590 B |
Before Width: | Height: | Size: 594 B |
Before Width: | Height: | Size: 458 B |
Before Width: | Height: | Size: 705 B |
Before Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 692 B |
Before Width: | Height: | Size: 692 B |
Before Width: | Height: | Size: 409 B |
Before Width: | Height: | Size: 375 B |
Before Width: | Height: | Size: 484 B |
Before Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 583 B |
Before Width: | Height: | Size: 570 B |
Before Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 410 B |
Before Width: | Height: | Size: 615 B |
Before Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 691 B |
Before Width: | Height: | Size: 385 B |
Before Width: | Height: | Size: 526 B |
Before Width: | Height: | Size: 161 B |
Before Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 976 B |
Before Width: | Height: | Size: 952 B |
Before Width: | Height: | Size: 963 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 963 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 952 B |
|
@ -1,44 +0,0 @@
|
||||||
# GRUB2 gfxmenu Linux theme
|
|
||||||
# Designed for any resolution
|
|
||||||
|
|
||||||
# Global Property
|
|
||||||
title-text: ""
|
|
||||||
desktop-image: "background.jpg"
|
|
||||||
desktop-color: "#000000"
|
|
||||||
terminal-font: "Terminus Regular 14"
|
|
||||||
terminal-box: "terminal_box_*.png"
|
|
||||||
terminal-left: "0"
|
|
||||||
terminal-top: "0"
|
|
||||||
terminal-width: "100%"
|
|
||||||
terminal-height: "100%"
|
|
||||||
terminal-border: "0"
|
|
||||||
|
|
||||||
# Show the boot menu
|
|
||||||
+ boot_menu {
|
|
||||||
left = 30%
|
|
||||||
top = 30%
|
|
||||||
width = 45%
|
|
||||||
height = 60%
|
|
||||||
item_font = "Unifont Regular 16"
|
|
||||||
item_color = "#cccccc"
|
|
||||||
selected_item_color = "#ffffff"
|
|
||||||
icon_width = 32
|
|
||||||
icon_height = 32
|
|
||||||
item_icon_space = 20
|
|
||||||
item_height = 36
|
|
||||||
item_padding = 5
|
|
||||||
item_spacing = 10
|
|
||||||
selected_item_pixmap_style = "select_*.png"
|
|
||||||
}
|
|
||||||
|
|
||||||
# Show a countdown message using the label component
|
|
||||||
+ label {
|
|
||||||
top = 82%
|
|
||||||
left = 32%
|
|
||||||
width = 30%
|
|
||||||
align = "center"
|
|
||||||
id = "__timeout__"
|
|
||||||
text = "Booting in %d seconds"
|
|
||||||
color = "#cccccc"
|
|
||||||
font = "Unifont Regular 16"
|
|
||||||
}
|
|