nawerrice.blogg.se

Using gparted live usb
Using gparted live usb





  1. USING GPARTED LIVE USB ISO
  2. USING GPARTED LIVE USB ZIP

"Įcho "-n, -live-kernel-pkg KERNEL_VER Assign kernel version as KERNEL_VER (KERNEL VER package must exist in repository. "Įcho "-g, -drbl-repo-url URL Assign the DRBL repository URL instead of default one $DRBL_REPOSITORY_URL_def. If it's not assigned, $cpu_flavor_default will be used. "Įcho "-f, -arch-flavor ARCH Assign the CPU architecture flavor as ARCH, e.g. "Įcho "-d, -debian-dist Assign Debian dist, the default is $DEBIAN_DIST_DEF if not assigned. 'main', 'main non-free', default is \' $categories_default\' if not specified. "Įcho "-c, -categories CAT Sepcify the category, e.g.

USING GPARTED LIVE USB ISO

# The option to create a corresponding source image.Įcho "To create a GParted live CD iso or USB flash drive zip: "Įcho "-b, -branch Sepcify the DRBL branch to be used in Live CD. Run_binary_hook_script= "gparted-efi-misc-binary-hook " # This hook is for binary_local-hooks, not for chroot hook Gparted_live_boot_bg_img= " $DRBL_SCRIPT_PATH/setup/files/gparted/image/Gsplash.png " # background image of syslinux/isolinux for gparted live Maybe there are many files in $ocs_live_script_dir, we will just run one here. # The script inside $ocs_live_script_dir will be run when chroot. Ocs_live_script_dir= " $DRBL_SCRIPT_PATH/setup/files/gparted/live-hook " # The files in dir $ocs_live_script_dir will be copied to the /live-hook-dir/ in dir chroot, and $ocs_live_script_dir/$run_hook_script will be hooked and run Ocs_live_include_dir= " $DRBL_SCRIPT_PATH/setup/files/ocs/live-hook $DRBL_SCRIPT_PATH/setup/files/gparted/live-hook " Here we need some functions in ocs/live-hook so we include files in that dir. # The files in dir in $ocs_live_include_dir will be included to the live-hook-dir/. Speed up the live system creation, but need RAM space. $debian_pkgs_for_gparted $Xorg_pkgs $font_pkgs " Galculator yelp init udftools haveged thin-provisioning-tools f3 nwipe \ Gddrescue ddrescueview zerofree efibootmgr libpam-systemd policykit-1 \

USING GPARTED LIVE USB ZIP

Psmisc dnsutils wget ftp bzip2 xz-utils zip unzip w3m gsmartcontrol \ Partclone partimage screen rsync iputils-ping telnet traceroute bc lsof \ Net-tools iproute2 iw pcmanfm geany tcplay f2fs-tools \ Hicolor-icon-theme netbase ssh pppoeconf ethtool whiptail lshw \Ĭpufrequtils open-iscsi tree cifs-utils nilfs-tools netsurf-gtk \Ĭa-certificates scsitools blktool safecopy \ Smartmontools vim-tiny gdisk fsarchiver mdadm dmraid sudo \ Xbase-clients feh netpbm nano bogl-bterm mdetect lxrandr sdparm hdparm \ĭiscover lsscsi pciutils ifupdown dhcp*-client$ cryptsetup gpart \ Grub-pc fluxbox idesk deborphan man testdisk mc less lxterminal zenity \ Pkgs= "console-data console-setup console-common kbd file eject user-setup \ # libpam-systemd and hence dbus are required, otherwise keyboard and mouse won't work in X after Sid >= Jan 2016. With "$" in the end means we do not want "isc-dhcp-client-dbg" # Use dhcp*-client$ for dhcp3-client, dhcp-client, and isc-dhcp-client (yes, debian will select 'dhcp-client' for regex 'dhcp*-client', then select 'isc-dhcp-client' for regex 'dhcp*-client'. #font_pkgs="x-ttcidfont-conf fonts-arphic-uming"įont_pkgs= "fonts-arphic-uming fonts-hanazono " While not using it in DRBL live so this is different from that in DRBL live. # Adding xserver-xorg-legacy to let non-root user can run startx since we use startx in GParted live. #Xorg_pkgs="xserver-xorg xfonts-base xserver-xorg-video-all xserver-xorg-input-mouse xserver-xorg-input-kbd xserver-xorg-input-evdev xserver-xorg-input-all-" # Do not assign any Xorg packges except xorg here. We use the option -variant of "debootstrap", i.e. # Since from live-build 3.0~a55 "minimal" for debootstrap was removed. # debian_type can be minimal (about 67 MB for Etch)/minimal-net (about 85 MB for Etch). # debian_mirror_url_def, debian_mirror_security_url_def, DRBL_REPOSITORY_URL_def and DRBL_GPG_KEY_URL are loaded from nf $DRBL_SCRIPT_PATH/sbin/drbl-conf-functions # Description: This script will create a GParted live CD/USB flash drive iso/zipĭRBL_SCRIPT_PATH= " $ "







Using gparted live usb