diff options
| -rwxr-xr-x | auto/config | 6 | ||||
| -rwxr-xr-x | config/hooks/persistence-menu.binary | 4 | ||||
| -rw-r--r-- | config/includes.binary/boot/grub/loopback.cfg | 2 | ||||
| -rw-r--r-- | config/package-lists/desktop.list.chroot | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/auto/config b/auto/config index 68c33ff..1bc65d5 100755 --- a/auto/config +++ b/auto/config @@ -71,10 +71,10 @@ lb config noauto \ --mirror-debian-installer "$mirror" \ --firmware-binary true \ --firmware-chroot true \ - --iso-application "Xubuntu" \ + --iso-application "Xebian" \ --iso-publisher "Unit 193" \ - --iso-volume "Xubuntu Live" \ + --iso-volume "Xebian Live" \ --linux-packages linux-image \ - --bootappend-live "boot=live nocomponents=xfce4-panel username=xubuntu hostname=xubuntu" \ + --bootappend-live "boot=live nocomponents=xfce4-panel username=xebian hostname=xebian" \ $lb_opts \ "$@" diff --git a/config/hooks/persistence-menu.binary b/config/hooks/persistence-menu.binary index 51801c4..457b4f9 100755 --- a/config/hooks/persistence-menu.binary +++ b/config/hooks/persistence-menu.binary @@ -6,13 +6,13 @@ label live-persistence menu label ^Live USB Persistence (check kali.org/prst) linux /live/vmlinuz initrd /live/initrd.img - append boot=live nocomponents=xfce4-panel username=xubuntu hostname=xubuntu persistence + append boot=live nocomponents=xfce4-panel username=xebian hostname=xebian persistence label live-encrypted-persistence menu label ^Live USB Encrypted Persistence (check kali.org/prst) linux /live/vmlinuz initrd /live/initrd.img - append boot=live persistent=cryptsetup persistence-encryption=luks nocomponents=xfce4-panel username=xubuntu hostname=xubuntu persistence + append boot=live persistent=cryptsetup persistence-encryption=luks nocomponents=xfce4-panel username=xebian hostname=xebian persistence END diff --git a/config/includes.binary/boot/grub/loopback.cfg b/config/includes.binary/boot/grub/loopback.cfg index d567f80..e6d8d78 100644 --- a/config/includes.binary/boot/grub/loopback.cfg +++ b/config/includes.binary/boot/grub/loopback.cfg @@ -1,5 +1,5 @@ menuentry "Live" { - linux /live/vmlinuz boot=live nocomponents=xfce4-panel username=xubuntu hostname=xubuntu findiso=${iso_path} -- + linux /live/vmlinuz boot=live nocomponents=xfce4-panel username=xebian hostname=xebian findiso=${iso_path} -- initrd /live/initrd.img } menuentry "Live (Failsafe)" { diff --git a/config/package-lists/desktop.list.chroot b/config/package-lists/desktop.list.chroot index c4d9930..240488b 100644 --- a/config/package-lists/desktop.list.chroot +++ b/config/package-lists/desktop.list.chroot @@ -58,8 +58,8 @@ xfce4-volumed #xfce4-whiskermenu-plugin xfdesktop4 xfwm4 -xubuntu-artwork -xubuntu-default-settings +xebian-artwork +xebian-default-settings xubuntu-docs ## Extras |
